Shades of Navy Blue #004FDF
Tints of Navy Blue #004FDF
RGB
CMYK
RGB Variations
Color information
#004FDF (or 0x004FDF) is known color: Navy Blue. HEX triplet: 00, 4F and DF. RGB value is (0,79,223). Sum of RGB (Red+Green+Blue) = 0+79+223=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #004FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FDF is #FFB020. Grayscale: #474747. Windows color (decimal): -16756769 or 14634752. OLE color: 14634752.
HSL color Cylindrical-coordinate representation of color #004FDF: hue angle of 218.74º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FDF is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 79 | 223 | - |
| CMYK | 1 | 0.65 | 0 | 0.13 |
| HSL | 218.74º | 1% | 0.44% | - |
| HSV(B) | 218.74º | 1% | 0.87% | - |
| XYZ | 16.12 | 10.92 | 71.07 | - |
| YUV | 71.8 | 213.33 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 223 | 1 | 0.65 | 0 | 0.13 | 218.74 | 1 | 0.44 |
| Hex | 0 | 4F | DF | 64 | 41 | 0 | D | DB | 64 | 2C |
| Octal | 0 | 117 | 337 | 144 | 101 | 0 | 15 | 333 | 144 | 54 |
| Binary | 0 | 1001111 | 11011111 | 1100100 | 1000001 | 0 | 1101 | 11011011 | 1100100 | 101100 |
Color Harmonies of #004FDF
Complementary color
Monochromatic Colors of #004FDF
Black with #004FDF
Text Example
Text Example
White with #004FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FDF; }
p { color: rgb(0,79,223); }
H1.HeaderClassName
{
color: #004FDF;
}
.AnyTagClassName
{
color: #004FDF;
}
</style>
background-color css
<style>
a { background-color: #004FDF; }
a { background-color: rgb(0,79,223); }
div.DivClassName
{
background-color: #004FDF;
}
.BgClassName
{
background-color: #004FDF;
}
</style>
border-color css
<style>
span { border-color: #004FDF; }
span { border-color: rgb(0,79,223); }
td.TdClassName
{
border-color: #004FDF;
}
.TagClassName
{
border-color: #004FDF;
}
</style>