Shades of Navy Blue #004EFC
Tints of Navy Blue #004EFC
RGB
CMYK
RGB Variations
Color information
#004EFC (or 0x004EFC) is known color: Navy Blue. HEX triplet: 00, 4E and FC. RGB value is (0,78,252). Sum of RGB (Red+Green+Blue) = 0+78+252=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #004EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EFC is #FFB103. Grayscale: #494949. Windows color (decimal): -16756996 or 16535040. OLE color: 16535040.
HSL color Cylindrical-coordinate representation of color #004EFC: hue angle of 221.43º 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 #004EFC is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 78 | 252 | - |
| CMYK | 1 | 0.69 | 0 | 0.01 |
| HSL | 221.43º | 1% | 0.49% | - |
| HSV(B) | 221.43º | 1% | 0.99% | - |
| XYZ | 20.3 | 12.48 | 93.43 | - |
| YUV | 74.51 | 228.16 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 252 | 1 | 0.69 | 0 | 0.01 | 221.43 | 1 | 0.49 |
| Hex | 0 | 4E | FC | 64 | 45 | 0 | 1 | DD | 64 | 31 |
| Octal | 0 | 116 | 374 | 144 | 105 | 0 | 1 | 335 | 144 | 61 |
| Binary | 0 | 1001110 | 11111100 | 1100100 | 1000101 | 0 | 1 | 11011101 | 1100100 | 110001 |
Color Harmonies of #004EFC
Complementary color
Monochromatic Colors of #004EFC
Black with #004EFC
Text Example
Text Example
White with #004EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EFC; }
p { color: rgb(0,78,252); }
H1.HeaderClassName
{
color: #004EFC;
}
.AnyTagClassName
{
color: #004EFC;
}
</style>
background-color css
<style>
a { background-color: #004EFC; }
a { background-color: rgb(0,78,252); }
div.DivClassName
{
background-color: #004EFC;
}
.BgClassName
{
background-color: #004EFC;
}
</style>
border-color css
<style>
span { border-color: #004EFC; }
span { border-color: rgb(0,78,252); }
td.TdClassName
{
border-color: #004EFC;
}
.TagClassName
{
border-color: #004EFC;
}
</style>