Shades of Navy Blue #014EDD
Tints of Navy Blue #014EDD
RGB
CMYK
RGB Variations
Color information
#014EDD (or 0x014EDD) is known color: Navy Blue. HEX triplet: 01, 4E and DD. RGB value is (1,78,221). Sum of RGB (Red+Green+Blue) = 1+78+221=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #014EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EDD is #FEB122. Grayscale: #464646. Windows color (decimal): -16691491 or 14503425. OLE color: 14503425.
HSL color Cylindrical-coordinate representation of color #014EDD: hue angle of 219º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EDD is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 78 | 221 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.13 |
| HSL | 219º | 0.99% | 0.44% | - |
| HSV(B) | 219º | 1% | 0.87% | - |
| XYZ | 15.79 | 10.68 | 69.64 | - |
| YUV | 71.28 | 212.49 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 221 | 1.00 | 0.65 | 0 | 0.13 | 219 | 0.99 | 0.44 |
| Hex | 1 | 4E | DD | 64 | 41 | 0 | D | DB | 63 | 2C |
| Octal | 1 | 116 | 335 | 144 | 101 | 0 | 15 | 333 | 143 | 54 |
| Binary | 1 | 1001110 | 11011101 | 1100100 | 1000001 | 0 | 1101 | 11011011 | 1100011 | 101100 |
Color Harmonies of #014EDD
Complementary color
Monochromatic Colors of #014EDD
Black with #014EDD
Text Example
Text Example
White with #014EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EDD; }
p { color: rgb(1,78,221); }
H1.HeaderClassName
{
color: #014EDD;
}
.AnyTagClassName
{
color: #014EDD;
}
</style>
background-color css
<style>
a { background-color: #014EDD; }
a { background-color: rgb(1,78,221); }
div.DivClassName
{
background-color: #014EDD;
}
.BgClassName
{
background-color: #014EDD;
}
</style>
border-color css
<style>
span { border-color: #014EDD; }
span { border-color: rgb(1,78,221); }
td.TdClassName
{
border-color: #014EDD;
}
.TagClassName
{
border-color: #014EDD;
}
</style>