Shades of Navy Blue #044EEB
Tints of Navy Blue #044EEB
RGB
CMYK
RGB Variations
Color information
#044EEB (or 0x044EEB) is known color: Navy Blue. HEX triplet: 04, 4E and EB. RGB value is (4,78,235). Sum of RGB (Red+Green+Blue) = 4+78+235=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #044EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EEB is #FBB114. Grayscale: #494949. Windows color (decimal): -16494869 or 15420932. OLE color: 15420932.
HSL color Cylindrical-coordinate representation of color #044EEB: hue angle of 220.78º 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 #044EEB is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 78 | 235 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.08 |
| HSL | 220.78º | 0.97% | 0.47% | - |
| HSV(B) | 220.78º | 0.98% | 0.92% | - |
| XYZ | 17.77 | 11.47 | 79.88 | - |
| YUV | 73.77 | 218.98 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 235 | 0.98 | 0.67 | 0 | 0.08 | 220.78 | 0.97 | 0.47 |
| Hex | 4 | 4E | EB | 62 | 43 | 0 | 8 | DD | 61 | 2F |
| Octal | 4 | 116 | 353 | 142 | 103 | 0 | 10 | 335 | 141 | 57 |
| Binary | 100 | 1001110 | 11101011 | 1100010 | 1000011 | 0 | 1000 | 11011101 | 1100001 | 101111 |
Color Harmonies of #044EEB
Complementary color
Monochromatic Colors of #044EEB
Black with #044EEB
Text Example
Text Example
White with #044EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EEB; }
p { color: rgb(4,78,235); }
H1.HeaderClassName
{
color: #044EEB;
}
.AnyTagClassName
{
color: #044EEB;
}
</style>
background-color css
<style>
a { background-color: #044EEB; }
a { background-color: rgb(4,78,235); }
div.DivClassName
{
background-color: #044EEB;
}
.BgClassName
{
background-color: #044EEB;
}
</style>
border-color css
<style>
span { border-color: #044EEB; }
span { border-color: rgb(4,78,235); }
td.TdClassName
{
border-color: #044EEB;
}
.TagClassName
{
border-color: #044EEB;
}
</style>