Shades of Navy Blue #014FDE
Tints of Navy Blue #014FDE
RGB
CMYK
RGB Variations
Color information
#014FDE (or 0x014FDE) is known color: Navy Blue. HEX triplet: 01, 4F and DE. RGB value is (1,79,222). Sum of RGB (Red+Green+Blue) = 1+79+222=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #014FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FDE is #FEB021. Grayscale: #474747. Windows color (decimal): -16691234 or 14569217. OLE color: 14569217.
HSL color Cylindrical-coordinate representation of color #014FDE: hue angle of 218.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FDE is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 79 | 222 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.13 |
| HSL | 218.82º | 0.99% | 0.44% | - |
| HSV(B) | 218.82º | 1% | 0.87% | - |
| XYZ | 15.99 | 10.87 | 70.36 | - |
| YUV | 71.98 | 212.66 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 222 | 1.00 | 0.64 | 0 | 0.13 | 218.82 | 0.99 | 0.44 |
| Hex | 1 | 4F | DE | 64 | 40 | 0 | D | DB | 63 | 2C |
| Octal | 1 | 117 | 336 | 144 | 100 | 0 | 15 | 333 | 143 | 54 |
| Binary | 1 | 1001111 | 11011110 | 1100100 | 1000000 | 0 | 1101 | 11011011 | 1100011 | 101100 |
Color Harmonies of #014FDE
Complementary color
Monochromatic Colors of #014FDE
Black with #014FDE
Text Example
Text Example
White with #014FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FDE; }
p { color: rgb(1,79,222); }
H1.HeaderClassName
{
color: #014FDE;
}
.AnyTagClassName
{
color: #014FDE;
}
</style>
background-color css
<style>
a { background-color: #014FDE; }
a { background-color: rgb(1,79,222); }
div.DivClassName
{
background-color: #014FDE;
}
.BgClassName
{
background-color: #014FDE;
}
</style>
border-color css
<style>
span { border-color: #014FDE; }
span { border-color: rgb(1,79,222); }
td.TdClassName
{
border-color: #014FDE;
}
.TagClassName
{
border-color: #014FDE;
}
</style>