Shades of Navy Blue #004DFC
Tints of Navy Blue #004DFC
RGB
CMYK
RGB Variations
Color information
#004DFC (or 0x004DFC) is known color: Navy Blue. HEX triplet: 00, 4D and FC. RGB value is (0,77,252). Sum of RGB (Red+Green+Blue) = 0+77+252=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #004DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DFC is #FFB203. Grayscale: #494949. Windows color (decimal): -16757252 or 16534784. OLE color: 16534784.
HSL color Cylindrical-coordinate representation of color #004DFC: hue angle of 221.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DFC is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 77 | 252 | - |
| CMYK | 1 | 0.69 | 0 | 0.01 |
| HSL | 221.67º | 1% | 0.49% | - |
| HSV(B) | 221.67º | 1% | 0.99% | - |
| XYZ | 20.22 | 12.34 | 93.41 | - |
| YUV | 73.93 | 228.49 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 252 | 1 | 0.69 | 0 | 0.01 | 221.67 | 1 | 0.49 |
| Hex | 0 | 4D | FC | 64 | 45 | 0 | 1 | DE | 64 | 31 |
| Octal | 0 | 115 | 374 | 144 | 105 | 0 | 1 | 336 | 144 | 61 |
| Binary | 0 | 1001101 | 11111100 | 1100100 | 1000101 | 0 | 1 | 11011110 | 1100100 | 110001 |
Color Harmonies of #004DFC
Complementary color
Monochromatic Colors of #004DFC
Black with #004DFC
Text Example
Text Example
White with #004DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DFC; }
p { color: rgb(0,77,252); }
H1.HeaderClassName
{
color: #004DFC;
}
.AnyTagClassName
{
color: #004DFC;
}
</style>
background-color css
<style>
a { background-color: #004DFC; }
a { background-color: rgb(0,77,252); }
div.DivClassName
{
background-color: #004DFC;
}
.BgClassName
{
background-color: #004DFC;
}
</style>
border-color css
<style>
span { border-color: #004DFC; }
span { border-color: rgb(0,77,252); }
td.TdClassName
{
border-color: #004DFC;
}
.TagClassName
{
border-color: #004DFC;
}
</style>