Shades of Navy Blue #044DC7
Tints of Navy Blue #044DC7
RGB
CMYK
RGB Variations
Color information
#044DC7 (or 0x044DC7) is known color: Navy Blue. HEX triplet: 04, 4D and C7. RGB value is (4,77,199). Sum of RGB (Red+Green+Blue) = 4+77+199=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 199 (78.12% from 255 or 71.07% from 280); Max value from RGB is 199 - color contains mainly: blue. Hex color #044DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DC7 is #FBB238. Grayscale: #444444. Windows color (decimal): -16495161 or 13061380. OLE color: 13061380.
HSL color Cylindrical-coordinate representation of color #044DC7: hue angle of 217.54º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DC7 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 77 | 199 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.22 |
| HSL | 217.54º | 0.96% | 0.4% | - |
| HSV(B) | 217.54º | 0.98% | 0.78% | - |
| XYZ | 13.01 | 9.46 | 55.17 | - |
| YUV | 69.08 | 201.32 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 199 | 0.98 | 0.61 | 0 | 0.22 | 217.54 | 0.96 | 0.4 |
| Hex | 4 | 4D | C7 | 62 | 3D | 0 | 16 | DA | 60 | 28 |
| Octal | 4 | 115 | 307 | 142 | 75 | 0 | 26 | 332 | 140 | 50 |
| Binary | 100 | 1001101 | 11000111 | 1100010 | 111101 | 0 | 10110 | 11011010 | 1100000 | 101000 |
Color Harmonies of #044DC7
Complementary color
Monochromatic Colors of #044DC7
Black with #044DC7
Text Example
Text Example
White with #044DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DC7; }
p { color: rgb(4,77,199); }
H1.HeaderClassName
{
color: #044DC7;
}
.AnyTagClassName
{
color: #044DC7;
}
</style>
background-color css
<style>
a { background-color: #044DC7; }
a { background-color: rgb(4,77,199); }
div.DivClassName
{
background-color: #044DC7;
}
.BgClassName
{
background-color: #044DC7;
}
</style>
border-color css
<style>
span { border-color: #044DC7; }
span { border-color: rgb(4,77,199); }
td.TdClassName
{
border-color: #044DC7;
}
.TagClassName
{
border-color: #044DC7;
}
</style>