#12156A

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

Shades of Midnight Blue #12156A

Tints of Midnight Blue #12156A

Color information

#12156A (or 0x12156A) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 6A. RGB value is (18,21,106). Sum of RGB (Red+Green+Blue) = 18+21+106=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #12156A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12156A is #EDEA95. Grayscale: #1D1D1D. Windows color (decimal): -15592086 or 6952210. OLE color: 6952210.

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

Color convert

RGB1821106-
CMYK0.830.8000.58
HSL237.95º70.97%24.31%-
HSV(B)237.95º83.02%41.57%-
XYZ3.121.7113.8-
YUV29.79171.01119.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 106 (41.80% from 255) = 73.10%
R=12.41%
G=14.48%
B=73.10%

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
Decimal18211060.830.8000.58237.9570.9724.31
Hex12156A535003Aee4718
Octal222515212312007235610730
Binary1001010101110101010100111010000011101011101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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