Shades of Navy Blue #014EFF
Tints of Navy Blue #014EFF
RGB
CMYK
RGB Variations
Color information
#014EFF (or 0x014EFF) is known color: Navy Blue. HEX triplet: 01, 4E and FF. RGB value is (1,78,255). Sum of RGB (Red+Green+Blue) = 1+78+255=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #014EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EFF is #FEB100. Grayscale: #4A4A4A. Windows color (decimal): -16691457 or 16731649. OLE color: 16731649.
HSL color Cylindrical-coordinate representation of color #014EFF: hue angle of 221.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EFF is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 78 | 255 | - |
| CMYK | 1.00 | 0.69 | 0 | 0 |
| HSL | 221.81º | 1% | 0.5% | - |
| HSV(B) | 221.81º | 1% | 1% | - |
| XYZ | 20.79 | 12.68 | 95.96 | - |
| YUV | 75.16 | 229.49 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 255 | 1.00 | 0.69 | 0 | 0 | 221.81 | 1 | 0.5 |
| Hex | 1 | 4E | FF | 64 | 45 | 0 | 0 | DE | 64 | 32 |
| Octal | 1 | 116 | 377 | 144 | 105 | 0 | 0 | 336 | 144 | 62 |
| Binary | 1 | 1001110 | 11111111 | 1100100 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #014EFF
Complementary color
Monochromatic Colors of #014EFF
Black with #014EFF
Text Example
Text Example
White with #014EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EFF; }
p { color: rgb(1,78,255); }
H1.HeaderClassName
{
color: #014EFF;
}
.AnyTagClassName
{
color: #014EFF;
}
</style>
background-color css
<style>
a { background-color: #014EFF; }
a { background-color: rgb(1,78,255); }
div.DivClassName
{
background-color: #014EFF;
}
.BgClassName
{
background-color: #014EFF;
}
</style>
border-color css
<style>
span { border-color: #014EFF; }
span { border-color: rgb(1,78,255); }
td.TdClassName
{
border-color: #014EFF;
}
.TagClassName
{
border-color: #014EFF;
}
</style>