Shades of Navy Blue #014EFA
Tints of Navy Blue #014EFA
RGB
CMYK
RGB Variations
Color information
#014EFA (or 0x014EFA) is known color: Navy Blue. HEX triplet: 01, 4E and FA. RGB value is (1,78,250). Sum of RGB (Red+Green+Blue) = 1+78+250=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #014EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EFA is #FEB105. Grayscale: #494949. Windows color (decimal): -16691462 or 16403969. OLE color: 16403969.
HSL color Cylindrical-coordinate representation of color #014EFA: hue angle of 221.45º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EFA is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 78 | 250 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.02 |
| HSL | 221.45º | 0.99% | 0.49% | - |
| HSV(B) | 221.45º | 1% | 0.98% | - |
| XYZ | 19.99 | 12.36 | 91.77 | - |
| YUV | 74.59 | 226.99 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 250 | 1.00 | 0.69 | 0 | 0.02 | 221.45 | 0.99 | 0.49 |
| Hex | 1 | 4E | FA | 64 | 45 | 0 | 2 | DD | 63 | 31 |
| Octal | 1 | 116 | 372 | 144 | 105 | 0 | 2 | 335 | 143 | 61 |
| Binary | 1 | 1001110 | 11111010 | 1100100 | 1000101 | 0 | 10 | 11011101 | 1100011 | 110001 |
Color Harmonies of #014EFA
Complementary color
Monochromatic Colors of #014EFA
Black with #014EFA
Text Example
Text Example
White with #014EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EFA; }
p { color: rgb(1,78,250); }
H1.HeaderClassName
{
color: #014EFA;
}
.AnyTagClassName
{
color: #014EFA;
}
</style>
background-color css
<style>
a { background-color: #014EFA; }
a { background-color: rgb(1,78,250); }
div.DivClassName
{
background-color: #014EFA;
}
.BgClassName
{
background-color: #014EFA;
}
</style>
border-color css
<style>
span { border-color: #014EFA; }
span { border-color: rgb(1,78,250); }
td.TdClassName
{
border-color: #014EFA;
}
.TagClassName
{
border-color: #014EFA;
}
</style>