#12166F

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

Shades of Midnight Blue #12166F

Tints of Midnight Blue #12166F

Color information

#12166F (or 0x12166F) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 6F. RGB value is (18,22,111). Sum of RGB (Red+Green+Blue) = 18+22+111=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #12166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12166F is #EDE990. Grayscale: #1E1E1E. Windows color (decimal): -15591825 or 7280146. OLE color: 7280146.

HSL color Cylindrical-coordinate representation of color #12166F: hue angle of 237.42º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12166F is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1822111-
CMYK0.840.8000.56
HSL237.42º72.09%25.29%-
HSV(B)237.42º83.78%43.53%-
XYZ3.411.8515.22-
YUV30.95173.17118.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 111 (43.75% from 255) = 73.51%
R=11.92%
G=14.57%
B=73.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18221110.840.8000.56237.4272.0925.29
Hex12166F5450038ed4819
Octal222615712412007035511031
Binary1001010110110111110101001010000011100011101101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12166F; }

 p { color: rgb(18,22,111); }

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

<style>
 a { background-color: #12166F; }

 a { background-color: rgb(18,22,111); }

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

<style>
 span { border-color: #12166F; }

 span { border-color: rgb(18,22,111); }

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