Shades of Midnight Blue #12186D
Tints of Midnight Blue #12186D
RGB
CMYK
RGB Variations
Color information
#12186D (or 0x12186D) is known color: 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
| RGB | 18 | 24 | 109 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.57 |
| HSL | 236.04º | 0.72% | 0.25% | - |
| HSV(B) | 236.04º | 0.83% | 0.43% | - |
| XYZ | 3.34 | 1.89 | 14.66 | - |
| YUV | 31.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 109 | 0.83 | 0.78 | 0 | 0.57 | 236.04 | 0.72 | 0.25 |
| Hex | 12 | 18 | 6D | 53 | 4E | 0 | 39 | EC | 48 | 19 |
| Octal | 22 | 30 | 155 | 123 | 116 | 0 | 71 | 354 | 110 | 31 |
| Binary | 10010 | 11000 | 1101101 | 1010011 | 1001110 | 0 | 111001 | 11101100 | 1001000 | 11001 |
Color Harmonies of #12186D
Complementary color
Monochromatic Colors of #12186D
Black with #12186D
Text Example
Text Example
White with #12186D
Text Example
Text Example
HTML Codes & Css Web 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>