Shades of Navy #0E0678
Tints of Navy #0E0678
RGB
CMYK
RGB Variations
Color information
#0E0678 (or 0x0E0678) is known color: Navy. HEX triplet: 0E, 06 and 78. RGB value is (14,6,120). Sum of RGB (Red+Green+Blue) = 14+6+120=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E0678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0678 is #F1F987. Grayscale: #141414. Windows color (decimal): -15858056 or 7865870. OLE color: 7865870.
HSL color Cylindrical-coordinate representation of color #0E0678: hue angle of 244.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0678 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 6 | 120 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.53 |
| HSL | 244.21º | 0.9% | 0.25% | - |
| HSV(B) | 244.21º | 0.95% | 0.47% | - |
| XYZ | 3.64 | 1.58 | 17.88 | - |
| YUV | 21.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 120 | 0.88 | 0.95 | 0 | 0.53 | 244.21 | 0.9 | 0.25 |
| Hex | E | 6 | 78 | 58 | 5F | 0 | 35 | F4 | 5A | 19 |
| Octal | 16 | 6 | 170 | 130 | 137 | 0 | 65 | 364 | 132 | 31 |
| Binary | 1110 | 110 | 1111000 | 1011000 | 1011111 | 0 | 110101 | 11110100 | 1011010 | 11001 |
Color Harmonies of #0E0678
Complementary color
Monochromatic Colors of #0E0678
Black with #0E0678
Text Example
Text Example
White with #0E0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0678; }
p { color: rgb(14,6,120); }
H1.HeaderClassName
{
color: #0E0678;
}
.AnyTagClassName
{
color: #0E0678;
}
</style>
background-color css
<style>
a { background-color: #0E0678; }
a { background-color: rgb(14,6,120); }
div.DivClassName
{
background-color: #0E0678;
}
.BgClassName
{
background-color: #0E0678;
}
</style>
border-color css
<style>
span { border-color: #0E0678; }
span { border-color: rgb(14,6,120); }
td.TdClassName
{
border-color: #0E0678;
}
.TagClassName
{
border-color: #0E0678;
}
</style>