Shades of New Midnight Blue #110EAA
Tints of New Midnight Blue #110EAA
RGB
CMYK
RGB Variations
Color information
#110EAA (or 0x110EAA) is known color: New Midnight Blue. HEX triplet: 11, 0E and AA. RGB value is (17,14,170). Sum of RGB (Red+Green+Blue) = 17+14+170=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #110EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAA is #EEF155. Grayscale: #202020. Windows color (decimal): -15659350 or 11144721. OLE color: 11144721.
HSL color Cylindrical-coordinate representation of color #110EAA: hue angle of 241.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110EAA is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 14 | 170 | - |
| CMYK | 0.9 | 0.92 | 0 | 0.33 |
| HSL | 241.15º | 0.85% | 0.36% | - |
| HSV(B) | 241.15º | 0.92% | 0.67% | - |
| XYZ | 7.64 | 3.34 | 38.27 | - |
| YUV | 32.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 170 | 0.9 | 0.92 | 0 | 0.33 | 241.15 | 0.85 | 0.36 |
| Hex | 11 | E | AA | 5A | 5C | 0 | 21 | F1 | 55 | 24 |
| Octal | 21 | 16 | 252 | 132 | 134 | 0 | 41 | 361 | 125 | 44 |
| Binary | 10001 | 1110 | 10101010 | 1011010 | 1011100 | 0 | 100001 | 11110001 | 1010101 | 100100 |
Color Harmonies of #110EAA
Complementary color
Monochromatic Colors of #110EAA
Black with #110EAA
Text Example
Text Example
White with #110EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EAA; }
p { color: rgb(17,14,170); }
H1.HeaderClassName
{
color: #110EAA;
}
.AnyTagClassName
{
color: #110EAA;
}
</style>
background-color css
<style>
a { background-color: #110EAA; }
a { background-color: rgb(17,14,170); }
div.DivClassName
{
background-color: #110EAA;
}
.BgClassName
{
background-color: #110EAA;
}
</style>
border-color css
<style>
span { border-color: #110EAA; }
span { border-color: rgb(17,14,170); }
td.TdClassName
{
border-color: #110EAA;
}
.TagClassName
{
border-color: #110EAA;
}
</style>