Shades of Navy Blue #044CD2
Tints of Navy Blue #044CD2
RGB
CMYK
RGB Variations
Color information
#044CD2 (or 0x044CD2) is known color: Navy Blue. HEX triplet: 04, 4C and D2. RGB value is (4,76,210). Sum of RGB (Red+Green+Blue) = 4+76+210=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 210 (82.42% from 255 or 72.41% from 290); Max value from RGB is 210 - color contains mainly: blue. Hex color #044CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CD2 is #FBB32D. Grayscale: #454545. Windows color (decimal): -16495406 or 13782020. OLE color: 13782020.
HSL color Cylindrical-coordinate representation of color #044CD2: hue angle of 219.03º 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 #044CD2 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 76 | 210 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.18 |
| HSL | 219.03º | 0.96% | 0.42% | - |
| HSV(B) | 219.03º | 0.98% | 0.82% | - |
| XYZ | 14.27 | 9.85 | 62.12 | - |
| YUV | 69.75 | 207.15 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 210 | 0.98 | 0.64 | 0 | 0.18 | 219.03 | 0.96 | 0.42 |
| Hex | 4 | 4C | D2 | 62 | 40 | 0 | 12 | DB | 60 | 2A |
| Octal | 4 | 114 | 322 | 142 | 100 | 0 | 22 | 333 | 140 | 52 |
| Binary | 100 | 1001100 | 11010010 | 1100010 | 1000000 | 0 | 10010 | 11011011 | 1100000 | 101010 |
Color Harmonies of #044CD2
Complementary color
Monochromatic Colors of #044CD2
Black with #044CD2
Text Example
Text Example
White with #044CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CD2; }
p { color: rgb(4,76,210); }
H1.HeaderClassName
{
color: #044CD2;
}
.AnyTagClassName
{
color: #044CD2;
}
</style>
background-color css
<style>
a { background-color: #044CD2; }
a { background-color: rgb(4,76,210); }
div.DivClassName
{
background-color: #044CD2;
}
.BgClassName
{
background-color: #044CD2;
}
</style>
border-color css
<style>
span { border-color: #044CD2; }
span { border-color: rgb(4,76,210); }
td.TdClassName
{
border-color: #044CD2;
}
.TagClassName
{
border-color: #044CD2;
}
</style>