Shades of Navy Blue #004FFB
Tints of Navy Blue #004FFB
RGB
CMYK
RGB Variations
Color information
#004FFB (or 0x004FFB) is known color: Navy Blue. HEX triplet: 00, 4F and FB. RGB value is (0,79,251). Sum of RGB (Red+Green+Blue) = 0+79+251=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #004FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FFB is #FFB004. Grayscale: #4A4A4A. Windows color (decimal): -16756741 or 16469760. OLE color: 16469760.
HSL color Cylindrical-coordinate representation of color #004FFB: hue angle of 221.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FFB is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 79 | 251 | - |
| CMYK | 1 | 0.69 | 0 | 0.02 |
| HSL | 221.12º | 1% | 0.49% | - |
| HSV(B) | 221.12º | 1% | 0.98% | - |
| XYZ | 20.21 | 12.56 | 92.63 | - |
| YUV | 74.99 | 227.33 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 251 | 1 | 0.69 | 0 | 0.02 | 221.12 | 1 | 0.49 |
| Hex | 0 | 4F | FB | 64 | 45 | 0 | 2 | DD | 64 | 31 |
| Octal | 0 | 117 | 373 | 144 | 105 | 0 | 2 | 335 | 144 | 61 |
| Binary | 0 | 1001111 | 11111011 | 1100100 | 1000101 | 0 | 10 | 11011101 | 1100100 | 110001 |
Color Harmonies of #004FFB
Complementary color
Monochromatic Colors of #004FFB
Black with #004FFB
Text Example
Text Example
White with #004FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FFB; }
p { color: rgb(0,79,251); }
H1.HeaderClassName
{
color: #004FFB;
}
.AnyTagClassName
{
color: #004FFB;
}
</style>
background-color css
<style>
a { background-color: #004FFB; }
a { background-color: rgb(0,79,251); }
div.DivClassName
{
background-color: #004FFB;
}
.BgClassName
{
background-color: #004FFB;
}
</style>
border-color css
<style>
span { border-color: #004FFB; }
span { border-color: rgb(0,79,251); }
td.TdClassName
{
border-color: #004FFB;
}
.TagClassName
{
border-color: #004FFB;
}
</style>