Shades of Navy Blue #044AEE
Tints of Navy Blue #044AEE
RGB
CMYK
RGB Variations
Color information
#044AEE (or 0x044AEE) is known color: Navy Blue. HEX triplet: 04, 4A and EE. RGB value is (4,74,238). Sum of RGB (Red+Green+Blue) = 4+74+238=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #044AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AEE is #FBB511. Grayscale: #474747. Windows color (decimal): -16495890 or 15616516. OLE color: 15616516.
HSL color Cylindrical-coordinate representation of color #044AEE: hue angle of 222.05º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AEE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 74 | 238 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.07 |
| HSL | 222.05º | 0.97% | 0.47% | - |
| HSV(B) | 222.05º | 0.98% | 0.93% | - |
| XYZ | 17.93 | 11.1 | 82.09 | - |
| YUV | 71.77 | 221.81 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 238 | 0.98 | 0.69 | 0 | 0.07 | 222.05 | 0.97 | 0.47 |
| Hex | 4 | 4A | EE | 62 | 45 | 0 | 7 | DE | 61 | 2F |
| Octal | 4 | 112 | 356 | 142 | 105 | 0 | 7 | 336 | 141 | 57 |
| Binary | 100 | 1001010 | 11101110 | 1100010 | 1000101 | 0 | 111 | 11011110 | 1100001 | 101111 |
Color Harmonies of #044AEE
Complementary color
Monochromatic Colors of #044AEE
Black with #044AEE
Text Example
Text Example
White with #044AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AEE; }
p { color: rgb(4,74,238); }
H1.HeaderClassName
{
color: #044AEE;
}
.AnyTagClassName
{
color: #044AEE;
}
</style>
background-color css
<style>
a { background-color: #044AEE; }
a { background-color: rgb(4,74,238); }
div.DivClassName
{
background-color: #044AEE;
}
.BgClassName
{
background-color: #044AEE;
}
</style>
border-color css
<style>
span { border-color: #044AEE; }
span { border-color: rgb(4,74,238); }
td.TdClassName
{
border-color: #044AEE;
}
.TagClassName
{
border-color: #044AEE;
}
</style>