Shades of Navy Blue #014EF8
Tints of Navy Blue #014EF8
RGB
CMYK
RGB Variations
Color information
#014EF8 (or 0x014EF8) is known color: Navy Blue. HEX triplet: 01, 4E and F8. RGB value is (1,78,248). Sum of RGB (Red+Green+Blue) = 1+78+248=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #014EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EF8 is #FEB107. Grayscale: #494949. Windows color (decimal): -16691464 or 16272897. OLE color: 16272897.
HSL color Cylindrical-coordinate representation of color #014EF8: hue angle of 221.3º 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 #014EF8 is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 78 | 248 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.03 |
| HSL | 221.3º | 0.99% | 0.49% | - |
| HSV(B) | 221.3º | 1% | 0.97% | - |
| XYZ | 19.68 | 12.23 | 90.13 | - |
| YUV | 74.36 | 225.99 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 248 | 1.00 | 0.69 | 0 | 0.03 | 221.3 | 0.99 | 0.49 |
| Hex | 1 | 4E | F8 | 64 | 45 | 0 | 3 | DD | 63 | 31 |
| Octal | 1 | 116 | 370 | 144 | 105 | 0 | 3 | 335 | 143 | 61 |
| Binary | 1 | 1001110 | 11111000 | 1100100 | 1000101 | 0 | 11 | 11011101 | 1100011 | 110001 |
Color Harmonies of #014EF8
Complementary color
Monochromatic Colors of #014EF8
Black with #014EF8
Text Example
Text Example
White with #014EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EF8; }
p { color: rgb(1,78,248); }
H1.HeaderClassName
{
color: #014EF8;
}
.AnyTagClassName
{
color: #014EF8;
}
</style>
background-color css
<style>
a { background-color: #014EF8; }
a { background-color: rgb(1,78,248); }
div.DivClassName
{
background-color: #014EF8;
}
.BgClassName
{
background-color: #014EF8;
}
</style>
border-color css
<style>
span { border-color: #014EF8; }
span { border-color: rgb(1,78,248); }
td.TdClassName
{
border-color: #014EF8;
}
.TagClassName
{
border-color: #014EF8;
}
</style>