Shades of Navy Blue #004DCB
Tints of Navy Blue #004DCB
RGB
CMYK
RGB Variations
Color information
#004DCB (or 0x004DCB) is known color: Navy Blue. HEX triplet: 00, 4D and CB. RGB value is (0,77,203). Sum of RGB (Red+Green+Blue) = 0+77+203=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #004DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DCB is #FFB234. Grayscale: #434343. Windows color (decimal): -16757301 or 13323520. OLE color: 13323520.
HSL color Cylindrical-coordinate representation of color #004DCB: hue angle of 217.24º 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 #004DCB is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 77 | 203 | - |
| CMYK | 1 | 0.62 | 0 | 0.20 |
| HSL | 217.24º | 1% | 0.4% | - |
| HSV(B) | 217.24º | 1% | 0.8% | - |
| XYZ | 13.43 | 9.62 | 57.65 | - |
| YUV | 68.34 | 203.99 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 203 | 1 | 0.62 | 0 | 0.20 | 217.24 | 1 | 0.4 |
| Hex | 0 | 4D | CB | 64 | 3E | 0 | 14 | D9 | 64 | 28 |
| Octal | 0 | 115 | 313 | 144 | 76 | 0 | 24 | 331 | 144 | 50 |
| Binary | 0 | 1001101 | 11001011 | 1100100 | 111110 | 0 | 10100 | 11011001 | 1100100 | 101000 |
Color Harmonies of #004DCB
Complementary color
Monochromatic Colors of #004DCB
Black with #004DCB
Text Example
Text Example
White with #004DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DCB; }
p { color: rgb(0,77,203); }
H1.HeaderClassName
{
color: #004DCB;
}
.AnyTagClassName
{
color: #004DCB;
}
</style>
background-color css
<style>
a { background-color: #004DCB; }
a { background-color: rgb(0,77,203); }
div.DivClassName
{
background-color: #004DCB;
}
.BgClassName
{
background-color: #004DCB;
}
</style>
border-color css
<style>
span { border-color: #004DCB; }
span { border-color: rgb(0,77,203); }
td.TdClassName
{
border-color: #004DCB;
}
.TagClassName
{
border-color: #004DCB;
}
</style>