Shades of Navy Blue #004BCD
Tints of Navy Blue #004BCD
RGB
CMYK
RGB Variations
Color information
#004BCD (or 0x004BCD) is known color: Navy Blue. HEX triplet: 00, 4B and CD. RGB value is (0,75,205). Sum of RGB (Red+Green+Blue) = 0+75+205=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #004BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BCD is #FFB432. Grayscale: #424242. Windows color (decimal): -16757811 or 13454080. OLE color: 13454080.
HSL color Cylindrical-coordinate representation of color #004BCD: hue angle of 218.05º 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 #004BCD is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 75 | 205 | - |
| CMYK | 1 | 0.63 | 0 | 0.20 |
| HSL | 218.05º | 1% | 0.4% | - |
| HSV(B) | 218.05º | 1% | 0.8% | - |
| XYZ | 13.54 | 9.44 | 58.87 | - |
| YUV | 67.4 | 205.65 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 205 | 1 | 0.63 | 0 | 0.20 | 218.05 | 1 | 0.4 |
| Hex | 0 | 4B | CD | 64 | 3F | 0 | 14 | DA | 64 | 28 |
| Octal | 0 | 113 | 315 | 144 | 77 | 0 | 24 | 332 | 144 | 50 |
| Binary | 0 | 1001011 | 11001101 | 1100100 | 111111 | 0 | 10100 | 11011010 | 1100100 | 101000 |
Color Harmonies of #004BCD
Complementary color
Monochromatic Colors of #004BCD
Black with #004BCD
Text Example
Text Example
White with #004BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BCD; }
p { color: rgb(0,75,205); }
H1.HeaderClassName
{
color: #004BCD;
}
.AnyTagClassName
{
color: #004BCD;
}
</style>
background-color css
<style>
a { background-color: #004BCD; }
a { background-color: rgb(0,75,205); }
div.DivClassName
{
background-color: #004BCD;
}
.BgClassName
{
background-color: #004BCD;
}
</style>
border-color css
<style>
span { border-color: #004BCD; }
span { border-color: rgb(0,75,205); }
td.TdClassName
{
border-color: #004BCD;
}
.TagClassName
{
border-color: #004BCD;
}
</style>