Shades of Navy Blue #004CD5
Tints of Navy Blue #004CD5
RGB
CMYK
RGB Variations
Color information
#004CD5 (or 0x004CD5) is known color: Navy Blue. HEX triplet: 00, 4C and D5. RGB value is (0,76,213). Sum of RGB (Red+Green+Blue) = 0+76+213=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 213 (83.59% from 255 or 73.70% from 289); Max value from RGB is 213 - color contains mainly: blue. Hex color #004CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CD5 is #FFB32A. Grayscale: #444444. Windows color (decimal): -16757547 or 13978624. OLE color: 13978624.
HSL color Cylindrical-coordinate representation of color #004CD5: hue angle of 218.59º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CD5 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 76 | 213 | - |
| CMYK | 1 | 0.64 | 0 | 0.16 |
| HSL | 218.59º | 1% | 0.42% | - |
| HSV(B) | 218.59º | 1% | 0.84% | - |
| XYZ | 14.59 | 9.97 | 64.11 | - |
| YUV | 68.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 213 | 1 | 0.64 | 0 | 0.16 | 218.59 | 1 | 0.42 |
| Hex | 0 | 4C | D5 | 64 | 40 | 0 | 10 | DB | 64 | 2A |
| Octal | 0 | 114 | 325 | 144 | 100 | 0 | 20 | 333 | 144 | 52 |
| Binary | 0 | 1001100 | 11010101 | 1100100 | 1000000 | 0 | 10000 | 11011011 | 1100100 | 101010 |
Color Harmonies of #004CD5
Complementary color
Monochromatic Colors of #004CD5
Black with #004CD5
Text Example
Text Example
White with #004CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CD5; }
p { color: rgb(0,76,213); }
H1.HeaderClassName
{
color: #004CD5;
}
.AnyTagClassName
{
color: #004CD5;
}
</style>
background-color css
<style>
a { background-color: #004CD5; }
a { background-color: rgb(0,76,213); }
div.DivClassName
{
background-color: #004CD5;
}
.BgClassName
{
background-color: #004CD5;
}
</style>
border-color css
<style>
span { border-color: #004CD5; }
span { border-color: rgb(0,76,213); }
td.TdClassName
{
border-color: #004CD5;
}
.TagClassName
{
border-color: #004CD5;
}
</style>