Shades of Navy Blue #014EF7
Tints of Navy Blue #014EF7
RGB
CMYK
RGB Variations
Color information
#014EF7 (or 0x014EF7) is known color: Navy Blue. HEX triplet: 01, 4E and F7. RGB value is (1,78,247). Sum of RGB (Red+Green+Blue) = 1+78+247=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 247 (96.88% from 255 or 75.77% from 326); Max value from RGB is 247 - color contains mainly: blue. Hex color #014EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EF7 is #FEB108. Grayscale: #494949. Windows color (decimal): -16691465 or 16207361. OLE color: 16207361.
HSL color Cylindrical-coordinate representation of color #014EF7: hue angle of 221.22º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EF7 is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 78 | 247 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.03 |
| HSL | 221.22º | 0.99% | 0.49% | - |
| HSV(B) | 221.22º | 1% | 0.97% | - |
| XYZ | 19.53 | 12.17 | 89.32 | - |
| YUV | 74.24 | 225.49 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 247 | 1.00 | 0.68 | 0 | 0.03 | 221.22 | 0.99 | 0.49 |
| Hex | 1 | 4E | F7 | 64 | 44 | 0 | 3 | DD | 63 | 31 |
| Octal | 1 | 116 | 367 | 144 | 104 | 0 | 3 | 335 | 143 | 61 |
| Binary | 1 | 1001110 | 11110111 | 1100100 | 1000100 | 0 | 11 | 11011101 | 1100011 | 110001 |
Color Harmonies of #014EF7
Complementary color
Monochromatic Colors of #014EF7
Black with #014EF7
Text Example
Text Example
White with #014EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EF7; }
p { color: rgb(1,78,247); }
H1.HeaderClassName
{
color: #014EF7;
}
.AnyTagClassName
{
color: #014EF7;
}
</style>
background-color css
<style>
a { background-color: #014EF7; }
a { background-color: rgb(1,78,247); }
div.DivClassName
{
background-color: #014EF7;
}
.BgClassName
{
background-color: #014EF7;
}
</style>
border-color css
<style>
span { border-color: #014EF7; }
span { border-color: rgb(1,78,247); }
td.TdClassName
{
border-color: #014EF7;
}
.TagClassName
{
border-color: #014EF7;
}
</style>