Shades of Navy Blue #004DD3
Tints of Navy Blue #004DD3
RGB
CMYK
RGB Variations
Color information
#004DD3 (or 0x004DD3) is known color: Navy Blue. HEX triplet: 00, 4D and D3. RGB value is (0,77,211). Sum of RGB (Red+Green+Blue) = 0+77+211=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 211 (82.81% from 255 or 73.26% from 288); Max value from RGB is 211 - color contains mainly: blue. Hex color #004DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DD3 is #FFB22C. Grayscale: #444444. Windows color (decimal): -16757293 or 13847808. OLE color: 13847808.
HSL color Cylindrical-coordinate representation of color #004DD3: hue angle of 218.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DD3 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 77 | 211 | - |
| CMYK | 1 | 0.64 | 0 | 0.17 |
| HSL | 218.1º | 1% | 0.41% | - |
| HSV(B) | 218.1º | 1% | 0.83% | - |
| XYZ | 14.41 | 10.01 | 62.8 | - |
| YUV | 69.25 | 207.99 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 211 | 1 | 0.64 | 0 | 0.17 | 218.1 | 1 | 0.41 |
| Hex | 0 | 4D | D3 | 64 | 40 | 0 | 11 | DA | 64 | 29 |
| Octal | 0 | 115 | 323 | 144 | 100 | 0 | 21 | 332 | 144 | 51 |
| Binary | 0 | 1001101 | 11010011 | 1100100 | 1000000 | 0 | 10001 | 11011010 | 1100100 | 101001 |
Color Harmonies of #004DD3
Complementary color
Monochromatic Colors of #004DD3
Black with #004DD3
Text Example
Text Example
White with #004DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DD3; }
p { color: rgb(0,77,211); }
H1.HeaderClassName
{
color: #004DD3;
}
.AnyTagClassName
{
color: #004DD3;
}
</style>
background-color css
<style>
a { background-color: #004DD3; }
a { background-color: rgb(0,77,211); }
div.DivClassName
{
background-color: #004DD3;
}
.BgClassName
{
background-color: #004DD3;
}
</style>
border-color css
<style>
span { border-color: #004DD3; }
span { border-color: rgb(0,77,211); }
td.TdClassName
{
border-color: #004DD3;
}
.TagClassName
{
border-color: #004DD3;
}
</style>