Shades of Navy Blue #014EFC
Tints of Navy Blue #014EFC
RGB
CMYK
RGB Variations
Color information
#014EFC (or 0x014EFC) is known color: Navy Blue. HEX triplet: 01, 4E and FC. RGB value is (1,78,252). Sum of RGB (Red+Green+Blue) = 1+78+252=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #014EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EFC is #FEB103. Grayscale: #4A4A4A. Windows color (decimal): -16691460 or 16535041. OLE color: 16535041.
HSL color Cylindrical-coordinate representation of color #014EFC: hue angle of 221.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EFC is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 78 | 252 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.01 |
| HSL | 221.59º | 0.99% | 0.5% | - |
| HSV(B) | 221.59º | 1% | 0.99% | - |
| XYZ | 20.31 | 12.48 | 93.43 | - |
| YUV | 74.81 | 227.99 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 78 | 252 | 1.00 | 0.69 | 0 | 0.01 | 221.59 | 0.99 | 0.5 |
| Hex | 1 | 4E | FC | 64 | 45 | 0 | 1 | DE | 63 | 32 |
| Octal | 1 | 116 | 374 | 144 | 105 | 0 | 1 | 336 | 143 | 62 |
| Binary | 1 | 1001110 | 11111100 | 1100100 | 1000101 | 0 | 1 | 11011110 | 1100011 | 110010 |
Color Harmonies of #014EFC
Complementary color
Monochromatic Colors of #014EFC
Black with #014EFC
Text Example
Text Example
White with #014EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014EFC; }
p { color: rgb(1,78,252); }
H1.HeaderClassName
{
color: #014EFC;
}
.AnyTagClassName
{
color: #014EFC;
}
</style>
background-color css
<style>
a { background-color: #014EFC; }
a { background-color: rgb(1,78,252); }
div.DivClassName
{
background-color: #014EFC;
}
.BgClassName
{
background-color: #014EFC;
}
</style>
border-color css
<style>
span { border-color: #014EFC; }
span { border-color: rgb(1,78,252); }
td.TdClassName
{
border-color: #014EFC;
}
.TagClassName
{
border-color: #014EFC;
}
</style>