Shades of Navy Blue #0E4EDC
Tints of Navy Blue #0E4EDC
RGB
CMYK
RGB Variations
Color information
#0E4EDC (or 0x0E4EDC) is known color: Navy Blue. HEX triplet: 0E, 4E and DC. RGB value is (14,78,220). Sum of RGB (Red+Green+Blue) = 14+78+220=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E4EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4EDC is #F1B123. Grayscale: #4A4A4A. Windows color (decimal): -15839524 or 14437902. OLE color: 14437902.
HSL color Cylindrical-coordinate representation of color #0E4EDC: hue angle of 221.36º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4EDC is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 78 | 220 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.14 |
| HSL | 221.36º | 0.88% | 0.46% | - |
| HSV(B) | 221.36º | 0.94% | 0.86% | - |
| XYZ | 15.82 | 10.71 | 68.94 | - |
| YUV | 75.05 | 209.8 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 220 | 0.94 | 0.65 | 0 | 0.14 | 221.36 | 0.88 | 0.46 |
| Hex | E | 4E | DC | 5E | 41 | 0 | E | DD | 58 | 2E |
| Octal | 16 | 116 | 334 | 136 | 101 | 0 | 16 | 335 | 130 | 56 |
| Binary | 1110 | 1001110 | 11011100 | 1011110 | 1000001 | 0 | 1110 | 11011101 | 1011000 | 101110 |
Color Harmonies of #0E4EDC
Complementary color
Monochromatic Colors of #0E4EDC
Black with #0E4EDC
Text Example
Text Example
White with #0E4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4EDC; }
p { color: rgb(14,78,220); }
H1.HeaderClassName
{
color: #0E4EDC;
}
.AnyTagClassName
{
color: #0E4EDC;
}
</style>
background-color css
<style>
a { background-color: #0E4EDC; }
a { background-color: rgb(14,78,220); }
div.DivClassName
{
background-color: #0E4EDC;
}
.BgClassName
{
background-color: #0E4EDC;
}
</style>
border-color css
<style>
span { border-color: #0E4EDC; }
span { border-color: rgb(14,78,220); }
td.TdClassName
{
border-color: #0E4EDC;
}
.TagClassName
{
border-color: #0E4EDC;
}
</style>