Shades of Navy Blue #004CDC
Tints of Navy Blue #004CDC
RGB
CMYK
RGB Variations
Color information
#004CDC (or 0x004CDC) is known color: Navy Blue. HEX triplet: 00, 4C and DC. RGB value is (0,76,220). Sum of RGB (Red+Green+Blue) = 0+76+220=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #004CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CDC is #FFB323. Grayscale: #454545. Windows color (decimal): -16757540 or 14437376. OLE color: 14437376.
HSL color Cylindrical-coordinate representation of color #004CDC: hue angle of 219.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CDC is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 76 | 220 | - |
| CMYK | 1 | 0.65 | 0 | 0.14 |
| HSL | 219.27º | 1% | 0.43% | - |
| HSV(B) | 219.27º | 1% | 0.86% | - |
| XYZ | 15.5 | 10.34 | 68.89 | - |
| YUV | 69.69 | 212.82 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 220 | 1 | 0.65 | 0 | 0.14 | 219.27 | 1 | 0.43 |
| Hex | 0 | 4C | DC | 64 | 41 | 0 | E | DB | 64 | 2B |
| Octal | 0 | 114 | 334 | 144 | 101 | 0 | 16 | 333 | 144 | 53 |
| Binary | 0 | 1001100 | 11011100 | 1100100 | 1000001 | 0 | 1110 | 11011011 | 1100100 | 101011 |
Color Harmonies of #004CDC
Complementary color
Monochromatic Colors of #004CDC
Black with #004CDC
Text Example
Text Example
White with #004CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CDC; }
p { color: rgb(0,76,220); }
H1.HeaderClassName
{
color: #004CDC;
}
.AnyTagClassName
{
color: #004CDC;
}
</style>
background-color css
<style>
a { background-color: #004CDC; }
a { background-color: rgb(0,76,220); }
div.DivClassName
{
background-color: #004CDC;
}
.BgClassName
{
background-color: #004CDC;
}
</style>
border-color css
<style>
span { border-color: #004CDC; }
span { border-color: rgb(0,76,220); }
td.TdClassName
{
border-color: #004CDC;
}
.TagClassName
{
border-color: #004CDC;
}
</style>