#12156E

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

Shades of Midnight Blue #12156E

Tints of Midnight Blue #12156E

Color information

#12156E (or 0x12156E) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 6E. RGB value is (18,21,110). Sum of RGB (Red+Green+Blue) = 18+21+110=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #12156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12156E is #EDEA91. Grayscale: #1D1D1D. Windows color (decimal): -15592082 or 7214354. OLE color: 7214354.

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

Color convert

RGB1821110-
CMYK0.840.8100.57
HSL238.04º71.88%25.1%-
HSV(B)238.04º83.64%43.14%-
XYZ3.331.7914.92-
YUV30.25173.01119.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 110 (43.36% from 255) = 73.83%
R=12.08%
G=14.09%
B=73.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18211100.840.8100.57238.0471.8825.1
Hex12156E5451039ee4819
Octal222515612412107135611031
Binary1001010101110111010101001010001011100111101110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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