Shades of Midnight Blue #12166C
Tints of Midnight Blue #12166C
RGB
CMYK
RGB Variations
Color information
#12166C (or 0x12166C) is known color: Midnight Blue. HEX triplet: 12, 16 and 6C. RGB value is (18,22,108). Sum of RGB (Red+Green+Blue) = 18+22+108=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #12166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12166C is #EDE993. Grayscale: #1E1E1E. Windows color (decimal): -15591828 or 7083538. OLE color: 7083538.
HSL color Cylindrical-coordinate representation of color #12166C: hue angle of 237.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12166C is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 22 | 108 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.58 |
| HSL | 237.33º | 0.71% | 0.25% | - |
| HSV(B) | 237.33º | 0.83% | 0.42% | - |
| XYZ | 3.24 | 1.79 | 14.36 | - |
| YUV | 30.61 | 171.67 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 108 | 0.83 | 0.80 | 0 | 0.58 | 237.33 | 0.71 | 0.25 |
| Hex | 12 | 16 | 6C | 53 | 50 | 0 | 3A | ED | 47 | 19 |
| Octal | 22 | 26 | 154 | 123 | 120 | 0 | 72 | 355 | 107 | 31 |
| Binary | 10010 | 10110 | 1101100 | 1010011 | 1010000 | 0 | 111010 | 11101101 | 1000111 | 11001 |
Color Harmonies of #12166C
Complementary color
Monochromatic Colors of #12166C
Black with #12166C
Text Example
Text Example
White with #12166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12166C; }
p { color: rgb(18,22,108); }
H1.HeaderClassName
{
color: #12166C;
}
.AnyTagClassName
{
color: #12166C;
}
</style>
background-color css
<style>
a { background-color: #12166C; }
a { background-color: rgb(18,22,108); }
div.DivClassName
{
background-color: #12166C;
}
.BgClassName
{
background-color: #12166C;
}
</style>
border-color css
<style>
span { border-color: #12166C; }
span { border-color: rgb(18,22,108); }
td.TdClassName
{
border-color: #12166C;
}
.TagClassName
{
border-color: #12166C;
}
</style>