Shades of Navy Blue #014FFC
Tints of Navy Blue #014FFC
RGB
CMYK
RGB Variations
Color information
#014FFC (or 0x014FFC) is known color: Navy Blue. HEX triplet: 01, 4F and FC. RGB value is (1,79,252). Sum of RGB (Red+Green+Blue) = 1+79+252=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #014FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FFC is #FEB003. Grayscale: #4A4A4A. Windows color (decimal): -16691204 or 16535297. OLE color: 16535297.
HSL color Cylindrical-coordinate representation of color #014FFC: hue angle of 221.35º 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 #014FFC is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 79 | 252 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.01 |
| HSL | 221.35º | 0.99% | 0.5% | - |
| HSV(B) | 221.35º | 1% | 0.99% | - |
| XYZ | 20.38 | 12.63 | 93.46 | - |
| YUV | 75.4 | 227.66 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 252 | 1.00 | 0.69 | 0 | 0.01 | 221.35 | 0.99 | 0.5 |
| Hex | 1 | 4F | FC | 64 | 45 | 0 | 1 | DD | 63 | 32 |
| Octal | 1 | 117 | 374 | 144 | 105 | 0 | 1 | 335 | 143 | 62 |
| Binary | 1 | 1001111 | 11111100 | 1100100 | 1000101 | 0 | 1 | 11011101 | 1100011 | 110010 |
Color Harmonies of #014FFC
Complementary color
Monochromatic Colors of #014FFC
Black with #014FFC
Text Example
Text Example
White with #014FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FFC; }
p { color: rgb(1,79,252); }
H1.HeaderClassName
{
color: #014FFC;
}
.AnyTagClassName
{
color: #014FFC;
}
</style>
background-color css
<style>
a { background-color: #014FFC; }
a { background-color: rgb(1,79,252); }
div.DivClassName
{
background-color: #014FFC;
}
.BgClassName
{
background-color: #014FFC;
}
</style>
border-color css
<style>
span { border-color: #014FFC; }
span { border-color: rgb(1,79,252); }
td.TdClassName
{
border-color: #014FFC;
}
.TagClassName
{
border-color: #014FFC;
}
</style>