Shades of New Midnight Blue #000EAE
Tints of New Midnight Blue #000EAE
RGB
CMYK
RGB Variations
Color information
#000EAE (or 0x000EAE) is known color: New Midnight Blue. HEX triplet: 00, 0E and AE. RGB value is (0,14,174). Sum of RGB (Red+Green+Blue) = 0+14+174=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 174 (68.36% from 255 or 92.55% from 188); Max value from RGB is 174 - color contains mainly: blue. Hex color #000EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000EAE is #FFF151. Grayscale: #1B1B1B. Windows color (decimal): -16773458 or 11406848. OLE color: 11406848.
HSL color Cylindrical-coordinate representation of color #000EAE: hue angle of 235.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EAE is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 14 | 174 | - |
| CMYK | 1 | 0.92 | 0 | 0.32 |
| HSL | 235.17º | 1% | 0.34% | - |
| HSV(B) | 235.17º | 1% | 0.68% | - |
| XYZ | 7.8 | 3.37 | 40.28 | - |
| YUV | 28.05 | 210.36 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 174 | 1 | 0.92 | 0 | 0.32 | 235.17 | 1 | 0.34 |
| Hex | 0 | E | AE | 64 | 5C | 0 | 20 | EB | 64 | 22 |
| Octal | 0 | 16 | 256 | 144 | 134 | 0 | 40 | 353 | 144 | 42 |
| Binary | 0 | 1110 | 10101110 | 1100100 | 1011100 | 0 | 100000 | 11101011 | 1100100 | 100010 |
Color Harmonies of #000EAE
Complementary color
Monochromatic Colors of #000EAE
Black with #000EAE
Text Example
Text Example
White with #000EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EAE; }
p { color: rgb(0,14,174); }
H1.HeaderClassName
{
color: #000EAE;
}
.AnyTagClassName
{
color: #000EAE;
}
</style>
background-color css
<style>
a { background-color: #000EAE; }
a { background-color: rgb(0,14,174); }
div.DivClassName
{
background-color: #000EAE;
}
.BgClassName
{
background-color: #000EAE;
}
</style>
border-color css
<style>
span { border-color: #000EAE; }
span { border-color: rgb(0,14,174); }
td.TdClassName
{
border-color: #000EAE;
}
.TagClassName
{
border-color: #000EAE;
}
</style>