Shades of Navy #000E6F
Tints of Navy #000E6F
RGB
CMYK
RGB Variations
Color information
#000E6F (or 0x000E6F) is known color: Navy. HEX triplet: 00, 0E and 6F. RGB value is (0,14,111). Sum of RGB (Red+Green+Blue) = 0+14+111=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #000E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E6F is #FFF190. Grayscale: #141414. Windows color (decimal): -16773521 or 7278080. OLE color: 7278080.
HSL color Cylindrical-coordinate representation of color #000E6F: hue angle of 232.43º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E6F is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 14 | 111 | - |
| CMYK | 1 | 0.87 | 0 | 0.56 |
| HSL | 232.43º | 1% | 0.22% | - |
| HSV(B) | 232.43º | 1% | 0.44% | - |
| XYZ | 3.03 | 1.46 | 15.16 | - |
| YUV | 20.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 111 | 1 | 0.87 | 0 | 0.56 | 232.43 | 1 | 0.22 |
| Hex | 0 | E | 6F | 64 | 57 | 0 | 38 | E8 | 64 | 16 |
| Octal | 0 | 16 | 157 | 144 | 127 | 0 | 70 | 350 | 144 | 26 |
| Binary | 0 | 1110 | 1101111 | 1100100 | 1010111 | 0 | 111000 | 11101000 | 1100100 | 10110 |
Color Harmonies of #000E6F
Complementary color
Monochromatic Colors of #000E6F
Black with #000E6F
Text Example
Text Example
White with #000E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E6F; }
p { color: rgb(0,14,111); }
H1.HeaderClassName
{
color: #000E6F;
}
.AnyTagClassName
{
color: #000E6F;
}
</style>
background-color css
<style>
a { background-color: #000E6F; }
a { background-color: rgb(0,14,111); }
div.DivClassName
{
background-color: #000E6F;
}
.BgClassName
{
background-color: #000E6F;
}
</style>
border-color css
<style>
span { border-color: #000E6F; }
span { border-color: rgb(0,14,111); }
td.TdClassName
{
border-color: #000E6F;
}
.TagClassName
{
border-color: #000E6F;
}
</style>