Shades of Midnight Blue #12166D
Tints of Midnight Blue #12166D
RGB
CMYK
RGB Variations
Color information
#12166D (or 0x12166D) is known color: Midnight Blue. HEX triplet: 12, 16 and 6D. RGB value is (18,22,109). Sum of RGB (Red+Green+Blue) = 18+22+109=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #12166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12166D is #EDE992. Grayscale: #1E1E1E. Windows color (decimal): -15591827 or 7149074. OLE color: 7149074.
HSL color Cylindrical-coordinate representation of color #12166D: hue angle of 237.36º 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 #12166D is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 22 | 109 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.57 |
| HSL | 237.36º | 0.72% | 0.25% | - |
| HSV(B) | 237.36º | 0.83% | 0.43% | - |
| XYZ | 3.3 | 1.81 | 14.64 | - |
| YUV | 30.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 109 | 0.83 | 0.80 | 0 | 0.57 | 237.36 | 0.72 | 0.25 |
| Hex | 12 | 16 | 6D | 53 | 50 | 0 | 39 | ED | 48 | 19 |
| Octal | 22 | 26 | 155 | 123 | 120 | 0 | 71 | 355 | 110 | 31 |
| Binary | 10010 | 10110 | 1101101 | 1010011 | 1010000 | 0 | 111001 | 11101101 | 1001000 | 11001 |
Color Harmonies of #12166D
Complementary color
Monochromatic Colors of #12166D
Black with #12166D
Text Example
Text Example
White with #12166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12166D; }
p { color: rgb(18,22,109); }
H1.HeaderClassName
{
color: #12166D;
}
.AnyTagClassName
{
color: #12166D;
}
</style>
background-color css
<style>
a { background-color: #12166D; }
a { background-color: rgb(18,22,109); }
div.DivClassName
{
background-color: #12166D;
}
.BgClassName
{
background-color: #12166D;
}
</style>
border-color css
<style>
span { border-color: #12166D; }
span { border-color: rgb(18,22,109); }
td.TdClassName
{
border-color: #12166D;
}
.TagClassName
{
border-color: #12166D;
}
</style>