Shades of Navy Blue #044FE1
Tints of Navy Blue #044FE1
RGB
CMYK
RGB Variations
Color information
#044FE1 (or 0x044FE1) is known color: Navy Blue. HEX triplet: 04, 4F and E1. RGB value is (4,79,225). Sum of RGB (Red+Green+Blue) = 4+79+225=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 225 (88.28% from 255 or 73.05% from 308); Max value from RGB is 225 - color contains mainly: blue. Hex color #044FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FE1 is #FBB01E. Grayscale: #484848. Windows color (decimal): -16494623 or 14765828. OLE color: 14765828.
HSL color Cylindrical-coordinate representation of color #044FE1: hue angle of 219.64º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FE1 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 79 | 225 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.12 |
| HSL | 219.64º | 0.97% | 0.45% | - |
| HSV(B) | 219.64º | 0.98% | 0.88% | - |
| XYZ | 16.44 | 11.05 | 72.5 | - |
| YUV | 73.22 | 213.65 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 225 | 0.98 | 0.65 | 0 | 0.12 | 219.64 | 0.97 | 0.45 |
| Hex | 4 | 4F | E1 | 62 | 41 | 0 | C | DC | 61 | 2D |
| Octal | 4 | 117 | 341 | 142 | 101 | 0 | 14 | 334 | 141 | 55 |
| Binary | 100 | 1001111 | 11100001 | 1100010 | 1000001 | 0 | 1100 | 11011100 | 1100001 | 101101 |
Color Harmonies of #044FE1
Complementary color
Monochromatic Colors of #044FE1
Black with #044FE1
Text Example
Text Example
White with #044FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FE1; }
p { color: rgb(4,79,225); }
H1.HeaderClassName
{
color: #044FE1;
}
.AnyTagClassName
{
color: #044FE1;
}
</style>
background-color css
<style>
a { background-color: #044FE1; }
a { background-color: rgb(4,79,225); }
div.DivClassName
{
background-color: #044FE1;
}
.BgClassName
{
background-color: #044FE1;
}
</style>
border-color css
<style>
span { border-color: #044FE1; }
span { border-color: rgb(4,79,225); }
td.TdClassName
{
border-color: #044FE1;
}
.TagClassName
{
border-color: #044FE1;
}
</style>