Shades of Navy Blue #004DFB
Tints of Navy Blue #004DFB
RGB
CMYK
RGB Variations
Color information
#004DFB (or 0x004DFB) is known color: Navy Blue. HEX triplet: 00, 4D and FB. RGB value is (0,77,251). Sum of RGB (Red+Green+Blue) = 0+77+251=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #004DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DFB is #FFB204. Grayscale: #494949. Windows color (decimal): -16757253 or 16469248. OLE color: 16469248.
HSL color Cylindrical-coordinate representation of color #004DFB: hue angle of 221.59º 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 #004DFB is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 77 | 251 | - |
| CMYK | 1 | 0.69 | 0 | 0.02 |
| HSL | 221.59º | 1% | 0.49% | - |
| HSV(B) | 221.59º | 1% | 0.98% | - |
| XYZ | 20.07 | 12.27 | 92.58 | - |
| YUV | 73.81 | 227.99 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 251 | 1 | 0.69 | 0 | 0.02 | 221.59 | 1 | 0.49 |
| Hex | 0 | 4D | FB | 64 | 45 | 0 | 2 | DE | 64 | 31 |
| Octal | 0 | 115 | 373 | 144 | 105 | 0 | 2 | 336 | 144 | 61 |
| Binary | 0 | 1001101 | 11111011 | 1100100 | 1000101 | 0 | 10 | 11011110 | 1100100 | 110001 |
Color Harmonies of #004DFB
Complementary color
Monochromatic Colors of #004DFB
Black with #004DFB
Text Example
Text Example
White with #004DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DFB; }
p { color: rgb(0,77,251); }
H1.HeaderClassName
{
color: #004DFB;
}
.AnyTagClassName
{
color: #004DFB;
}
</style>
background-color css
<style>
a { background-color: #004DFB; }
a { background-color: rgb(0,77,251); }
div.DivClassName
{
background-color: #004DFB;
}
.BgClassName
{
background-color: #004DFB;
}
</style>
border-color css
<style>
span { border-color: #004DFB; }
span { border-color: rgb(0,77,251); }
td.TdClassName
{
border-color: #004DFB;
}
.TagClassName
{
border-color: #004DFB;
}
</style>