Shades of Midnight Blue #110E56
Tints of Midnight Blue #110E56
RGB
CMYK
RGB Variations
Color information
#110E56 (or 0x110E56) is known color: Midnight Blue. HEX triplet: 11, 0E and 56. RGB value is (17,14,86). Sum of RGB (Red+Green+Blue) = 17+14+86=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #110E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E56 is #EEF1A9. Grayscale: #161616. Windows color (decimal): -15659434 or 5639697. OLE color: 5639697.
HSL color Cylindrical-coordinate representation of color #110E56: hue angle of 242.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #110E56 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 14 | 86 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.66 |
| HSL | 242.5º | 0.72% | 0.2% | - |
| HSV(B) | 242.5º | 0.84% | 0.34% | - |
| XYZ | 2.07 | 1.11 | 8.91 | - |
| YUV | 23.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 86 | 0.80 | 0.84 | 0 | 0.66 | 242.5 | 0.72 | 0.2 |
| Hex | 11 | E | 56 | 50 | 54 | 0 | 42 | F2 | 48 | 14 |
| Octal | 21 | 16 | 126 | 120 | 124 | 0 | 102 | 362 | 110 | 24 |
| Binary | 10001 | 1110 | 1010110 | 1010000 | 1010100 | 0 | 1000010 | 11110010 | 1001000 | 10100 |
Color Harmonies of #110E56
Complementary color
Monochromatic Colors of #110E56
Black with #110E56
Text Example
Text Example
White with #110E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E56; }
p { color: rgb(17,14,86); }
H1.HeaderClassName
{
color: #110E56;
}
.AnyTagClassName
{
color: #110E56;
}
</style>
background-color css
<style>
a { background-color: #110E56; }
a { background-color: rgb(17,14,86); }
div.DivClassName
{
background-color: #110E56;
}
.BgClassName
{
background-color: #110E56;
}
</style>
border-color css
<style>
span { border-color: #110E56; }
span { border-color: rgb(17,14,86); }
td.TdClassName
{
border-color: #110E56;
}
.TagClassName
{
border-color: #110E56;
}
</style>