Shades of Navy Blue #0E4FDD
Tints of Navy Blue #0E4FDD
RGB
CMYK
RGB Variations
Color information
#0E4FDD (or 0x0E4FDD) is known color: Navy Blue. HEX triplet: 0E, 4F and DD. RGB value is (14,79,221). Sum of RGB (Red+Green+Blue) = 14+79+221=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E4FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4FDD is #F1B022. Grayscale: #4B4B4B. Windows color (decimal): -15839267 or 14503694. OLE color: 14503694.
HSL color Cylindrical-coordinate representation of color #0E4FDD: hue angle of 221.16º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4FDD is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 79 | 221 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.13 |
| HSL | 221.16º | 0.88% | 0.46% | - |
| HSV(B) | 221.16º | 0.94% | 0.87% | - |
| XYZ | 16.03 | 10.91 | 69.67 | - |
| YUV | 75.75 | 209.97 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 221 | 0.94 | 0.64 | 0 | 0.13 | 221.16 | 0.88 | 0.46 |
| Hex | E | 4F | DD | 5E | 40 | 0 | D | DD | 58 | 2E |
| Octal | 16 | 117 | 335 | 136 | 100 | 0 | 15 | 335 | 130 | 56 |
| Binary | 1110 | 1001111 | 11011101 | 1011110 | 1000000 | 0 | 1101 | 11011101 | 1011000 | 101110 |
Color Harmonies of #0E4FDD
Complementary color
Monochromatic Colors of #0E4FDD
Black with #0E4FDD
Text Example
Text Example
White with #0E4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4FDD; }
p { color: rgb(14,79,221); }
H1.HeaderClassName
{
color: #0E4FDD;
}
.AnyTagClassName
{
color: #0E4FDD;
}
</style>
background-color css
<style>
a { background-color: #0E4FDD; }
a { background-color: rgb(14,79,221); }
div.DivClassName
{
background-color: #0E4FDD;
}
.BgClassName
{
background-color: #0E4FDD;
}
</style>
border-color css
<style>
span { border-color: #0E4FDD; }
span { border-color: rgb(14,79,221); }
td.TdClassName
{
border-color: #0E4FDD;
}
.TagClassName
{
border-color: #0E4FDD;
}
</style>