Shades of Navy Blue #004CDA
Tints of Navy Blue #004CDA
RGB
CMYK
RGB Variations
Color information
#004CDA (or 0x004CDA) is known color: Navy Blue. HEX triplet: 00, 4C and DA. RGB value is (0,76,218). Sum of RGB (Red+Green+Blue) = 0+76+218=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #004CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CDA is #FFB325. Grayscale: #444444. Windows color (decimal): -16757542 or 14306304. OLE color: 14306304.
HSL color Cylindrical-coordinate representation of color #004CDA: hue angle of 219.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CDA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 76 | 218 | - |
| CMYK | 1 | 0.65 | 0 | 0.15 |
| HSL | 219.08º | 1% | 0.43% | - |
| HSV(B) | 219.08º | 1% | 0.85% | - |
| XYZ | 15.24 | 10.23 | 67.5 | - |
| YUV | 69.46 | 211.82 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 218 | 1 | 0.65 | 0 | 0.15 | 219.08 | 1 | 0.43 |
| Hex | 0 | 4C | DA | 64 | 41 | 0 | F | DB | 64 | 2B |
| Octal | 0 | 114 | 332 | 144 | 101 | 0 | 17 | 333 | 144 | 53 |
| Binary | 0 | 1001100 | 11011010 | 1100100 | 1000001 | 0 | 1111 | 11011011 | 1100100 | 101011 |
Color Harmonies of #004CDA
Complementary color
Monochromatic Colors of #004CDA
Black with #004CDA
Text Example
Text Example
White with #004CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CDA; }
p { color: rgb(0,76,218); }
H1.HeaderClassName
{
color: #004CDA;
}
.AnyTagClassName
{
color: #004CDA;
}
</style>
background-color css
<style>
a { background-color: #004CDA; }
a { background-color: rgb(0,76,218); }
div.DivClassName
{
background-color: #004CDA;
}
.BgClassName
{
background-color: #004CDA;
}
</style>
border-color css
<style>
span { border-color: #004CDA; }
span { border-color: rgb(0,76,218); }
td.TdClassName
{
border-color: #004CDA;
}
.TagClassName
{
border-color: #004CDA;
}
</style>