Shades of Midnight Blue #110157
Tints of Midnight Blue #110157
RGB
CMYK
RGB Variations
Color information
#110157 (or 0x110157) is known color: Midnight Blue. HEX triplet: 11, 01 and 57. RGB value is (17,1,87). Sum of RGB (Red+Green+Blue) = 17+1+87=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #110157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110157 is #EEFEA8. Grayscale: #0F0F0F. Windows color (decimal): -15662761 or 5701905. OLE color: 5701905.
HSL color Cylindrical-coordinate representation of color #110157: hue angle of 251.16º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110157 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 1 | 87 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.66 |
| HSL | 251.16º | 0.98% | 0.17% | - |
| HSV(B) | 251.16º | 0.99% | 0.34% | - |
| XYZ | 1.96 | 0.83 | 9.07 | - |
| YUV | 15.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 87 | 0.80 | 0.99 | 0 | 0.66 | 251.16 | 0.98 | 0.17 |
| Hex | 11 | 1 | 57 | 50 | 63 | 0 | 42 | FB | 62 | 11 |
| Octal | 21 | 1 | 127 | 120 | 143 | 0 | 102 | 373 | 142 | 21 |
| Binary | 10001 | 1 | 1010111 | 1010000 | 1100011 | 0 | 1000010 | 11111011 | 1100010 | 10001 |
Color Harmonies of #110157
Complementary color
Monochromatic Colors of #110157
Black with #110157
Text Example
Text Example
White with #110157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110157; }
p { color: rgb(17,1,87); }
H1.HeaderClassName
{
color: #110157;
}
.AnyTagClassName
{
color: #110157;
}
</style>
background-color css
<style>
a { background-color: #110157; }
a { background-color: rgb(17,1,87); }
div.DivClassName
{
background-color: #110157;
}
.BgClassName
{
background-color: #110157;
}
</style>
border-color css
<style>
span { border-color: #110157; }
span { border-color: rgb(17,1,87); }
td.TdClassName
{
border-color: #110157;
}
.TagClassName
{
border-color: #110157;
}
</style>