Shades of Navy Blue #044FC8
Tints of Navy Blue #044FC8
RGB
CMYK
RGB Variations
Color information
#044FC8 (or 0x044FC8) is known color: Navy Blue. HEX triplet: 04, 4F and C8. RGB value is (4,79,200). Sum of RGB (Red+Green+Blue) = 4+79+200=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #044FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FC8 is #FBB037. Grayscale: #454545. Windows color (decimal): -16494648 or 13127428. OLE color: 13127428.
HSL color Cylindrical-coordinate representation of color #044FC8: hue angle of 217.04º 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 #044FC8 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 79 | 200 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.22 |
| HSL | 217.04º | 0.96% | 0.4% | - |
| HSV(B) | 217.04º | 0.98% | 0.78% | - |
| XYZ | 13.27 | 9.79 | 55.83 | - |
| YUV | 70.37 | 201.15 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 200 | 0.98 | 0.60 | 0 | 0.22 | 217.04 | 0.96 | 0.4 |
| Hex | 4 | 4F | C8 | 62 | 3C | 0 | 16 | D9 | 60 | 28 |
| Octal | 4 | 117 | 310 | 142 | 74 | 0 | 26 | 331 | 140 | 50 |
| Binary | 100 | 1001111 | 11001000 | 1100010 | 111100 | 0 | 10110 | 11011001 | 1100000 | 101000 |
Color Harmonies of #044FC8
Complementary color
Monochromatic Colors of #044FC8
Black with #044FC8
Text Example
Text Example
White with #044FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FC8; }
p { color: rgb(4,79,200); }
H1.HeaderClassName
{
color: #044FC8;
}
.AnyTagClassName
{
color: #044FC8;
}
</style>
background-color css
<style>
a { background-color: #044FC8; }
a { background-color: rgb(4,79,200); }
div.DivClassName
{
background-color: #044FC8;
}
.BgClassName
{
background-color: #044FC8;
}
</style>
border-color css
<style>
span { border-color: #044FC8; }
span { border-color: rgb(4,79,200); }
td.TdClassName
{
border-color: #044FC8;
}
.TagClassName
{
border-color: #044FC8;
}
</style>