#1409AA

Color #1409AA New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #1409AA

Tints of New Midnight Blue #1409AA

Color information

#1409AA (or 0x1409AA) is unknown color: approx New Midnight Blue. HEX triplet: 14, 09 and AA. RGB value is (20,9,170). Sum of RGB (Red+Green+Blue) = 20+9+170=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 170 (66.80% from 255 or 85.43% from 199); Max value from RGB is 170 - color contains mainly: blue. Hex color #1409AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1409AA is #EBF655. Grayscale: #1E1E1E. Windows color (decimal): -15464022 or 11143444. OLE color: 11143444.

HSL color Cylindrical-coordinate representation of color #1409AA: hue angle of 244.1º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1409AA is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB209170-
CMYK0.880.9500.33
HSL244.1º89.94%35.1%-
HSV(B)244.1º94.71%66.67%-
XYZ7.643.2538.25-
YUV30.64206.64120.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 170 (66.80% from 255) = 85.43%
R=10.05%
G=4.52%
B=85.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2091700.880.9500.33244.189.9435.1
Hex149AA585F021f45a23
Octal241125213013704136413243
Binary10100100110101010101100010111110100001111101001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1409AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1409AA; }

 p { color: rgb(20,9,170); }

 H1.HeaderClassName
 {
   color: #1409AA;
 }
 .AnyTagClassName
 {
   color: #1409AA;
 }
</style>
background-color css

<style>
 a { background-color: #1409AA; }

 a { background-color: rgb(20,9,170); }

 div.DivClassName
 {
   background-color: #1409AA;
 }
 .BgClassName
 {
   background-color: #1409AA;
 }
</style>
border-color css

<style>
 span { border-color: #1409AA; }

 span { border-color: rgb(20,9,170); }

 td.TdClassName
 {
   border-color: #1409AA;
 }
 .TagClassName
 {
   border-color: #1409AA;
 }
</style>