Shades of Navy Blue #044ED1
Tints of Navy Blue #044ED1
RGB
CMYK
RGB Variations
Color information
#044ED1 (or 0x044ED1) is known color: Navy Blue. HEX triplet: 04, 4E and D1. RGB value is (4,78,209). Sum of RGB (Red+Green+Blue) = 4+78+209=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 209 (82.03% from 255 or 71.82% from 291); Max value from RGB is 209 - color contains mainly: blue. Hex color #044ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ED1 is #FBB12E. Grayscale: #464646. Windows color (decimal): -16494895 or 13716996. OLE color: 13716996.
HSL color Cylindrical-coordinate representation of color #044ED1: hue angle of 218.34º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ED1 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 78 | 209 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.18 |
| HSL | 218.34º | 0.96% | 0.42% | - |
| HSV(B) | 218.34º | 0.98% | 0.82% | - |
| XYZ | 14.28 | 10.08 | 61.51 | - |
| YUV | 70.81 | 205.98 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 209 | 0.98 | 0.63 | 0 | 0.18 | 218.34 | 0.96 | 0.42 |
| Hex | 4 | 4E | D1 | 62 | 3F | 0 | 12 | DA | 60 | 2A |
| Octal | 4 | 116 | 321 | 142 | 77 | 0 | 22 | 332 | 140 | 52 |
| Binary | 100 | 1001110 | 11010001 | 1100010 | 111111 | 0 | 10010 | 11011010 | 1100000 | 101010 |
Color Harmonies of #044ED1
Complementary color
Monochromatic Colors of #044ED1
Black with #044ED1
Text Example
Text Example
White with #044ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044ED1; }
p { color: rgb(4,78,209); }
H1.HeaderClassName
{
color: #044ED1;
}
.AnyTagClassName
{
color: #044ED1;
}
</style>
background-color css
<style>
a { background-color: #044ED1; }
a { background-color: rgb(4,78,209); }
div.DivClassName
{
background-color: #044ED1;
}
.BgClassName
{
background-color: #044ED1;
}
</style>
border-color css
<style>
span { border-color: #044ED1; }
span { border-color: rgb(4,78,209); }
td.TdClassName
{
border-color: #044ED1;
}
.TagClassName
{
border-color: #044ED1;
}
</style>