Shades of Midnight Blue #110158
Tints of Midnight Blue #110158
RGB
CMYK
RGB Variations
Color information
#110158 (or 0x110158) is known color: Midnight Blue. HEX triplet: 11, 01 and 58. RGB value is (17,1,88). Sum of RGB (Red+Green+Blue) = 17+1+88=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 88 (34.77% from 255 or 83.02% from 106); Max value from RGB is 88 - color contains mainly: blue. Hex color #110158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110158 is #EEFEA7. Grayscale: #0F0F0F. Windows color (decimal): -15662760 or 5767441. OLE color: 5767441.
HSL color Cylindrical-coordinate representation of color #110158: hue angle of 251.03º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110158 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 1 | 88 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.65 |
| HSL | 251.03º | 0.98% | 0.17% | - |
| HSV(B) | 251.03º | 0.99% | 0.35% | - |
| XYZ | 2 | 0.85 | 9.29 | - |
| YUV | 15.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 88 | 0.81 | 0.99 | 0 | 0.65 | 251.03 | 0.98 | 0.17 |
| Hex | 11 | 1 | 58 | 51 | 63 | 0 | 41 | FB | 62 | 11 |
| Octal | 21 | 1 | 130 | 121 | 143 | 0 | 101 | 373 | 142 | 21 |
| Binary | 10001 | 1 | 1011000 | 1010001 | 1100011 | 0 | 1000001 | 11111011 | 1100010 | 10001 |
Color Harmonies of #110158
Complementary color
Monochromatic Colors of #110158
Black with #110158
Text Example
Text Example
White with #110158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110158; }
p { color: rgb(17,1,88); }
H1.HeaderClassName
{
color: #110158;
}
.AnyTagClassName
{
color: #110158;
}
</style>
background-color css
<style>
a { background-color: #110158; }
a { background-color: rgb(17,1,88); }
div.DivClassName
{
background-color: #110158;
}
.BgClassName
{
background-color: #110158;
}
</style>
border-color css
<style>
span { border-color: #110158; }
span { border-color: rgb(17,1,88); }
td.TdClassName
{
border-color: #110158;
}
.TagClassName
{
border-color: #110158;
}
</style>