Shades of Midnight Blue #110557
Tints of Midnight Blue #110557
RGB
CMYK
RGB Variations
Color information
#110557 (or 0x110557) is known color: Midnight Blue. HEX triplet: 11, 05 and 57. RGB value is (17,5,87). Sum of RGB (Red+Green+Blue) = 17+5+87=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #110557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110557 is #EEFAA8. Grayscale: #111111. Windows color (decimal): -15661737 or 5702929. OLE color: 5702929.
HSL color Cylindrical-coordinate representation of color #110557: hue angle of 248.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110557 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 5 | 87 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.66 |
| HSL | 248.78º | 0.89% | 0.18% | - |
| HSV(B) | 248.78º | 0.94% | 0.34% | - |
| XYZ | 2.01 | 0.92 | 9.09 | - |
| YUV | 17.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 87 | 0.80 | 0.94 | 0 | 0.66 | 248.78 | 0.89 | 0.18 |
| Hex | 11 | 5 | 57 | 50 | 5E | 0 | 42 | F9 | 59 | 12 |
| Octal | 21 | 5 | 127 | 120 | 136 | 0 | 102 | 371 | 131 | 22 |
| Binary | 10001 | 101 | 1010111 | 1010000 | 1011110 | 0 | 1000010 | 11111001 | 1011001 | 10010 |
Color Harmonies of #110557
Complementary color
Monochromatic Colors of #110557
Black with #110557
Text Example
Text Example
White with #110557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110557; }
p { color: rgb(17,5,87); }
H1.HeaderClassName
{
color: #110557;
}
.AnyTagClassName
{
color: #110557;
}
</style>
background-color css
<style>
a { background-color: #110557; }
a { background-color: rgb(17,5,87); }
div.DivClassName
{
background-color: #110557;
}
.BgClassName
{
background-color: #110557;
}
</style>
border-color css
<style>
span { border-color: #110557; }
span { border-color: rgb(17,5,87); }
td.TdClassName
{
border-color: #110557;
}
.TagClassName
{
border-color: #110557;
}
</style>