#12156D

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

Shades of Midnight Blue #12156D

Tints of Midnight Blue #12156D

Color information

#12156D (or 0x12156D) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 6D. RGB value is (18,21,109). Sum of RGB (Red+Green+Blue) = 18+21+109=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #12156D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12156D is #EDEA92. Grayscale: #1D1D1D. Windows color (decimal): -15592083 or 7148818. OLE color: 7148818.

HSL color Cylindrical-coordinate representation of color #12156D: hue angle of 238.02º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12156D is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1821109-
CMYK0.830.8100.57
HSL238.02º71.65%24.9%-
HSV(B)238.02º83.49%42.75%-
XYZ3.281.7714.64-
YUV30.14172.51119.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 109 (42.97% from 255) = 73.65%
R=12.16%
G=14.19%
B=73.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18211090.830.8100.57238.0271.6524.9
Hex12156D5351039ee4819
Octal222515512312107135611031
Binary1001010101110110110100111010001011100111101110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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