Shades of Navy Blue #004FCD
Tints of Navy Blue #004FCD
RGB
CMYK
RGB Variations
Color information
#004FCD (or 0x004FCD) is known color: Navy Blue. HEX triplet: 00, 4F and CD. RGB value is (0,79,205). Sum of RGB (Red+Green+Blue) = 0+79+205=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #004FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FCD is #FFB032. Grayscale: #454545. Windows color (decimal): -16756787 or 13455104. OLE color: 13455104.
HSL color Cylindrical-coordinate representation of color #004FCD: hue angle of 216.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FCD is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 79 | 205 | - |
| CMYK | 1 | 0.61 | 0 | 0.20 |
| HSL | 216.88º | 1% | 0.4% | - |
| HSV(B) | 216.88º | 1% | 0.8% | - |
| XYZ | 13.82 | 10 | 58.96 | - |
| YUV | 69.74 | 204.33 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 205 | 1 | 0.61 | 0 | 0.20 | 216.88 | 1 | 0.4 |
| Hex | 0 | 4F | CD | 64 | 3D | 0 | 14 | D9 | 64 | 28 |
| Octal | 0 | 117 | 315 | 144 | 75 | 0 | 24 | 331 | 144 | 50 |
| Binary | 0 | 1001111 | 11001101 | 1100100 | 111101 | 0 | 10100 | 11011001 | 1100100 | 101000 |
Color Harmonies of #004FCD
Complementary color
Monochromatic Colors of #004FCD
Black with #004FCD
Text Example
Text Example
White with #004FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FCD; }
p { color: rgb(0,79,205); }
H1.HeaderClassName
{
color: #004FCD;
}
.AnyTagClassName
{
color: #004FCD;
}
</style>
background-color css
<style>
a { background-color: #004FCD; }
a { background-color: rgb(0,79,205); }
div.DivClassName
{
background-color: #004FCD;
}
.BgClassName
{
background-color: #004FCD;
}
</style>
border-color css
<style>
span { border-color: #004FCD; }
span { border-color: rgb(0,79,205); }
td.TdClassName
{
border-color: #004FCD;
}
.TagClassName
{
border-color: #004FCD;
}
</style>