Shades of Navy Blue #014FCC
Tints of Navy Blue #014FCC
RGB
CMYK
RGB Variations
Color information
#014FCC (or 0x014FCC) is known color: Navy Blue. HEX triplet: 01, 4F and CC. RGB value is (1,79,204). Sum of RGB (Red+Green+Blue) = 1+79+204=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #014FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FCC is #FEB033. Grayscale: #454545. Windows color (decimal): -16691252 or 13389569. OLE color: 13389569.
HSL color Cylindrical-coordinate representation of color #014FCC: hue angle of 216.95º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FCC is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 79 | 204 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.2 |
| HSL | 216.95º | 0.99% | 0.4% | - |
| HSV(B) | 216.95º | 1% | 0.8% | - |
| XYZ | 13.71 | 9.96 | 58.33 | - |
| YUV | 69.93 | 203.66 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 204 | 1.00 | 0.61 | 0 | 0.2 | 216.95 | 0.99 | 0.4 |
| Hex | 1 | 4F | CC | 64 | 3D | 0 | 14 | D9 | 63 | 28 |
| Octal | 1 | 117 | 314 | 144 | 75 | 0 | 24 | 331 | 143 | 50 |
| Binary | 1 | 1001111 | 11001100 | 1100100 | 111101 | 0 | 10100 | 11011001 | 1100011 | 101000 |
Color Harmonies of #014FCC
Complementary color
Monochromatic Colors of #014FCC
Black with #014FCC
Text Example
Text Example
White with #014FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FCC; }
p { color: rgb(1,79,204); }
H1.HeaderClassName
{
color: #014FCC;
}
.AnyTagClassName
{
color: #014FCC;
}
</style>
background-color css
<style>
a { background-color: #014FCC; }
a { background-color: rgb(1,79,204); }
div.DivClassName
{
background-color: #014FCC;
}
.BgClassName
{
background-color: #014FCC;
}
</style>
border-color css
<style>
span { border-color: #014FCC; }
span { border-color: rgb(1,79,204); }
td.TdClassName
{
border-color: #014FCC;
}
.TagClassName
{
border-color: #014FCC;
}
</style>