#1209A6

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

Shades of New Midnight Blue #1209A6

Tints of New Midnight Blue #1209A6

Color information

#1209A6 (or 0x1209A6) is unknown color: approx New Midnight Blue. HEX triplet: 12, 09 and A6. RGB value is (18,9,166). Sum of RGB (Red+Green+Blue) = 18+9+166=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 166 (65.23% from 255 or 86.01% from 193); Max value from RGB is 166 - color contains mainly: blue. Hex color #1209A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1209A6 is #EDF659. Grayscale: #1C1C1C. Windows color (decimal): -15595098 or 10881298. OLE color: 10881298.

HSL color Cylindrical-coordinate representation of color #1209A6: hue angle of 243.44º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1209A6 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB189166-
CMYK0.890.9500.35
HSL243.44º89.71%34.31%-
HSV(B)243.44º94.58%65.1%-
XYZ7.233.0836.29-
YUV29.59204.98119.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 166 (65.23% from 255) = 86.01%
R=9.33%
G=4.66%
B=86.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1891660.890.9500.35243.4489.7134.31
Hex129A6595F023f35a22
Octal221124613113704336313242
Binary10010100110100110101100110111110100011111100111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1209A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1209A6; }

 p { color: rgb(18,9,166); }

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

<style>
 a { background-color: #1209A6; }

 a { background-color: rgb(18,9,166); }

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

<style>
 span { border-color: #1209A6; }

 span { border-color: rgb(18,9,166); }

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