Shades of Navy Blue #044FEA
Tints of Navy Blue #044FEA
RGB
CMYK
RGB Variations
Color information
#044FEA (or 0x044FEA) is known color: Navy Blue. HEX triplet: 04, 4F and EA. RGB value is (4,79,234). Sum of RGB (Red+Green+Blue) = 4+79+234=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #044FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FEA is #FBB015. Grayscale: #494949. Windows color (decimal): -16494614 or 15355652. OLE color: 15355652.
HSL color Cylindrical-coordinate representation of color #044FEA: hue angle of 220.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FEA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 79 | 234 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.08 |
| HSL | 220.43º | 0.97% | 0.47% | - |
| HSV(B) | 220.43º | 0.98% | 0.92% | - |
| XYZ | 17.7 | 11.56 | 79.14 | - |
| YUV | 74.25 | 218.15 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 234 | 0.98 | 0.66 | 0 | 0.08 | 220.43 | 0.97 | 0.47 |
| Hex | 4 | 4F | EA | 62 | 42 | 0 | 8 | DC | 61 | 2F |
| Octal | 4 | 117 | 352 | 142 | 102 | 0 | 10 | 334 | 141 | 57 |
| Binary | 100 | 1001111 | 11101010 | 1100010 | 1000010 | 0 | 1000 | 11011100 | 1100001 | 101111 |
Color Harmonies of #044FEA
Complementary color
Monochromatic Colors of #044FEA
Black with #044FEA
Text Example
Text Example
White with #044FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FEA; }
p { color: rgb(4,79,234); }
H1.HeaderClassName
{
color: #044FEA;
}
.AnyTagClassName
{
color: #044FEA;
}
</style>
background-color css
<style>
a { background-color: #044FEA; }
a { background-color: rgb(4,79,234); }
div.DivClassName
{
background-color: #044FEA;
}
.BgClassName
{
background-color: #044FEA;
}
</style>
border-color css
<style>
span { border-color: #044FEA; }
span { border-color: rgb(4,79,234); }
td.TdClassName
{
border-color: #044FEA;
}
.TagClassName
{
border-color: #044FEA;
}
</style>