Shades of Navy #0E006B
Tints of Navy #0E006B
RGB
CMYK
RGB Variations
Color information
#0E006B (or 0x0E006B) is known color: Navy. HEX triplet: 0E, 00 and 6B. RGB value is (14,0,107). Sum of RGB (Red+Green+Blue) = 14+0+107=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 107 (42.19% from 255 or 88.43% from 121); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E006B is #F1FF94. Grayscale: #0F0F0F. Windows color (decimal): -15859605 or 7012366. OLE color: 7012366.
HSL color Cylindrical-coordinate representation of color #0E006B: hue angle of 247.85º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E006B is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 0 | 107 | - |
| CMYK | 0.87 | 1 | 0 | 0.58 |
| HSL | 247.85º | 1% | 0.21% | - |
| HSV(B) | 247.85º | 1% | 0.42% | - |
| XYZ | 2.83 | 1.15 | 13.98 | - |
| YUV | 16.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 107 | 0.87 | 1 | 0 | 0.58 | 247.85 | 1 | 0.21 |
| Hex | E | 0 | 6B | 57 | 64 | 0 | 3A | F8 | 64 | 15 |
| Octal | 16 | 0 | 153 | 127 | 144 | 0 | 72 | 370 | 144 | 25 |
| Binary | 1110 | 0 | 1101011 | 1010111 | 1100100 | 0 | 111010 | 11111000 | 1100100 | 10101 |
Color Harmonies of #0E006B
Complementary color
Monochromatic Colors of #0E006B
Black with #0E006B
Text Example
Text Example
White with #0E006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E006B; }
p { color: rgb(14,0,107); }
H1.HeaderClassName
{
color: #0E006B;
}
.AnyTagClassName
{
color: #0E006B;
}
</style>
background-color css
<style>
a { background-color: #0E006B; }
a { background-color: rgb(14,0,107); }
div.DivClassName
{
background-color: #0E006B;
}
.BgClassName
{
background-color: #0E006B;
}
</style>
border-color css
<style>
span { border-color: #0E006B; }
span { border-color: rgb(14,0,107); }
td.TdClassName
{
border-color: #0E006B;
}
.TagClassName
{
border-color: #0E006B;
}
</style>