Shades of Navy Blue #004FDA
Tints of Navy Blue #004FDA
RGB
CMYK
RGB Variations
Color information
#004FDA (or 0x004FDA) is known color: Navy Blue. HEX triplet: 00, 4F and DA. RGB value is (0,79,218). Sum of RGB (Red+Green+Blue) = 0+79+218=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #004FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FDA is #FFB025. Grayscale: #464646. Windows color (decimal): -16756774 or 14307072. OLE color: 14307072.
HSL color Cylindrical-coordinate representation of color #004FDA: hue angle of 218.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FDA is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 79 | 218 | - |
| CMYK | 1 | 0.64 | 0 | 0.15 |
| HSL | 218.26º | 1% | 0.43% | - |
| HSV(B) | 218.26º | 1% | 0.85% | - |
| XYZ | 15.45 | 10.65 | 67.57 | - |
| YUV | 71.23 | 210.83 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 218 | 1 | 0.64 | 0 | 0.15 | 218.26 | 1 | 0.43 |
| Hex | 0 | 4F | DA | 64 | 40 | 0 | F | DA | 64 | 2B |
| Octal | 0 | 117 | 332 | 144 | 100 | 0 | 17 | 332 | 144 | 53 |
| Binary | 0 | 1001111 | 11011010 | 1100100 | 1000000 | 0 | 1111 | 11011010 | 1100100 | 101011 |
Color Harmonies of #004FDA
Complementary color
Monochromatic Colors of #004FDA
Black with #004FDA
Text Example
Text Example
White with #004FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FDA; }
p { color: rgb(0,79,218); }
H1.HeaderClassName
{
color: #004FDA;
}
.AnyTagClassName
{
color: #004FDA;
}
</style>
background-color css
<style>
a { background-color: #004FDA; }
a { background-color: rgb(0,79,218); }
div.DivClassName
{
background-color: #004FDA;
}
.BgClassName
{
background-color: #004FDA;
}
</style>
border-color css
<style>
span { border-color: #004FDA; }
span { border-color: rgb(0,79,218); }
td.TdClassName
{
border-color: #004FDA;
}
.TagClassName
{
border-color: #004FDA;
}
</style>