Shades of Navy Blue #014FFD
Tints of Navy Blue #014FFD
RGB
CMYK
RGB Variations
Color information
#014FFD (or 0x014FFD) is known color: Navy Blue. HEX triplet: 01, 4F and FD. RGB value is (1,79,253). Sum of RGB (Red+Green+Blue) = 1+79+253=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #014FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014FFD is #FEB002. Grayscale: #4A4A4A. Windows color (decimal): -16691203 or 16600833. OLE color: 16600833.
HSL color Cylindrical-coordinate representation of color #014FFD: hue angle of 221.43º 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 #014FFD is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 79 | 253 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.01 |
| HSL | 221.43º | 0.99% | 0.5% | - |
| HSV(B) | 221.43º | 1% | 0.99% | - |
| XYZ | 20.54 | 12.69 | 94.3 | - |
| YUV | 75.51 | 228.16 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 253 | 1.00 | 0.69 | 0 | 0.01 | 221.43 | 0.99 | 0.5 |
| Hex | 1 | 4F | FD | 64 | 45 | 0 | 1 | DD | 63 | 32 |
| Octal | 1 | 117 | 375 | 144 | 105 | 0 | 1 | 335 | 143 | 62 |
| Binary | 1 | 1001111 | 11111101 | 1100100 | 1000101 | 0 | 1 | 11011101 | 1100011 | 110010 |
Color Harmonies of #014FFD
Complementary color
Monochromatic Colors of #014FFD
Black with #014FFD
Text Example
Text Example
White with #014FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FFD; }
p { color: rgb(1,79,253); }
H1.HeaderClassName
{
color: #014FFD;
}
.AnyTagClassName
{
color: #014FFD;
}
</style>
background-color css
<style>
a { background-color: #014FFD; }
a { background-color: rgb(1,79,253); }
div.DivClassName
{
background-color: #014FFD;
}
.BgClassName
{
background-color: #014FFD;
}
</style>
border-color css
<style>
span { border-color: #014FFD; }
span { border-color: rgb(1,79,253); }
td.TdClassName
{
border-color: #014FFD;
}
.TagClassName
{
border-color: #014FFD;
}
</style>