Shades of Navy #000E74
Tints of Navy #000E74
RGB
CMYK
RGB Variations
Color information
#000E74 (or 0x000E74) is known color: Navy. HEX triplet: 00, 0E and 74. RGB value is (0,14,116). Sum of RGB (Red+Green+Blue) = 0+14+116=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #000E74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E74 is #FFF18B. Grayscale: #151515. Windows color (decimal): -16773516 or 7605760. OLE color: 7605760.
HSL color Cylindrical-coordinate representation of color #000E74: hue angle of 232.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E74 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 14 | 116 | - |
| CMYK | 1 | 0.88 | 0 | 0.55 |
| HSL | 232.76º | 1% | 0.23% | - |
| HSV(B) | 232.76º | 1% | 0.45% | - |
| XYZ | 3.31 | 1.58 | 16.65 | - |
| YUV | 21.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 116 | 1 | 0.88 | 0 | 0.55 | 232.76 | 1 | 0.23 |
| Hex | 0 | E | 74 | 64 | 58 | 0 | 37 | E9 | 64 | 17 |
| Octal | 0 | 16 | 164 | 144 | 130 | 0 | 67 | 351 | 144 | 27 |
| Binary | 0 | 1110 | 1110100 | 1100100 | 1011000 | 0 | 110111 | 11101001 | 1100100 | 10111 |
Color Harmonies of #000E74
Complementary color
Monochromatic Colors of #000E74
Black with #000E74
Text Example
Text Example
White with #000E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E74; }
p { color: rgb(0,14,116); }
H1.HeaderClassName
{
color: #000E74;
}
.AnyTagClassName
{
color: #000E74;
}
</style>
background-color css
<style>
a { background-color: #000E74; }
a { background-color: rgb(0,14,116); }
div.DivClassName
{
background-color: #000E74;
}
.BgClassName
{
background-color: #000E74;
}
</style>
border-color css
<style>
span { border-color: #000E74; }
span { border-color: rgb(0,14,116); }
td.TdClassName
{
border-color: #000E74;
}
.TagClassName
{
border-color: #000E74;
}
</style>