#12166C

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

Shades of Midnight Blue #12166C

Tints of Midnight Blue #12166C

Color information

#12166C (or 0x12166C) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 6C. RGB value is (18,22,108). Sum of RGB (Red+Green+Blue) = 18+22+108=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #12166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12166C is #EDE993. Grayscale: #1E1E1E. Windows color (decimal): -15591828 or 7083538. OLE color: 7083538.

HSL color Cylindrical-coordinate representation of color #12166C: hue angle of 237.33º 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 #12166C is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1822108-
CMYK0.830.8000.58
HSL237.33º71.43%24.71%-
HSV(B)237.33º83.33%42.35%-
XYZ3.241.7914.36-
YUV30.61171.67119.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 108 (42.58% from 255) = 72.97%
R=12.16%
G=14.86%
B=72.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18221080.830.8000.58237.3371.4324.71
Hex12166C535003Aed4719
Octal222615412312007235510731
Binary1001010110110110010100111010000011101011101101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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