#12156C

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

Shades of Midnight Blue #12156C

Tints of Midnight Blue #12156C

Color information

#12156C (or 0x12156C) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 6C. RGB value is (18,21,108). Sum of RGB (Red+Green+Blue) = 18+21+108=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #12156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12156C is #EDEA93. Grayscale: #1D1D1D. Windows color (decimal): -15592084 or 7083282. OLE color: 7083282.

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

Color convert

RGB1821108-
CMYK0.830.8100.58
HSL238º71.43%24.71%-
HSV(B)238º83.33%42.35%-
XYZ3.221.7514.35-
YUV30.02172.01119.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 108 (42.58% from 255) = 73.47%
R=12.24%
G=14.29%
B=73.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18211080.830.8100.5823871.4324.71
Hex12156C535103Aee4719
Octal222515412312107235610731
Binary1001010101110110010100111010001011101011101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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