Shades of Navy #0E006E
Tints of Navy #0E006E
RGB
CMYK
RGB Variations
Color information
#0E006E (or 0x0E006E) is known color: Navy. HEX triplet: 0E, 00 and 6E. RGB value is (14,0,110). Sum of RGB (Red+Green+Blue) = 14+0+110=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 110 (43.36% from 255 or 88.71% from 124); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E006E is #F1FF91. Grayscale: #101010. Windows color (decimal): -15859602 or 7208974. OLE color: 7208974.
HSL color Cylindrical-coordinate representation of color #0E006E: hue angle of 247.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E006E is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 14 | 0 | 110 | - |
| CMYK | 0.87 | 1 | 0 | 0.57 |
| HSL | 247.64º | 1% | 0.22% | - |
| HSV(B) | 247.64º | 1% | 0.43% | - |
| XYZ | 3 | 1.22 | 14.83 | - |
| YUV | 16.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 110 | 0.87 | 1 | 0 | 0.57 | 247.64 | 1 | 0.22 |
| Hex | E | 0 | 6E | 57 | 64 | 0 | 39 | F8 | 64 | 16 |
| Octal | 16 | 0 | 156 | 127 | 144 | 0 | 71 | 370 | 144 | 26 |
| Binary | 1110 | 0 | 1101110 | 1010111 | 1100100 | 0 | 111001 | 11111000 | 1100100 | 10110 |
Color Harmonies of #0E006E
Complementary color
Monochromatic Colors of #0E006E
Black with #0E006E
Text Example
Text Example
White with #0E006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E006E; }
p { color: rgb(14,0,110); }
H1.HeaderClassName
{
color: #0E006E;
}
.AnyTagClassName
{
color: #0E006E;
}
</style>
background-color css
<style>
a { background-color: #0E006E; }
a { background-color: rgb(14,0,110); }
div.DivClassName
{
background-color: #0E006E;
}
.BgClassName
{
background-color: #0E006E;
}
</style>
border-color css
<style>
span { border-color: #0E006E; }
span { border-color: rgb(14,0,110); }
td.TdClassName
{
border-color: #0E006E;
}
.TagClassName
{
border-color: #0E006E;
}
</style>