Shades of Navy Blue #014EED
Tints of Navy Blue #014EED
RGB
CMYK
RGB Variations
Color information
#014EED (or 0x014EED) is known color: Navy Blue. HEX triplet: 01, 4E and ED. RGB value is (1,78,237). Sum of RGB (Red+Green+Blue) = 1+78+237=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #014EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EED is #FEB112. Grayscale: #484848. Windows color (decimal): -16691475 or 15552001. OLE color: 15552001.
HSL color Cylindrical-coordinate representation of color #014EED: hue angle of 220.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EED is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 78 | 237 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.07 |
| HSL | 220.42º | 0.99% | 0.47% | - |
| HSV(B) | 220.42º | 1% | 0.93% | - |
| XYZ | 18.02 | 11.57 | 81.4 | - |
| YUV | 73.1 | 220.49 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 237 | 1.00 | 0.67 | 0 | 0.07 | 220.42 | 0.99 | 0.47 |
| Hex | 1 | 4E | ED | 64 | 43 | 0 | 7 | DC | 63 | 2F |
| Octal | 1 | 116 | 355 | 144 | 103 | 0 | 7 | 334 | 143 | 57 |
| Binary | 1 | 1001110 | 11101101 | 1100100 | 1000011 | 0 | 111 | 11011100 | 1100011 | 101111 |
Color Harmonies of #014EED
Complementary color
Monochromatic Colors of #014EED
Black with #014EED
Text Example
Text Example
White with #014EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EED; }
p { color: rgb(1,78,237); }
H1.HeaderClassName
{
color: #014EED;
}
.AnyTagClassName
{
color: #014EED;
}
</style>
background-color css
<style>
a { background-color: #014EED; }
a { background-color: rgb(1,78,237); }
div.DivClassName
{
background-color: #014EED;
}
.BgClassName
{
background-color: #014EED;
}
</style>
border-color css
<style>
span { border-color: #014EED; }
span { border-color: rgb(1,78,237); }
td.TdClassName
{
border-color: #014EED;
}
.TagClassName
{
border-color: #014EED;
}
</style>