Shades of Navy Blue #044ACE
Tints of Navy Blue #044ACE
RGB
CMYK
RGB Variations
Color information
#044ACE (or 0x044ACE) is known color: Navy Blue. HEX triplet: 04, 4A and CE. RGB value is (4,74,206). Sum of RGB (Red+Green+Blue) = 4+74+206=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #044ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ACE is #FBB531. Grayscale: #434343. Windows color (decimal): -16495922 or 13519364. OLE color: 13519364.
HSL color Cylindrical-coordinate representation of color #044ACE: hue angle of 219.21º 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 #044ACE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 74 | 206 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.19 |
| HSL | 219.21º | 0.96% | 0.41% | - |
| HSV(B) | 219.21º | 0.98% | 0.81% | - |
| XYZ | 13.64 | 9.38 | 59.48 | - |
| YUV | 68.12 | 205.81 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 206 | 0.98 | 0.64 | 0 | 0.19 | 219.21 | 0.96 | 0.41 |
| Hex | 4 | 4A | CE | 62 | 40 | 0 | 13 | DB | 60 | 29 |
| Octal | 4 | 112 | 316 | 142 | 100 | 0 | 23 | 333 | 140 | 51 |
| Binary | 100 | 1001010 | 11001110 | 1100010 | 1000000 | 0 | 10011 | 11011011 | 1100000 | 101001 |
Color Harmonies of #044ACE
Complementary color
Monochromatic Colors of #044ACE
Black with #044ACE
Text Example
Text Example
White with #044ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044ACE; }
p { color: rgb(4,74,206); }
H1.HeaderClassName
{
color: #044ACE;
}
.AnyTagClassName
{
color: #044ACE;
}
</style>
background-color css
<style>
a { background-color: #044ACE; }
a { background-color: rgb(4,74,206); }
div.DivClassName
{
background-color: #044ACE;
}
.BgClassName
{
background-color: #044ACE;
}
</style>
border-color css
<style>
span { border-color: #044ACE; }
span { border-color: rgb(4,74,206); }
td.TdClassName
{
border-color: #044ACE;
}
.TagClassName
{
border-color: #044ACE;
}
</style>