Shades of Navy Blue #044EC9
Tints of Navy Blue #044EC9
RGB
CMYK
RGB Variations
Color information
#044EC9 (or 0x044EC9) is known color: Navy Blue. HEX triplet: 04, 4E and C9. RGB value is (4,78,201). Sum of RGB (Red+Green+Blue) = 4+78+201=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 201 (78.91% from 255 or 71.02% from 283); Max value from RGB is 201 - color contains mainly: blue. Hex color #044EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EC9 is #FBB136. Grayscale: #454545. Windows color (decimal): -16494903 or 13192708. OLE color: 13192708.
HSL color Cylindrical-coordinate representation of color #044EC9: hue angle of 217.46º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EC9 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 78 | 201 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.21 |
| HSL | 217.46º | 0.96% | 0.4% | - |
| HSV(B) | 217.46º | 0.98% | 0.79% | - |
| XYZ | 13.32 | 9.69 | 56.43 | - |
| YUV | 69.9 | 201.98 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 201 | 0.98 | 0.61 | 0 | 0.21 | 217.46 | 0.96 | 0.4 |
| Hex | 4 | 4E | C9 | 62 | 3D | 0 | 15 | D9 | 60 | 28 |
| Octal | 4 | 116 | 311 | 142 | 75 | 0 | 25 | 331 | 140 | 50 |
| Binary | 100 | 1001110 | 11001001 | 1100010 | 111101 | 0 | 10101 | 11011001 | 1100000 | 101000 |
Color Harmonies of #044EC9
Complementary color
Monochromatic Colors of #044EC9
Black with #044EC9
Text Example
Text Example
White with #044EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EC9; }
p { color: rgb(4,78,201); }
H1.HeaderClassName
{
color: #044EC9;
}
.AnyTagClassName
{
color: #044EC9;
}
</style>
background-color css
<style>
a { background-color: #044EC9; }
a { background-color: rgb(4,78,201); }
div.DivClassName
{
background-color: #044EC9;
}
.BgClassName
{
background-color: #044EC9;
}
</style>
border-color css
<style>
span { border-color: #044EC9; }
span { border-color: rgb(4,78,201); }
td.TdClassName
{
border-color: #044EC9;
}
.TagClassName
{
border-color: #044EC9;
}
</style>