Shades of New Midnight Blue #110EAE
Tints of New Midnight Blue #110EAE
RGB
CMYK
RGB Variations
Color information
#110EAE (or 0x110EAE) is known color: New Midnight Blue. HEX triplet: 11, 0E and AE. RGB value is (17,14,174). Sum of RGB (Red+Green+Blue) = 17+14+174=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #110EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAE is #EEF151. Grayscale: #202020. Windows color (decimal): -15659346 or 11406865. OLE color: 11406865.
HSL color Cylindrical-coordinate representation of color #110EAE: hue angle of 241.13º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110EAE is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 14 | 174 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.32 |
| HSL | 241.13º | 0.85% | 0.37% | - |
| HSV(B) | 241.13º | 0.92% | 0.68% | - |
| XYZ | 8.03 | 3.49 | 40.29 | - |
| YUV | 33.14 | 207.49 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 174 | 0.90 | 0.92 | 0 | 0.32 | 241.13 | 0.85 | 0.37 |
| Hex | 11 | E | AE | 5A | 5C | 0 | 20 | F1 | 55 | 25 |
| Octal | 21 | 16 | 256 | 132 | 134 | 0 | 40 | 361 | 125 | 45 |
| Binary | 10001 | 1110 | 10101110 | 1011010 | 1011100 | 0 | 100000 | 11110001 | 1010101 | 100101 |
Color Harmonies of #110EAE
Complementary color
Monochromatic Colors of #110EAE
Black with #110EAE
Text Example
Text Example
White with #110EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EAE; }
p { color: rgb(17,14,174); }
H1.HeaderClassName
{
color: #110EAE;
}
.AnyTagClassName
{
color: #110EAE;
}
</style>
background-color css
<style>
a { background-color: #110EAE; }
a { background-color: rgb(17,14,174); }
div.DivClassName
{
background-color: #110EAE;
}
.BgClassName
{
background-color: #110EAE;
}
</style>
border-color css
<style>
span { border-color: #110EAE; }
span { border-color: rgb(17,14,174); }
td.TdClassName
{
border-color: #110EAE;
}
.TagClassName
{
border-color: #110EAE;
}
</style>