Shades of Navy Blue #004CFD
Tints of Navy Blue #004CFD
RGB
CMYK
RGB Variations
Color information
#004CFD (or 0x004CFD) is known color: Navy Blue. HEX triplet: 00, 4C and FD. RGB value is (0,76,253). Sum of RGB (Red+Green+Blue) = 0+76+253=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #004CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004CFD is #FFB302. Grayscale: #484848. Windows color (decimal): -16757507 or 16600064. OLE color: 16600064.
HSL color Cylindrical-coordinate representation of color #004CFD: hue angle of 221.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CFD is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 76 | 253 | - |
| CMYK | 1 | 0.70 | 0 | 0.01 |
| HSL | 221.98º | 1% | 0.5% | - |
| HSV(B) | 221.98º | 1% | 0.99% | - |
| XYZ | 20.31 | 12.26 | 94.22 | - |
| YUV | 73.45 | 229.32 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 253 | 1 | 0.70 | 0 | 0.01 | 221.98 | 1 | 0.5 |
| Hex | 0 | 4C | FD | 64 | 46 | 0 | 1 | DE | 64 | 32 |
| Octal | 0 | 114 | 375 | 144 | 106 | 0 | 1 | 336 | 144 | 62 |
| Binary | 0 | 1001100 | 11111101 | 1100100 | 1000110 | 0 | 1 | 11011110 | 1100100 | 110010 |
Color Harmonies of #004CFD
Complementary color
Monochromatic Colors of #004CFD
Black with #004CFD
Text Example
Text Example
White with #004CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CFD; }
p { color: rgb(0,76,253); }
H1.HeaderClassName
{
color: #004CFD;
}
.AnyTagClassName
{
color: #004CFD;
}
</style>
background-color css
<style>
a { background-color: #004CFD; }
a { background-color: rgb(0,76,253); }
div.DivClassName
{
background-color: #004CFD;
}
.BgClassName
{
background-color: #004CFD;
}
</style>
border-color css
<style>
span { border-color: #004CFD; }
span { border-color: rgb(0,76,253); }
td.TdClassName
{
border-color: #004CFD;
}
.TagClassName
{
border-color: #004CFD;
}
</style>