Shades of Navy #0E067F
Tints of Navy #0E067F
RGB
CMYK
RGB Variations
Color information
#0E067F (or 0x0E067F) is known color: Navy. HEX triplet: 0E, 06 and 7F. RGB value is (14,6,127). Sum of RGB (Red+Green+Blue) = 14+6+127=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E067F is #F1F980. Grayscale: #151515. Windows color (decimal): -15858049 or 8324622. OLE color: 8324622.
HSL color Cylindrical-coordinate representation of color #0E067F: hue angle of 243.97º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E067F is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 6 | 127 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.50 |
| HSL | 243.97º | 0.91% | 0.26% | - |
| HSV(B) | 243.97º | 0.95% | 0.5% | - |
| XYZ | 4.08 | 1.76 | 20.2 | - |
| YUV | 22.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 127 | 0.89 | 0.95 | 0 | 0.50 | 243.97 | 0.91 | 0.26 |
| Hex | E | 6 | 7F | 59 | 5F | 0 | 32 | F4 | 5B | 1A |
| Octal | 16 | 6 | 177 | 131 | 137 | 0 | 62 | 364 | 133 | 32 |
| Binary | 1110 | 110 | 1111111 | 1011001 | 1011111 | 0 | 110010 | 11110100 | 1011011 | 11010 |
Color Harmonies of #0E067F
Complementary color
Monochromatic Colors of #0E067F
Black with #0E067F
Text Example
Text Example
White with #0E067F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E067F; }
p { color: rgb(14,6,127); }
H1.HeaderClassName
{
color: #0E067F;
}
.AnyTagClassName
{
color: #0E067F;
}
</style>
background-color css
<style>
a { background-color: #0E067F; }
a { background-color: rgb(14,6,127); }
div.DivClassName
{
background-color: #0E067F;
}
.BgClassName
{
background-color: #0E067F;
}
</style>
border-color css
<style>
span { border-color: #0E067F; }
span { border-color: rgb(14,6,127); }
td.TdClassName
{
border-color: #0E067F;
}
.TagClassName
{
border-color: #0E067F;
}
</style>