Shades of Navy Blue #004CFB
Tints of Navy Blue #004CFB
RGB
CMYK
RGB Variations
Color information
#004CFB (or 0x004CFB) is known color: Navy Blue. HEX triplet: 00, 4C and FB. RGB value is (0,76,251). Sum of RGB (Red+Green+Blue) = 0+76+251=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #004CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004CFB is #FFB304. Grayscale: #484848. Windows color (decimal): -16757509 or 16468992. OLE color: 16468992.
HSL color Cylindrical-coordinate representation of color #004CFB: hue angle of 221.83º 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 #004CFB is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 76 | 251 | - |
| CMYK | 1 | 0.70 | 0 | 0.02 |
| HSL | 221.83º | 1% | 0.49% | - |
| HSV(B) | 221.83º | 1% | 0.98% | - |
| XYZ | 20 | 12.13 | 92.55 | - |
| YUV | 73.23 | 228.32 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 251 | 1 | 0.70 | 0 | 0.02 | 221.83 | 1 | 0.49 |
| Hex | 0 | 4C | FB | 64 | 46 | 0 | 2 | DE | 64 | 31 |
| Octal | 0 | 114 | 373 | 144 | 106 | 0 | 2 | 336 | 144 | 61 |
| Binary | 0 | 1001100 | 11111011 | 1100100 | 1000110 | 0 | 10 | 11011110 | 1100100 | 110001 |
Color Harmonies of #004CFB
Complementary color
Monochromatic Colors of #004CFB
Black with #004CFB
Text Example
Text Example
White with #004CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CFB; }
p { color: rgb(0,76,251); }
H1.HeaderClassName
{
color: #004CFB;
}
.AnyTagClassName
{
color: #004CFB;
}
</style>
background-color css
<style>
a { background-color: #004CFB; }
a { background-color: rgb(0,76,251); }
div.DivClassName
{
background-color: #004CFB;
}
.BgClassName
{
background-color: #004CFB;
}
</style>
border-color css
<style>
span { border-color: #004CFB; }
span { border-color: rgb(0,76,251); }
td.TdClassName
{
border-color: #004CFB;
}
.TagClassName
{
border-color: #004CFB;
}
</style>