Shades of Navy Blue #004CD3
Tints of Navy Blue #004CD3
RGB
CMYK
RGB Variations
Color information
#004CD3 (or 0x004CD3) is known color: Navy Blue. HEX triplet: 00, 4C and D3. RGB value is (0,76,211). Sum of RGB (Red+Green+Blue) = 0+76+211=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 211 (82.81% from 255 or 73.52% from 287); Max value from RGB is 211 - color contains mainly: blue. Hex color #004CD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CD3 is #FFB32C. Grayscale: #444444. Windows color (decimal): -16757549 or 13847552. OLE color: 13847552.
HSL color Cylindrical-coordinate representation of color #004CD3: hue angle of 218.39º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CD3 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 76 | 211 | - |
| CMYK | 1 | 0.64 | 0 | 0.17 |
| HSL | 218.39º | 1% | 0.41% | - |
| HSV(B) | 218.39º | 1% | 0.83% | - |
| XYZ | 14.34 | 9.87 | 62.78 | - |
| YUV | 68.67 | 208.32 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 211 | 1 | 0.64 | 0 | 0.17 | 218.39 | 1 | 0.41 |
| Hex | 0 | 4C | D3 | 64 | 40 | 0 | 11 | DA | 64 | 29 |
| Octal | 0 | 114 | 323 | 144 | 100 | 0 | 21 | 332 | 144 | 51 |
| Binary | 0 | 1001100 | 11010011 | 1100100 | 1000000 | 0 | 10001 | 11011010 | 1100100 | 101001 |
Color Harmonies of #004CD3
Complementary color
Monochromatic Colors of #004CD3
Black with #004CD3
Text Example
Text Example
White with #004CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CD3; }
p { color: rgb(0,76,211); }
H1.HeaderClassName
{
color: #004CD3;
}
.AnyTagClassName
{
color: #004CD3;
}
</style>
background-color css
<style>
a { background-color: #004CD3; }
a { background-color: rgb(0,76,211); }
div.DivClassName
{
background-color: #004CD3;
}
.BgClassName
{
background-color: #004CD3;
}
</style>
border-color css
<style>
span { border-color: #004CD3; }
span { border-color: rgb(0,76,211); }
td.TdClassName
{
border-color: #004CD3;
}
.TagClassName
{
border-color: #004CD3;
}
</style>