Shades of Navy #000E84
Tints of Navy #000E84
RGB
CMYK
RGB Variations
Color information
#000E84 (or 0x000E84) is known color: Navy. HEX triplet: 00, 0E and 84. RGB value is (0,14,132). Sum of RGB (Red+Green+Blue) = 0+14+132=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 132 (51.95% from 255 or 90.41% from 146); Max value from RGB is 132 - color contains mainly: blue. Hex color #000E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E84 is #FFF17B. Grayscale: #161616. Windows color (decimal): -16773500 or 8654336. OLE color: 8654336.
HSL color Cylindrical-coordinate representation of color #000E84: hue angle of 233.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E84 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 14 | 132 | - |
| CMYK | 1 | 0.89 | 0 | 0.48 |
| HSL | 233.64º | 1% | 0.26% | - |
| HSV(B) | 233.64º | 1% | 0.52% | - |
| XYZ | 4.32 | 1.98 | 21.98 | - |
| YUV | 23.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 132 | 1 | 0.89 | 0 | 0.48 | 233.64 | 1 | 0.26 |
| Hex | 0 | E | 84 | 64 | 59 | 0 | 30 | EA | 64 | 1A |
| Octal | 0 | 16 | 204 | 144 | 131 | 0 | 60 | 352 | 144 | 32 |
| Binary | 0 | 1110 | 10000100 | 1100100 | 1011001 | 0 | 110000 | 11101010 | 1100100 | 11010 |
Color Harmonies of #000E84
Complementary color
Monochromatic Colors of #000E84
Black with #000E84
Text Example
Text Example
White with #000E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E84; }
p { color: rgb(0,14,132); }
H1.HeaderClassName
{
color: #000E84;
}
.AnyTagClassName
{
color: #000E84;
}
</style>
background-color css
<style>
a { background-color: #000E84; }
a { background-color: rgb(0,14,132); }
div.DivClassName
{
background-color: #000E84;
}
.BgClassName
{
background-color: #000E84;
}
</style>
border-color css
<style>
span { border-color: #000E84; }
span { border-color: rgb(0,14,132); }
td.TdClassName
{
border-color: #000E84;
}
.TagClassName
{
border-color: #000E84;
}
</style>