Shades of New Midnight Blue #0E0EAD
Tints of New Midnight Blue #0E0EAD
RGB
CMYK
RGB Variations
Color information
#0E0EAD (or 0x0E0EAD) is known color: New Midnight Blue. HEX triplet: 0E, 0E and AD. RGB value is (14,14,173). Sum of RGB (Red+Green+Blue) = 14+14+173=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E0EAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0EAD is #F1F152. Grayscale: #1F1F1F. Windows color (decimal): -15855955 or 11341326. OLE color: 11341326.
HSL color Cylindrical-coordinate representation of color #0E0EAD: hue angle of 240º 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 #0E0EAD is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 14 | 173 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.32 |
| HSL | 240º | 0.85% | 0.37% | - |
| HSV(B) | 240º | 0.92% | 0.68% | - |
| XYZ | 7.88 | 3.42 | 39.78 | - |
| YUV | 32.13 | 207.5 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 14 | 173 | 0.92 | 0.92 | 0 | 0.32 | 240 | 0.85 | 0.37 |
| Hex | E | E | AD | 5C | 5C | 0 | 20 | F0 | 55 | 25 |
| Octal | 16 | 16 | 255 | 134 | 134 | 0 | 40 | 360 | 125 | 45 |
| Binary | 1110 | 1110 | 10101101 | 1011100 | 1011100 | 0 | 100000 | 11110000 | 1010101 | 100101 |
Color Harmonies of #0E0EAD
Complementary color
Monochromatic Colors of #0E0EAD
Black with #0E0EAD
Text Example
Text Example
White with #0E0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0EAD; }
p { color: rgb(14,14,173); }
H1.HeaderClassName
{
color: #0E0EAD;
}
.AnyTagClassName
{
color: #0E0EAD;
}
</style>
background-color css
<style>
a { background-color: #0E0EAD; }
a { background-color: rgb(14,14,173); }
div.DivClassName
{
background-color: #0E0EAD;
}
.BgClassName
{
background-color: #0E0EAD;
}
</style>
border-color css
<style>
span { border-color: #0E0EAD; }
span { border-color: rgb(14,14,173); }
td.TdClassName
{
border-color: #0E0EAD;
}
.TagClassName
{
border-color: #0E0EAD;
}
</style>