Shades of Navy Blue #044EFE
Tints of Navy Blue #044EFE
RGB
CMYK
RGB Variations
Color information
#044EFE (or 0x044EFE) is known color: Navy Blue. HEX triplet: 04, 4E and FE. RGB value is (4,78,254). Sum of RGB (Red+Green+Blue) = 4+78+254=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #044EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EFE is #FBB101. Grayscale: #4B4B4B. Windows color (decimal): -16494850 or 16666116. OLE color: 16666116.
HSL color Cylindrical-coordinate representation of color #044EFE: hue angle of 222.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EFE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 78 | 254 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.00 |
| HSL | 222.24º | 0.99% | 0.51% | - |
| HSV(B) | 222.24º | 0.98% | 1% | - |
| XYZ | 20.66 | 12.63 | 95.11 | - |
| YUV | 75.94 | 228.48 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 254 | 0.98 | 0.69 | 0 | 0.00 | 222.24 | 0.99 | 0.51 |
| Hex | 4 | 4E | FE | 62 | 45 | 0 | 0 | DE | 63 | 33 |
| Octal | 4 | 116 | 376 | 142 | 105 | 0 | 0 | 336 | 143 | 63 |
| Binary | 100 | 1001110 | 11111110 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #044EFE
Complementary color
Monochromatic Colors of #044EFE
Black with #044EFE
Text Example
Text Example
White with #044EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EFE; }
p { color: rgb(4,78,254); }
H1.HeaderClassName
{
color: #044EFE;
}
.AnyTagClassName
{
color: #044EFE;
}
</style>
background-color css
<style>
a { background-color: #044EFE; }
a { background-color: rgb(4,78,254); }
div.DivClassName
{
background-color: #044EFE;
}
.BgClassName
{
background-color: #044EFE;
}
</style>
border-color css
<style>
span { border-color: #044EFE; }
span { border-color: rgb(4,78,254); }
td.TdClassName
{
border-color: #044EFE;
}
.TagClassName
{
border-color: #044EFE;
}
</style>