Shades of Navy Blue #004FDD
Tints of Navy Blue #004FDD
RGB
CMYK
RGB Variations
Color information
#004FDD (or 0x004FDD) is known color: Navy Blue. HEX triplet: 00, 4F and DD. RGB value is (0,79,221). Sum of RGB (Red+Green+Blue) = 0+79+221=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #004FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FDD is #FFB022. Grayscale: #464646. Windows color (decimal): -16756771 or 14503680. OLE color: 14503680.
HSL color Cylindrical-coordinate representation of color #004FDD: hue angle of 218.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FDD is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 79 | 221 | - |
| CMYK | 1 | 0.64 | 0 | 0.13 |
| HSL | 218.55º | 1% | 0.43% | - |
| HSV(B) | 218.55º | 1% | 0.87% | - |
| XYZ | 15.85 | 10.81 | 69.66 | - |
| YUV | 71.57 | 212.33 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 221 | 1 | 0.64 | 0 | 0.13 | 218.55 | 1 | 0.43 |
| Hex | 0 | 4F | DD | 64 | 40 | 0 | D | DB | 64 | 2B |
| Octal | 0 | 117 | 335 | 144 | 100 | 0 | 15 | 333 | 144 | 53 |
| Binary | 0 | 1001111 | 11011101 | 1100100 | 1000000 | 0 | 1101 | 11011011 | 1100100 | 101011 |
Color Harmonies of #004FDD
Complementary color
Monochromatic Colors of #004FDD
Black with #004FDD
Text Example
Text Example
White with #004FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FDD; }
p { color: rgb(0,79,221); }
H1.HeaderClassName
{
color: #004FDD;
}
.AnyTagClassName
{
color: #004FDD;
}
</style>
background-color css
<style>
a { background-color: #004FDD; }
a { background-color: rgb(0,79,221); }
div.DivClassName
{
background-color: #004FDD;
}
.BgClassName
{
background-color: #004FDD;
}
</style>
border-color css
<style>
span { border-color: #004FDD; }
span { border-color: rgb(0,79,221); }
td.TdClassName
{
border-color: #004FDD;
}
.TagClassName
{
border-color: #004FDD;
}
</style>