Shades of Midnight Blue #11186E
Tints of Midnight Blue #11186E
RGB
CMYK
RGB Variations
Color information
#11186E (or 0x11186E) is known color: Midnight Blue. HEX triplet: 11, 18 and 6E. RGB value is (17,24,110). Sum of RGB (Red+Green+Blue) = 17+24+110=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #11186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11186E is #EEE791. Grayscale: #1F1F1F. Windows color (decimal): -15656850 or 7215121. OLE color: 7215121.
HSL color Cylindrical-coordinate representation of color #11186E: hue angle of 235.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11186E is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 24 | 110 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.57 |
| HSL | 235.48º | 0.73% | 0.25% | - |
| HSV(B) | 235.48º | 0.85% | 0.43% | - |
| XYZ | 3.37 | 1.9 | 14.94 | - |
| YUV | 31.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 110 | 0.85 | 0.78 | 0 | 0.57 | 235.48 | 0.73 | 0.25 |
| Hex | 11 | 18 | 6E | 55 | 4E | 0 | 39 | EB | 49 | 19 |
| Octal | 21 | 30 | 156 | 125 | 116 | 0 | 71 | 353 | 111 | 31 |
| Binary | 10001 | 11000 | 1101110 | 1010101 | 1001110 | 0 | 111001 | 11101011 | 1001001 | 11001 |
Color Harmonies of #11186E
Complementary color
Monochromatic Colors of #11186E
Black with #11186E
Text Example
Text Example
White with #11186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11186E; }
p { color: rgb(17,24,110); }
H1.HeaderClassName
{
color: #11186E;
}
.AnyTagClassName
{
color: #11186E;
}
</style>
background-color css
<style>
a { background-color: #11186E; }
a { background-color: rgb(17,24,110); }
div.DivClassName
{
background-color: #11186E;
}
.BgClassName
{
background-color: #11186E;
}
</style>
border-color css
<style>
span { border-color: #11186E; }
span { border-color: rgb(17,24,110); }
td.TdClassName
{
border-color: #11186E;
}
.TagClassName
{
border-color: #11186E;
}
</style>