Shades of Navy Blue #044EC7
Tints of Navy Blue #044EC7
RGB
CMYK
RGB Variations
Color information
#044EC7 (or 0x044EC7) is known color: Navy Blue. HEX triplet: 04, 4E and C7. RGB value is (4,78,199). Sum of RGB (Red+Green+Blue) = 4+78+199=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 199 (78.12% from 255 or 70.82% from 281); Max value from RGB is 199 - color contains mainly: blue. Hex color #044EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EC7 is #FBB138. Grayscale: #454545. Windows color (decimal): -16494905 or 13061636. OLE color: 13061636.
HSL color Cylindrical-coordinate representation of color #044EC7: hue angle of 217.23º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EC7 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 78 | 199 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.22 |
| HSL | 217.23º | 0.96% | 0.4% | - |
| HSV(B) | 217.23º | 0.98% | 0.78% | - |
| XYZ | 13.08 | 9.6 | 55.2 | - |
| YUV | 69.67 | 200.98 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 199 | 0.98 | 0.61 | 0 | 0.22 | 217.23 | 0.96 | 0.4 |
| Hex | 4 | 4E | C7 | 62 | 3D | 0 | 16 | D9 | 60 | 28 |
| Octal | 4 | 116 | 307 | 142 | 75 | 0 | 26 | 331 | 140 | 50 |
| Binary | 100 | 1001110 | 11000111 | 1100010 | 111101 | 0 | 10110 | 11011001 | 1100000 | 101000 |
Color Harmonies of #044EC7
Complementary color
Monochromatic Colors of #044EC7
Black with #044EC7
Text Example
Text Example
White with #044EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EC7; }
p { color: rgb(4,78,199); }
H1.HeaderClassName
{
color: #044EC7;
}
.AnyTagClassName
{
color: #044EC7;
}
</style>
background-color css
<style>
a { background-color: #044EC7; }
a { background-color: rgb(4,78,199); }
div.DivClassName
{
background-color: #044EC7;
}
.BgClassName
{
background-color: #044EC7;
}
</style>
border-color css
<style>
span { border-color: #044EC7; }
span { border-color: rgb(4,78,199); }
td.TdClassName
{
border-color: #044EC7;
}
.TagClassName
{
border-color: #044EC7;
}
</style>