Shades of Navy #000E6D
Tints of Navy #000E6D
RGB
CMYK
RGB Variations
Color information
#000E6D (or 0x000E6D) is known color: Navy. HEX triplet: 00, 0E and 6D. RGB value is (0,14,109). Sum of RGB (Red+Green+Blue) = 0+14+109=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 109 (42.97% from 255 or 88.62% from 123); Max value from RGB is 109 - color contains mainly: blue. Hex color #000E6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E6D is #FFF192. Grayscale: #141414. Windows color (decimal): -16773523 or 7147008. OLE color: 7147008.
HSL color Cylindrical-coordinate representation of color #000E6D: hue angle of 232.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E6D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 14 | 109 | - |
| CMYK | 1 | 0.87 | 0 | 0.57 |
| HSL | 232.29º | 1% | 0.21% | - |
| HSV(B) | 232.29º | 1% | 0.43% | - |
| XYZ | 2.92 | 1.42 | 14.59 | - |
| YUV | 20.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 109 | 1 | 0.87 | 0 | 0.57 | 232.29 | 1 | 0.21 |
| Hex | 0 | E | 6D | 64 | 57 | 0 | 39 | E8 | 64 | 15 |
| Octal | 0 | 16 | 155 | 144 | 127 | 0 | 71 | 350 | 144 | 25 |
| Binary | 0 | 1110 | 1101101 | 1100100 | 1010111 | 0 | 111001 | 11101000 | 1100100 | 10101 |
Color Harmonies of #000E6D
Complementary color
Monochromatic Colors of #000E6D
Black with #000E6D
Text Example
Text Example
White with #000E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E6D; }
p { color: rgb(0,14,109); }
H1.HeaderClassName
{
color: #000E6D;
}
.AnyTagClassName
{
color: #000E6D;
}
</style>
background-color css
<style>
a { background-color: #000E6D; }
a { background-color: rgb(0,14,109); }
div.DivClassName
{
background-color: #000E6D;
}
.BgClassName
{
background-color: #000E6D;
}
</style>
border-color css
<style>
span { border-color: #000E6D; }
span { border-color: rgb(0,14,109); }
td.TdClassName
{
border-color: #000E6D;
}
.TagClassName
{
border-color: #000E6D;
}
</style>