Shades of Navy Blue #004CCC
Tints of Navy Blue #004CCC
RGB
CMYK
RGB Variations
Color information
#004CCC (or 0x004CCC) is known color: Navy Blue. HEX triplet: 00, 4C and CC. RGB value is (0,76,204). Sum of RGB (Red+Green+Blue) = 0+76+204=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #004CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CCC is #FFB333. Grayscale: #434343. Windows color (decimal): -16757556 or 13388800. OLE color: 13388800.
HSL color Cylindrical-coordinate representation of color #004CCC: hue angle of 217.65º 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 #004CCC is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 76 | 204 | - |
| CMYK | 1 | 0.63 | 0 | 0.2 |
| HSL | 217.65º | 1% | 0.4% | - |
| HSV(B) | 217.65º | 1% | 0.8% | - |
| XYZ | 13.48 | 9.53 | 58.26 | - |
| YUV | 67.87 | 204.82 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 204 | 1 | 0.63 | 0 | 0.2 | 217.65 | 1 | 0.4 |
| Hex | 0 | 4C | CC | 64 | 3F | 0 | 14 | DA | 64 | 28 |
| Octal | 0 | 114 | 314 | 144 | 77 | 0 | 24 | 332 | 144 | 50 |
| Binary | 0 | 1001100 | 11001100 | 1100100 | 111111 | 0 | 10100 | 11011010 | 1100100 | 101000 |
Color Harmonies of #004CCC
Complementary color
Monochromatic Colors of #004CCC
Black with #004CCC
Text Example
Text Example
White with #004CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CCC; }
p { color: rgb(0,76,204); }
H1.HeaderClassName
{
color: #004CCC;
}
.AnyTagClassName
{
color: #004CCC;
}
</style>
background-color css
<style>
a { background-color: #004CCC; }
a { background-color: rgb(0,76,204); }
div.DivClassName
{
background-color: #004CCC;
}
.BgClassName
{
background-color: #004CCC;
}
</style>
border-color css
<style>
span { border-color: #004CCC; }
span { border-color: rgb(0,76,204); }
td.TdClassName
{
border-color: #004CCC;
}
.TagClassName
{
border-color: #004CCC;
}
</style>