Shades of Navy Blue #004BD0
Tints of Navy Blue #004BD0
RGB
CMYK
RGB Variations
Color information
#004BD0 (or 0x004BD0) is known color: Navy Blue. HEX triplet: 00, 4B and D0. RGB value is (0,75,208). Sum of RGB (Red+Green+Blue) = 0+75+208=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 208 (81.64% from 255 or 73.50% from 283); Max value from RGB is 208 - color contains mainly: blue. Hex color #004BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BD0 is #FFB42F. Grayscale: #434343. Windows color (decimal): -16757808 or 13650688. OLE color: 13650688.
HSL color Cylindrical-coordinate representation of color #004BD0: hue angle of 218.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BD0 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 75 | 208 | - |
| CMYK | 1 | 0.64 | 0 | 0.18 |
| HSL | 218.37º | 1% | 0.41% | - |
| HSV(B) | 218.37º | 1% | 0.82% | - |
| XYZ | 13.9 | 9.59 | 60.79 | - |
| YUV | 67.74 | 207.15 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 208 | 1 | 0.64 | 0 | 0.18 | 218.37 | 1 | 0.41 |
| Hex | 0 | 4B | D0 | 64 | 40 | 0 | 12 | DA | 64 | 29 |
| Octal | 0 | 113 | 320 | 144 | 100 | 0 | 22 | 332 | 144 | 51 |
| Binary | 0 | 1001011 | 11010000 | 1100100 | 1000000 | 0 | 10010 | 11011010 | 1100100 | 101001 |
Color Harmonies of #004BD0
Complementary color
Monochromatic Colors of #004BD0
Black with #004BD0
Text Example
Text Example
White with #004BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BD0; }
p { color: rgb(0,75,208); }
H1.HeaderClassName
{
color: #004BD0;
}
.AnyTagClassName
{
color: #004BD0;
}
</style>
background-color css
<style>
a { background-color: #004BD0; }
a { background-color: rgb(0,75,208); }
div.DivClassName
{
background-color: #004BD0;
}
.BgClassName
{
background-color: #004BD0;
}
</style>
border-color css
<style>
span { border-color: #004BD0; }
span { border-color: rgb(0,75,208); }
td.TdClassName
{
border-color: #004BD0;
}
.TagClassName
{
border-color: #004BD0;
}
</style>