Shades of New Midnight Blue #000EAB
Tints of New Midnight Blue #000EAB
RGB
CMYK
RGB Variations
Color information
#000EAB (or 0x000EAB) is known color: New Midnight Blue. HEX triplet: 00, 0E and AB. RGB value is (0,14,171). Sum of RGB (Red+Green+Blue) = 0+14+171=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 171 (67.19% from 255 or 92.43% from 185); Max value from RGB is 171 - color contains mainly: blue. Hex color #000EAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000EAB is #FFF154. Grayscale: #1B1B1B. Windows color (decimal): -16773461 or 11210240. OLE color: 11210240.
HSL color Cylindrical-coordinate representation of color #000EAB: hue angle of 235.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EAB is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 14 | 171 | - |
| CMYK | 1 | 0.92 | 0 | 0.33 |
| HSL | 235.09º | 1% | 0.34% | - |
| HSV(B) | 235.09º | 1% | 0.67% | - |
| XYZ | 7.51 | 3.25 | 38.76 | - |
| YUV | 27.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 171 | 1 | 0.92 | 0 | 0.33 | 235.09 | 1 | 0.34 |
| Hex | 0 | E | AB | 64 | 5C | 0 | 21 | EB | 64 | 22 |
| Octal | 0 | 16 | 253 | 144 | 134 | 0 | 41 | 353 | 144 | 42 |
| Binary | 0 | 1110 | 10101011 | 1100100 | 1011100 | 0 | 100001 | 11101011 | 1100100 | 100010 |
Color Harmonies of #000EAB
Complementary color
Monochromatic Colors of #000EAB
Black with #000EAB
Text Example
Text Example
White with #000EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000EAB; }
p { color: rgb(0,14,171); }
H1.HeaderClassName
{
color: #000EAB;
}
.AnyTagClassName
{
color: #000EAB;
}
</style>
background-color css
<style>
a { background-color: #000EAB; }
a { background-color: rgb(0,14,171); }
div.DivClassName
{
background-color: #000EAB;
}
.BgClassName
{
background-color: #000EAB;
}
</style>
border-color css
<style>
span { border-color: #000EAB; }
span { border-color: rgb(0,14,171); }
td.TdClassName
{
border-color: #000EAB;
}
.TagClassName
{
border-color: #000EAB;
}
</style>