Shades of Navy Blue #044EFA
Tints of Navy Blue #044EFA
RGB
CMYK
RGB Variations
Color information
#044EFA (or 0x044EFA) is known color: Navy Blue. HEX triplet: 04, 4E and FA. RGB value is (4,78,250). Sum of RGB (Red+Green+Blue) = 4+78+250=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #044EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EFA is #FBB105. Grayscale: #4A4A4A. Windows color (decimal): -16494854 or 16403972. OLE color: 16403972.
HSL color Cylindrical-coordinate representation of color #044EFA: hue angle of 221.95º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EFA is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 78 | 250 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.02 |
| HSL | 221.95º | 0.97% | 0.5% | - |
| HSV(B) | 221.95º | 0.98% | 0.98% | - |
| XYZ | 20.03 | 12.38 | 91.78 | - |
| YUV | 75.48 | 226.48 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 250 | 0.98 | 0.69 | 0 | 0.02 | 221.95 | 0.97 | 0.5 |
| Hex | 4 | 4E | FA | 62 | 45 | 0 | 2 | DE | 61 | 32 |
| Octal | 4 | 116 | 372 | 142 | 105 | 0 | 2 | 336 | 141 | 62 |
| Binary | 100 | 1001110 | 11111010 | 1100010 | 1000101 | 0 | 10 | 11011110 | 1100001 | 110010 |
Color Harmonies of #044EFA
Complementary color
Monochromatic Colors of #044EFA
Black with #044EFA
Text Example
Text Example
White with #044EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EFA; }
p { color: rgb(4,78,250); }
H1.HeaderClassName
{
color: #044EFA;
}
.AnyTagClassName
{
color: #044EFA;
}
</style>
background-color css
<style>
a { background-color: #044EFA; }
a { background-color: rgb(4,78,250); }
div.DivClassName
{
background-color: #044EFA;
}
.BgClassName
{
background-color: #044EFA;
}
</style>
border-color css
<style>
span { border-color: #044EFA; }
span { border-color: rgb(4,78,250); }
td.TdClassName
{
border-color: #044EFA;
}
.TagClassName
{
border-color: #044EFA;
}
</style>