Shades of New Midnight Blue #0E11AA
Tints of New Midnight Blue #0E11AA
RGB
CMYK
RGB Variations
Color information
#0E11AA (or 0x0E11AA) is known color: New Midnight Blue. HEX triplet: 0E, 11 and AA. RGB value is (14,17,170). Sum of RGB (Red+Green+Blue) = 14+17+170=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 17 (7.03% from 255 or 8.46% 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 #0E11AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E11AA is #F1EE55. Grayscale: #202020. Windows color (decimal): -15855190 or 11145486. OLE color: 11145486.
HSL color Cylindrical-coordinate representation of color #0E11AA: hue angle of 238.85º 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 #0E11AA is Cyan = 0.92, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 17 | 170 | - |
| CMYK | 0.92 | 0.9 | 0 | 0.33 |
| HSL | 238.85º | 0.85% | 0.36% | - |
| HSV(B) | 238.85º | 0.92% | 0.67% | - |
| XYZ | 7.64 | 3.4 | 38.28 | - |
| YUV | 33.55 | 205.01 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 170 | 0.92 | 0.9 | 0 | 0.33 | 238.85 | 0.85 | 0.36 |
| Hex | E | 11 | AA | 5C | 5A | 0 | 21 | EF | 55 | 24 |
| Octal | 16 | 21 | 252 | 134 | 132 | 0 | 41 | 357 | 125 | 44 |
| Binary | 1110 | 10001 | 10101010 | 1011100 | 1011010 | 0 | 100001 | 11101111 | 1010101 | 100100 |
Color Harmonies of #0E11AA
Complementary color
Monochromatic Colors of #0E11AA
Black with #0E11AA
Text Example
Text Example
White with #0E11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E11AA; }
p { color: rgb(14,17,170); }
H1.HeaderClassName
{
color: #0E11AA;
}
.AnyTagClassName
{
color: #0E11AA;
}
</style>
background-color css
<style>
a { background-color: #0E11AA; }
a { background-color: rgb(14,17,170); }
div.DivClassName
{
background-color: #0E11AA;
}
.BgClassName
{
background-color: #0E11AA;
}
</style>
border-color css
<style>
span { border-color: #0E11AA; }
span { border-color: rgb(14,17,170); }
td.TdClassName
{
border-color: #0E11AA;
}
.TagClassName
{
border-color: #0E11AA;
}
</style>