#12206E

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

Shades of Midnight Blue #12206E

Tints of Midnight Blue #12206E

Color information

#12206E (or 0x12206E) is unknown color: approx Midnight Blue. HEX triplet: 12, 20 and 6E. RGB value is (18,32,110). Sum of RGB (Red+Green+Blue) = 18+32+110=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 110 (43.36% from 255 or 68.75% from 160); Max value from RGB is 110 - color contains mainly: blue. Hex color #12206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12206E is #EDDF91. Grayscale: #242424. Windows color (decimal): -15589266 or 7217170. OLE color: 7217170.

HSL color Cylindrical-coordinate representation of color #12206E: hue angle of 230.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12206E is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1832110-
CMYK0.840.7100.57
HSL230.87º71.88%25.1%-
HSV(B)230.87º83.64%43.14%-
XYZ3.582.2915-
YUV36.71169.36114.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 68.75%
R=11.25%
G=20%
B=68.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18321100.840.7100.57230.8771.8825.1
Hex12206E5447039e74819
Octal224015612410707134711031
Binary10010100000110111010101001000111011100111100111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12206E; }

 p { color: rgb(18,32,110); }

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

<style>
 a { background-color: #12206E; }

 a { background-color: rgb(18,32,110); }

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

<style>
 span { border-color: #12206E; }

 span { border-color: rgb(18,32,110); }

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