Shades of Navy Blue #044CD5
Tints of Navy Blue #044CD5
RGB
CMYK
RGB Variations
Color information
#044CD5 (or 0x044CD5) is known color: Navy Blue. HEX triplet: 04, 4C and D5. RGB value is (4,76,213). Sum of RGB (Red+Green+Blue) = 4+76+213=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #044CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CD5 is #FBB32A. Grayscale: #454545. Windows color (decimal): -16495403 or 13978628. OLE color: 13978628.
HSL color Cylindrical-coordinate representation of color #044CD5: hue angle of 219.33º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CD5 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 76 | 213 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.16 |
| HSL | 219.33º | 0.96% | 0.43% | - |
| HSV(B) | 219.33º | 0.98% | 0.84% | - |
| XYZ | 14.64 | 10 | 64.11 | - |
| YUV | 70.09 | 208.65 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 213 | 0.98 | 0.64 | 0 | 0.16 | 219.33 | 0.96 | 0.43 |
| Hex | 4 | 4C | D5 | 62 | 40 | 0 | 10 | DB | 60 | 2B |
| Octal | 4 | 114 | 325 | 142 | 100 | 0 | 20 | 333 | 140 | 53 |
| Binary | 100 | 1001100 | 11010101 | 1100010 | 1000000 | 0 | 10000 | 11011011 | 1100000 | 101011 |
Color Harmonies of #044CD5
Complementary color
Monochromatic Colors of #044CD5
Black with #044CD5
Text Example
Text Example
White with #044CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CD5; }
p { color: rgb(4,76,213); }
H1.HeaderClassName
{
color: #044CD5;
}
.AnyTagClassName
{
color: #044CD5;
}
</style>
background-color css
<style>
a { background-color: #044CD5; }
a { background-color: rgb(4,76,213); }
div.DivClassName
{
background-color: #044CD5;
}
.BgClassName
{
background-color: #044CD5;
}
</style>
border-color css
<style>
span { border-color: #044CD5; }
span { border-color: rgb(4,76,213); }
td.TdClassName
{
border-color: #044CD5;
}
.TagClassName
{
border-color: #044CD5;
}
</style>