Shades of Midnight Blue #110E69
Tints of Midnight Blue #110E69
RGB
CMYK
RGB Variations
Color information
#110E69 (or 0x110E69) is known color: Midnight Blue. HEX triplet: 11, 0E and 69. RGB value is (17,14,105). Sum of RGB (Red+Green+Blue) = 17+14+105=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #110E69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E69 is #EEF196. Grayscale: #181818. Windows color (decimal): -15659415 or 6884881. OLE color: 6884881.
HSL color Cylindrical-coordinate representation of color #110E69: hue angle of 241.98º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110E69 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 14 | 105 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.59 |
| HSL | 241.98º | 0.76% | 0.23% | - |
| HSV(B) | 241.98º | 0.87% | 0.41% | - |
| XYZ | 2.94 | 1.45 | 13.49 | - |
| YUV | 25.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 105 | 0.84 | 0.87 | 0 | 0.59 | 241.98 | 0.76 | 0.23 |
| Hex | 11 | E | 69 | 54 | 57 | 0 | 3B | F2 | 4C | 17 |
| Octal | 21 | 16 | 151 | 124 | 127 | 0 | 73 | 362 | 114 | 27 |
| Binary | 10001 | 1110 | 1101001 | 1010100 | 1010111 | 0 | 111011 | 11110010 | 1001100 | 10111 |
Color Harmonies of #110E69
Complementary color
Monochromatic Colors of #110E69
Black with #110E69
Text Example
Text Example
White with #110E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E69; }
p { color: rgb(17,14,105); }
H1.HeaderClassName
{
color: #110E69;
}
.AnyTagClassName
{
color: #110E69;
}
</style>
background-color css
<style>
a { background-color: #110E69; }
a { background-color: rgb(17,14,105); }
div.DivClassName
{
background-color: #110E69;
}
.BgClassName
{
background-color: #110E69;
}
</style>
border-color css
<style>
span { border-color: #110E69; }
span { border-color: rgb(17,14,105); }
td.TdClassName
{
border-color: #110E69;
}
.TagClassName
{
border-color: #110E69;
}
</style>