Shades of Navy #0E037E
Tints of Navy #0E037E
RGB
CMYK
RGB Variations
Color information
#0E037E (or 0x0E037E) is known color: Navy. HEX triplet: 0E, 03 and 7E. RGB value is (14,3,126). Sum of RGB (Red+Green+Blue) = 14+3+126=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 126 (49.61% from 255 or 88.11% from 143); Max value from RGB is 126 - color contains mainly: blue. Hex color #0E037E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E037E is #F1FC81. Grayscale: #131313. Windows color (decimal): -15858818 or 8258318. OLE color: 8258318.
HSL color Cylindrical-coordinate representation of color #0E037E: hue angle of 245.37º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E037E is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 3 | 126 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.51 |
| HSL | 245.37º | 0.95% | 0.25% | - |
| HSV(B) | 245.37º | 0.98% | 0.49% | - |
| XYZ | 3.98 | 1.66 | 19.85 | - |
| YUV | 20.31 | 187.64 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 126 | 0.89 | 0.98 | 0 | 0.51 | 245.37 | 0.95 | 0.25 |
| Hex | E | 3 | 7E | 59 | 62 | 0 | 33 | F5 | 5F | 19 |
| Octal | 16 | 3 | 176 | 131 | 142 | 0 | 63 | 365 | 137 | 31 |
| Binary | 1110 | 11 | 1111110 | 1011001 | 1100010 | 0 | 110011 | 11110101 | 1011111 | 11001 |
Color Harmonies of #0E037E
Complementary color
Monochromatic Colors of #0E037E
Black with #0E037E
Text Example
Text Example
White with #0E037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E037E; }
p { color: rgb(14,3,126); }
H1.HeaderClassName
{
color: #0E037E;
}
.AnyTagClassName
{
color: #0E037E;
}
</style>
background-color css
<style>
a { background-color: #0E037E; }
a { background-color: rgb(14,3,126); }
div.DivClassName
{
background-color: #0E037E;
}
.BgClassName
{
background-color: #0E037E;
}
</style>
border-color css
<style>
span { border-color: #0E037E; }
span { border-color: rgb(14,3,126); }
td.TdClassName
{
border-color: #0E037E;
}
.TagClassName
{
border-color: #0E037E;
}
</style>