Shades of Navy Blue #014FFF
Tints of Navy Blue #014FFF
RGB
CMYK
RGB Variations
Color information
#014FFF (or 0x014FFF) is known color: Navy Blue. HEX triplet: 01, 4F and FF. RGB value is (1,79,255). Sum of RGB (Red+Green+Blue) = 1+79+255=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #014FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FFF is #FEB000. Grayscale: #4A4A4A. Windows color (decimal): -16691201 or 16731905. OLE color: 16731905.
HSL color Cylindrical-coordinate representation of color #014FFF: hue angle of 221.57º 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 #014FFF is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 79 | 255 | - |
| CMYK | 1.00 | 0.69 | 0 | 0 |
| HSL | 221.57º | 1% | 0.5% | - |
| HSV(B) | 221.57º | 1% | 1% | - |
| XYZ | 20.86 | 12.82 | 95.98 | - |
| YUV | 75.74 | 229.16 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 255 | 1.00 | 0.69 | 0 | 0 | 221.57 | 1 | 0.5 |
| Hex | 1 | 4F | FF | 64 | 45 | 0 | 0 | DE | 64 | 32 |
| Octal | 1 | 117 | 377 | 144 | 105 | 0 | 0 | 336 | 144 | 62 |
| Binary | 1 | 1001111 | 11111111 | 1100100 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #014FFF
Complementary color
Monochromatic Colors of #014FFF
Black with #014FFF
Text Example
Text Example
White with #014FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FFF; }
p { color: rgb(1,79,255); }
H1.HeaderClassName
{
color: #014FFF;
}
.AnyTagClassName
{
color: #014FFF;
}
</style>
background-color css
<style>
a { background-color: #014FFF; }
a { background-color: rgb(1,79,255); }
div.DivClassName
{
background-color: #014FFF;
}
.BgClassName
{
background-color: #014FFF;
}
</style>
border-color css
<style>
span { border-color: #014FFF; }
span { border-color: rgb(1,79,255); }
td.TdClassName
{
border-color: #014FFF;
}
.TagClassName
{
border-color: #014FFF;
}
</style>