Shades of Navy Blue #004EFE
Tints of Navy Blue #004EFE
RGB
CMYK
RGB Variations
Color information
#004EFE (or 0x004EFE) is known color: Navy Blue. HEX triplet: 00, 4E and FE. RGB value is (0,78,254). Sum of RGB (Red+Green+Blue) = 0+78+254=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #004EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EFE is #FFB101. Grayscale: #494949. Windows color (decimal): -16756994 or 16666112. OLE color: 16666112.
HSL color Cylindrical-coordinate representation of color #004EFE: hue angle of 221.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EFE is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 78 | 254 | - |
| CMYK | 1 | 0.69 | 0 | 0.00 |
| HSL | 221.57º | 1% | 0.5% | - |
| HSV(B) | 221.57º | 1% | 1% | - |
| XYZ | 20.61 | 12.6 | 95.11 | - |
| YUV | 74.74 | 229.16 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 254 | 1 | 0.69 | 0 | 0.00 | 221.57 | 1 | 0.5 |
| Hex | 0 | 4E | FE | 64 | 45 | 0 | 0 | DE | 64 | 32 |
| Octal | 0 | 116 | 376 | 144 | 105 | 0 | 0 | 336 | 144 | 62 |
| Binary | 0 | 1001110 | 11111110 | 1100100 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #004EFE
Complementary color
Monochromatic Colors of #004EFE
Black with #004EFE
Text Example
Text Example
White with #004EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EFE; }
p { color: rgb(0,78,254); }
H1.HeaderClassName
{
color: #004EFE;
}
.AnyTagClassName
{
color: #004EFE;
}
</style>
background-color css
<style>
a { background-color: #004EFE; }
a { background-color: rgb(0,78,254); }
div.DivClassName
{
background-color: #004EFE;
}
.BgClassName
{
background-color: #004EFE;
}
</style>
border-color css
<style>
span { border-color: #004EFE; }
span { border-color: rgb(0,78,254); }
td.TdClassName
{
border-color: #004EFE;
}
.TagClassName
{
border-color: #004EFE;
}
</style>