#12186D

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

Shades of Midnight Blue #12186D

Tints of Midnight Blue #12186D

Color information

#12186D (or 0x12186D) is unknown color: approx Midnight Blue. HEX triplet: 12, 18 and 6D. RGB value is (18,24,109). Sum of RGB (Red+Green+Blue) = 18+24+109=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #12186D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12186D is #EDE792. Grayscale: #1F1F1F. Windows color (decimal): -15591315 or 7149586. OLE color: 7149586.

HSL color Cylindrical-coordinate representation of color #12186D: hue angle of 236.04º 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 #12186D is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1824109-
CMYK0.830.7800.57
HSL236.04º71.65%24.9%-
HSV(B)236.04º83.49%42.75%-
XYZ3.341.8914.66-
YUV31.9171.51118.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 109 (42.97% from 255) = 72.19%
R=11.92%
G=15.89%
B=72.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18241090.830.7800.57236.0471.6524.9
Hex12186D534E039ec4819
Octal223015512311607135411031
Binary1001011000110110110100111001110011100111101100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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