Shades of Navy Blue #004DDF
Tints of Navy Blue #004DDF
RGB
CMYK
RGB Variations
Color information
#004DDF (or 0x004DDF) is known color: Navy Blue. HEX triplet: 00, 4D and DF. RGB value is (0,77,223). Sum of RGB (Red+Green+Blue) = 0+77+223=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #004DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DDF is #FFB220. Grayscale: #454545. Windows color (decimal): -16757281 or 14634240. OLE color: 14634240.
HSL color Cylindrical-coordinate representation of color #004DDF: hue angle of 219.28º 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 #004DDF is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 77 | 223 | - |
| CMYK | 1 | 0.65 | 0 | 0.13 |
| HSL | 219.28º | 1% | 0.44% | - |
| HSV(B) | 219.28º | 1% | 0.87% | - |
| XYZ | 15.97 | 10.64 | 71.02 | - |
| YUV | 70.62 | 213.99 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 223 | 1 | 0.65 | 0 | 0.13 | 219.28 | 1 | 0.44 |
| Hex | 0 | 4D | DF | 64 | 41 | 0 | D | DB | 64 | 2C |
| Octal | 0 | 115 | 337 | 144 | 101 | 0 | 15 | 333 | 144 | 54 |
| Binary | 0 | 1001101 | 11011111 | 1100100 | 1000001 | 0 | 1101 | 11011011 | 1100100 | 101100 |
Color Harmonies of #004DDF
Complementary color
Monochromatic Colors of #004DDF
Black with #004DDF
Text Example
Text Example
White with #004DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DDF; }
p { color: rgb(0,77,223); }
H1.HeaderClassName
{
color: #004DDF;
}
.AnyTagClassName
{
color: #004DDF;
}
</style>
background-color css
<style>
a { background-color: #004DDF; }
a { background-color: rgb(0,77,223); }
div.DivClassName
{
background-color: #004DDF;
}
.BgClassName
{
background-color: #004DDF;
}
</style>
border-color css
<style>
span { border-color: #004DDF; }
span { border-color: rgb(0,77,223); }
td.TdClassName
{
border-color: #004DDF;
}
.TagClassName
{
border-color: #004DDF;
}
</style>