Shades of Midnight Blue #11166C
Tints of Midnight Blue #11166C
RGB
CMYK
RGB Variations
Color information
#11166C (or 0x11166C) is known color: Midnight Blue. HEX triplet: 11, 16 and 6C. RGB value is (17,22,108). Sum of RGB (Red+Green+Blue) = 17+22+108=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #11166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11166C is #EEE993. Grayscale: #1D1D1D. Windows color (decimal): -15657364 or 7083537. OLE color: 7083537.
HSL color Cylindrical-coordinate representation of color #11166C: hue angle of 236.7º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11166C is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 22 | 108 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.58 |
| HSL | 236.7º | 0.73% | 0.25% | - |
| HSV(B) | 236.7º | 0.84% | 0.42% | - |
| XYZ | 3.22 | 1.78 | 14.36 | - |
| YUV | 30.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 108 | 0.84 | 0.80 | 0 | 0.58 | 236.7 | 0.73 | 0.25 |
| Hex | 11 | 16 | 6C | 54 | 50 | 0 | 3A | ED | 49 | 19 |
| Octal | 21 | 26 | 154 | 124 | 120 | 0 | 72 | 355 | 111 | 31 |
| Binary | 10001 | 10110 | 1101100 | 1010100 | 1010000 | 0 | 111010 | 11101101 | 1001001 | 11001 |
Color Harmonies of #11166C
Complementary color
Monochromatic Colors of #11166C
Black with #11166C
Text Example
Text Example
White with #11166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11166C; }
p { color: rgb(17,22,108); }
H1.HeaderClassName
{
color: #11166C;
}
.AnyTagClassName
{
color: #11166C;
}
</style>
background-color css
<style>
a { background-color: #11166C; }
a { background-color: rgb(17,22,108); }
div.DivClassName
{
background-color: #11166C;
}
.BgClassName
{
background-color: #11166C;
}
</style>
border-color css
<style>
span { border-color: #11166C; }
span { border-color: rgb(17,22,108); }
td.TdClassName
{
border-color: #11166C;
}
.TagClassName
{
border-color: #11166C;
}
</style>