Shades of Navy Blue #014FDC
Tints of Navy Blue #014FDC
RGB
CMYK
RGB Variations
Color information
#014FDC (or 0x014FDC) is known color: Navy Blue. HEX triplet: 01, 4F and DC. RGB value is (1,79,220). Sum of RGB (Red+Green+Blue) = 1+79+220=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #014FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FDC is #FEB023. Grayscale: #474747. Windows color (decimal): -16691236 or 14438145. OLE color: 14438145.
HSL color Cylindrical-coordinate representation of color #014FDC: hue angle of 218.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FDC is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 79 | 220 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.14 |
| HSL | 218.63º | 0.99% | 0.43% | - |
| HSV(B) | 218.63º | 1% | 0.86% | - |
| XYZ | 15.73 | 10.77 | 68.96 | - |
| YUV | 71.75 | 211.66 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 220 | 1.00 | 0.64 | 0 | 0.14 | 218.63 | 0.99 | 0.43 |
| Hex | 1 | 4F | DC | 64 | 40 | 0 | E | DB | 63 | 2B |
| Octal | 1 | 117 | 334 | 144 | 100 | 0 | 16 | 333 | 143 | 53 |
| Binary | 1 | 1001111 | 11011100 | 1100100 | 1000000 | 0 | 1110 | 11011011 | 1100011 | 101011 |
Color Harmonies of #014FDC
Complementary color
Monochromatic Colors of #014FDC
Black with #014FDC
Text Example
Text Example
White with #014FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FDC; }
p { color: rgb(1,79,220); }
H1.HeaderClassName
{
color: #014FDC;
}
.AnyTagClassName
{
color: #014FDC;
}
</style>
background-color css
<style>
a { background-color: #014FDC; }
a { background-color: rgb(1,79,220); }
div.DivClassName
{
background-color: #014FDC;
}
.BgClassName
{
background-color: #014FDC;
}
</style>
border-color css
<style>
span { border-color: #014FDC; }
span { border-color: rgb(1,79,220); }
td.TdClassName
{
border-color: #014FDC;
}
.TagClassName
{
border-color: #014FDC;
}
</style>