Shades of Navy Blue #044ECE
Tints of Navy Blue #044ECE
RGB
CMYK
RGB Variations
Color information
#044ECE (or 0x044ECE) is known color: Navy Blue. HEX triplet: 04, 4E and CE. RGB value is (4,78,206). Sum of RGB (Red+Green+Blue) = 4+78+206=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #044ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ECE is #FBB131. Grayscale: #454545. Windows color (decimal): -16494898 or 13520388. OLE color: 13520388.
HSL color Cylindrical-coordinate representation of color #044ECE: hue angle of 218.02º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ECE is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 78 | 206 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.19 |
| HSL | 218.02º | 0.96% | 0.41% | - |
| HSV(B) | 218.02º | 0.98% | 0.81% | - |
| XYZ | 13.92 | 9.93 | 59.58 | - |
| YUV | 70.47 | 204.48 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 206 | 0.98 | 0.62 | 0 | 0.19 | 218.02 | 0.96 | 0.41 |
| Hex | 4 | 4E | CE | 62 | 3E | 0 | 13 | DA | 60 | 29 |
| Octal | 4 | 116 | 316 | 142 | 76 | 0 | 23 | 332 | 140 | 51 |
| Binary | 100 | 1001110 | 11001110 | 1100010 | 111110 | 0 | 10011 | 11011010 | 1100000 | 101001 |
Color Harmonies of #044ECE
Complementary color
Monochromatic Colors of #044ECE
Black with #044ECE
Text Example
Text Example
White with #044ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044ECE; }
p { color: rgb(4,78,206); }
H1.HeaderClassName
{
color: #044ECE;
}
.AnyTagClassName
{
color: #044ECE;
}
</style>
background-color css
<style>
a { background-color: #044ECE; }
a { background-color: rgb(4,78,206); }
div.DivClassName
{
background-color: #044ECE;
}
.BgClassName
{
background-color: #044ECE;
}
</style>
border-color css
<style>
span { border-color: #044ECE; }
span { border-color: rgb(4,78,206); }
td.TdClassName
{
border-color: #044ECE;
}
.TagClassName
{
border-color: #044ECE;
}
</style>