Shades of Navy #000E77
Tints of Navy #000E77
RGB
CMYK
RGB Variations
Color information
#000E77 (or 0x000E77) is known color: Navy. HEX triplet: 00, 0E and 77. RGB value is (0,14,119). Sum of RGB (Red+Green+Blue) = 0+14+119=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 119 (46.88% from 255 or 89.47% from 133); Max value from RGB is 119 - color contains mainly: blue. Hex color #000E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E77 is #FFF188. Grayscale: #151515. Windows color (decimal): -16773513 or 7802368. OLE color: 7802368.
HSL color Cylindrical-coordinate representation of color #000E77: hue angle of 232.94º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E77 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 14 | 119 | - |
| CMYK | 1 | 0.88 | 0 | 0.53 |
| HSL | 232.94º | 1% | 0.23% | - |
| HSV(B) | 232.94º | 1% | 0.47% | - |
| XYZ | 3.49 | 1.65 | 17.59 | - |
| YUV | 21.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 119 | 1 | 0.88 | 0 | 0.53 | 232.94 | 1 | 0.23 |
| Hex | 0 | E | 77 | 64 | 58 | 0 | 35 | E9 | 64 | 17 |
| Octal | 0 | 16 | 167 | 144 | 130 | 0 | 65 | 351 | 144 | 27 |
| Binary | 0 | 1110 | 1110111 | 1100100 | 1011000 | 0 | 110101 | 11101001 | 1100100 | 10111 |
Color Harmonies of #000E77
Complementary color
Monochromatic Colors of #000E77
Black with #000E77
Text Example
Text Example
White with #000E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E77; }
p { color: rgb(0,14,119); }
H1.HeaderClassName
{
color: #000E77;
}
.AnyTagClassName
{
color: #000E77;
}
</style>
background-color css
<style>
a { background-color: #000E77; }
a { background-color: rgb(0,14,119); }
div.DivClassName
{
background-color: #000E77;
}
.BgClassName
{
background-color: #000E77;
}
</style>
border-color css
<style>
span { border-color: #000E77; }
span { border-color: rgb(0,14,119); }
td.TdClassName
{
border-color: #000E77;
}
.TagClassName
{
border-color: #000E77;
}
</style>