Shades of Midnight Blue #11156C
Tints of Midnight Blue #11156C
RGB
CMYK
RGB Variations
Color information
#11156C (or 0x11156C) is known color: Midnight Blue. HEX triplet: 11, 15 and 6C. RGB value is (17,21,108). Sum of RGB (Red+Green+Blue) = 17+21+108=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #11156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11156C is #EEEA93. Grayscale: #1D1D1D. Windows color (decimal): -15657620 or 7083281. OLE color: 7083281.
HSL color Cylindrical-coordinate representation of color #11156C: hue angle of 237.36º 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 #11156C is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 21 | 108 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.58 |
| HSL | 237.36º | 0.73% | 0.25% | - |
| HSV(B) | 237.36º | 0.84% | 0.42% | - |
| XYZ | 3.21 | 1.74 | 14.35 | - |
| YUV | 29.72 | 172.17 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 108 | 0.84 | 0.81 | 0 | 0.58 | 237.36 | 0.73 | 0.25 |
| Hex | 11 | 15 | 6C | 54 | 51 | 0 | 3A | ED | 49 | 19 |
| Octal | 21 | 25 | 154 | 124 | 121 | 0 | 72 | 355 | 111 | 31 |
| Binary | 10001 | 10101 | 1101100 | 1010100 | 1010001 | 0 | 111010 | 11101101 | 1001001 | 11001 |
Color Harmonies of #11156C
Complementary color
Monochromatic Colors of #11156C
Black with #11156C
Text Example
Text Example
White with #11156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11156C; }
p { color: rgb(17,21,108); }
H1.HeaderClassName
{
color: #11156C;
}
.AnyTagClassName
{
color: #11156C;
}
</style>
background-color css
<style>
a { background-color: #11156C; }
a { background-color: rgb(17,21,108); }
div.DivClassName
{
background-color: #11156C;
}
.BgClassName
{
background-color: #11156C;
}
</style>
border-color css
<style>
span { border-color: #11156C; }
span { border-color: rgb(17,21,108); }
td.TdClassName
{
border-color: #11156C;
}
.TagClassName
{
border-color: #11156C;
}
</style>