Shades of Midnight Blue #110D57
Tints of Midnight Blue #110D57
RGB
CMYK
RGB Variations
Color information
#110D57 (or 0x110D57) is known color: Midnight Blue. HEX triplet: 11, 0D and 57. RGB value is (17,13,87). Sum of RGB (Red+Green+Blue) = 17+13+87=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 87 (34.38% from 255 or 74.36% from 117); Max value from RGB is 87 - color contains mainly: blue. Hex color #110D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D57 is #EEF2A8. Grayscale: #161616. Windows color (decimal): -15659689 or 5704977. OLE color: 5704977.
HSL color Cylindrical-coordinate representation of color #110D57: hue angle of 243.24º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110D57 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 13 | 87 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.66 |
| HSL | 243.24º | 0.74% | 0.2% | - |
| HSV(B) | 243.24º | 0.85% | 0.34% | - |
| XYZ | 2.1 | 1.1 | 9.12 | - |
| YUV | 22.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 87 | 0.80 | 0.85 | 0 | 0.66 | 243.24 | 0.74 | 0.2 |
| Hex | 11 | D | 57 | 50 | 55 | 0 | 42 | F3 | 4A | 14 |
| Octal | 21 | 15 | 127 | 120 | 125 | 0 | 102 | 363 | 112 | 24 |
| Binary | 10001 | 1101 | 1010111 | 1010000 | 1010101 | 0 | 1000010 | 11110011 | 1001010 | 10100 |
Color Harmonies of #110D57
Complementary color
Monochromatic Colors of #110D57
Black with #110D57
Text Example
Text Example
White with #110D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D57; }
p { color: rgb(17,13,87); }
H1.HeaderClassName
{
color: #110D57;
}
.AnyTagClassName
{
color: #110D57;
}
</style>
background-color css
<style>
a { background-color: #110D57; }
a { background-color: rgb(17,13,87); }
div.DivClassName
{
background-color: #110D57;
}
.BgClassName
{
background-color: #110D57;
}
</style>
border-color css
<style>
span { border-color: #110D57; }
span { border-color: rgb(17,13,87); }
td.TdClassName
{
border-color: #110D57;
}
.TagClassName
{
border-color: #110D57;
}
</style>