Shades of Navy Blue #004CCD
Tints of Navy Blue #004CCD
RGB
CMYK
RGB Variations
Color information
#004CCD (or 0x004CCD) is known color: Navy Blue. HEX triplet: 00, 4C and CD. RGB value is (0,76,205). Sum of RGB (Red+Green+Blue) = 0+76+205=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #004CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CCD is #FFB332. Grayscale: #434343. Windows color (decimal): -16757555 or 13454336. OLE color: 13454336.
HSL color Cylindrical-coordinate representation of color #004CCD: hue angle of 217.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CCD is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 76 | 205 | - |
| CMYK | 1 | 0.63 | 0 | 0.20 |
| HSL | 217.76º | 1% | 0.4% | - |
| HSV(B) | 217.76º | 1% | 0.8% | - |
| XYZ | 13.6 | 9.58 | 58.89 | - |
| YUV | 67.98 | 205.32 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 205 | 1 | 0.63 | 0 | 0.20 | 217.76 | 1 | 0.4 |
| Hex | 0 | 4C | CD | 64 | 3F | 0 | 14 | DA | 64 | 28 |
| Octal | 0 | 114 | 315 | 144 | 77 | 0 | 24 | 332 | 144 | 50 |
| Binary | 0 | 1001100 | 11001101 | 1100100 | 111111 | 0 | 10100 | 11011010 | 1100100 | 101000 |
Color Harmonies of #004CCD
Complementary color
Monochromatic Colors of #004CCD
Black with #004CCD
Text Example
Text Example
White with #004CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CCD; }
p { color: rgb(0,76,205); }
H1.HeaderClassName
{
color: #004CCD;
}
.AnyTagClassName
{
color: #004CCD;
}
</style>
background-color css
<style>
a { background-color: #004CCD; }
a { background-color: rgb(0,76,205); }
div.DivClassName
{
background-color: #004CCD;
}
.BgClassName
{
background-color: #004CCD;
}
</style>
border-color css
<style>
span { border-color: #004CCD; }
span { border-color: rgb(0,76,205); }
td.TdClassName
{
border-color: #004CCD;
}
.TagClassName
{
border-color: #004CCD;
}
</style>