Shades of Navy Blue #004BFF
Tints of Navy Blue #004BFF
RGB
CMYK
RGB Variations
Color information
#004BFF (or 0x004BFF) is known color: Navy Blue. HEX triplet: 00, 4B and FF. RGB value is (0,75,255). Sum of RGB (Red+Green+Blue) = 0+75+255=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #004BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004BFF is #FFB400. Grayscale: #484848. Windows color (decimal): -16757761 or 16730880. OLE color: 16730880.
HSL color Cylindrical-coordinate representation of color #004BFF: hue angle of 222.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BFF is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 75 | 255 | - |
| CMYK | 1 | 0.71 | 0 | 0 |
| HSL | 222.35º | 1% | 0.5% | - |
| HSV(B) | 222.35º | 1% | 1% | - |
| XYZ | 20.57 | 12.25 | 95.89 | - |
| YUV | 73.1 | 230.65 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 255 | 1 | 0.71 | 0 | 0 | 222.35 | 1 | 0.5 |
| Hex | 0 | 4B | FF | 64 | 47 | 0 | 0 | DE | 64 | 32 |
| Octal | 0 | 113 | 377 | 144 | 107 | 0 | 0 | 336 | 144 | 62 |
| Binary | 0 | 1001011 | 11111111 | 1100100 | 1000111 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #004BFF
Complementary color
Monochromatic Colors of #004BFF
Black with #004BFF
Text Example
Text Example
White with #004BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BFF; }
p { color: rgb(0,75,255); }
H1.HeaderClassName
{
color: #004BFF;
}
.AnyTagClassName
{
color: #004BFF;
}
</style>
background-color css
<style>
a { background-color: #004BFF; }
a { background-color: rgb(0,75,255); }
div.DivClassName
{
background-color: #004BFF;
}
.BgClassName
{
background-color: #004BFF;
}
</style>
border-color css
<style>
span { border-color: #004BFF; }
span { border-color: rgb(0,75,255); }
td.TdClassName
{
border-color: #004BFF;
}
.TagClassName
{
border-color: #004BFF;
}
</style>