Shades of Midnight Blue #110E60
Tints of Midnight Blue #110E60
RGB
CMYK
RGB Variations
Color information
#110E60 (or 0x110E60) is known color: Midnight Blue. HEX triplet: 11, 0E and 60. RGB value is (17,14,96). Sum of RGB (Red+Green+Blue) = 17+14+96=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #110E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E60 is #EEF19F. Grayscale: #171717. Windows color (decimal): -15659424 or 6295057. OLE color: 6295057.
HSL color Cylindrical-coordinate representation of color #110E60: hue angle of 242.2º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110E60 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 14 | 96 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.62 |
| HSL | 242.2º | 0.75% | 0.22% | - |
| HSV(B) | 242.2º | 0.85% | 0.38% | - |
| XYZ | 2.5 | 1.28 | 11.18 | - |
| YUV | 24.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 96 | 0.82 | 0.85 | 0 | 0.62 | 242.2 | 0.75 | 0.22 |
| Hex | 11 | E | 60 | 52 | 55 | 0 | 3E | F2 | 4B | 16 |
| Octal | 21 | 16 | 140 | 122 | 125 | 0 | 76 | 362 | 113 | 26 |
| Binary | 10001 | 1110 | 1100000 | 1010010 | 1010101 | 0 | 111110 | 11110010 | 1001011 | 10110 |
Color Harmonies of #110E60
Complementary color
Monochromatic Colors of #110E60
Black with #110E60
Text Example
Text Example
White with #110E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E60; }
p { color: rgb(17,14,96); }
H1.HeaderClassName
{
color: #110E60;
}
.AnyTagClassName
{
color: #110E60;
}
</style>
background-color css
<style>
a { background-color: #110E60; }
a { background-color: rgb(17,14,96); }
div.DivClassName
{
background-color: #110E60;
}
.BgClassName
{
background-color: #110E60;
}
</style>
border-color css
<style>
span { border-color: #110E60; }
span { border-color: rgb(17,14,96); }
td.TdClassName
{
border-color: #110E60;
}
.TagClassName
{
border-color: #110E60;
}
</style>