Shades of Navy Blue #044DFE
Tints of Navy Blue #044DFE
RGB
CMYK
RGB Variations
Color information
#044DFE (or 0x044DFE) is known color: Navy Blue. HEX triplet: 04, 4D and FE. RGB value is (4,77,254). Sum of RGB (Red+Green+Blue) = 4+77+254=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #044DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DFE is #FBB201. Grayscale: #4A4A4A. Windows color (decimal): -16495106 or 16665860. OLE color: 16665860.
HSL color Cylindrical-coordinate representation of color #044DFE: hue angle of 222.48º 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 #044DFE is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 77 | 254 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.00 |
| HSL | 222.48º | 0.99% | 0.51% | - |
| HSV(B) | 222.48º | 0.98% | 1% | - |
| XYZ | 20.59 | 12.49 | 95.09 | - |
| YUV | 75.35 | 228.82 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 254 | 0.98 | 0.70 | 0 | 0.00 | 222.48 | 0.99 | 0.51 |
| Hex | 4 | 4D | FE | 62 | 46 | 0 | 0 | DE | 63 | 33 |
| Octal | 4 | 115 | 376 | 142 | 106 | 0 | 0 | 336 | 143 | 63 |
| Binary | 100 | 1001101 | 11111110 | 1100010 | 1000110 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #044DFE
Complementary color
Monochromatic Colors of #044DFE
Black with #044DFE
Text Example
Text Example
White with #044DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DFE; }
p { color: rgb(4,77,254); }
H1.HeaderClassName
{
color: #044DFE;
}
.AnyTagClassName
{
color: #044DFE;
}
</style>
background-color css
<style>
a { background-color: #044DFE; }
a { background-color: rgb(4,77,254); }
div.DivClassName
{
background-color: #044DFE;
}
.BgClassName
{
background-color: #044DFE;
}
</style>
border-color css
<style>
span { border-color: #044DFE; }
span { border-color: rgb(4,77,254); }
td.TdClassName
{
border-color: #044DFE;
}
.TagClassName
{
border-color: #044DFE;
}
</style>