#12166B

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

Shades of Midnight Blue #12166B

Tints of Midnight Blue #12166B

Color information

#12166B (or 0x12166B) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 6B. RGB value is (18,22,107). Sum of RGB (Red+Green+Blue) = 18+22+107=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #12166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12166B is #EDE994. Grayscale: #1E1E1E. Windows color (decimal): -15591829 or 7018002. OLE color: 7018002.

HSL color Cylindrical-coordinate representation of color #12166B: hue angle of 237.3º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12166B is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1822107-
CMYK0.830.7900.58
HSL237.3º71.2%24.51%-
HSV(B)237.3º83.18%41.96%-
XYZ3.191.7614.08-
YUV30.49171.17119.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 107 (42.19% from 255) = 72.79%
R=12.24%
G=14.97%
B=72.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18221070.830.7900.58237.371.224.51
Hex12166B534F03Aed4719
Octal222615312311707235510731
Binary1001010110110101110100111001111011101011101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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