Shades of Navy Blue #044FC6
Tints of Navy Blue #044FC6
RGB
CMYK
RGB Variations
Color information
#044FC6 (or 0x044FC6) is known color: Navy Blue. HEX triplet: 04, 4F and C6. RGB value is (4,79,198). Sum of RGB (Red+Green+Blue) = 4+79+198=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #044FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FC6 is #FBB039. Grayscale: #454545. Windows color (decimal): -16494650 or 12996356. OLE color: 12996356.
HSL color Cylindrical-coordinate representation of color #044FC6: hue angle of 216.8º 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 #044FC6 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 79 | 198 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.22 |
| HSL | 216.8º | 0.96% | 0.4% | - |
| HSV(B) | 216.8º | 0.98% | 0.78% | - |
| XYZ | 13.04 | 9.69 | 54.61 | - |
| YUV | 70.14 | 200.15 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 198 | 0.98 | 0.60 | 0 | 0.22 | 216.8 | 0.96 | 0.4 |
| Hex | 4 | 4F | C6 | 62 | 3C | 0 | 16 | D9 | 60 | 28 |
| Octal | 4 | 117 | 306 | 142 | 74 | 0 | 26 | 331 | 140 | 50 |
| Binary | 100 | 1001111 | 11000110 | 1100010 | 111100 | 0 | 10110 | 11011001 | 1100000 | 101000 |
Color Harmonies of #044FC6
Complementary color
Monochromatic Colors of #044FC6
Black with #044FC6
Text Example
Text Example
White with #044FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FC6; }
p { color: rgb(4,79,198); }
H1.HeaderClassName
{
color: #044FC6;
}
.AnyTagClassName
{
color: #044FC6;
}
</style>
background-color css
<style>
a { background-color: #044FC6; }
a { background-color: rgb(4,79,198); }
div.DivClassName
{
background-color: #044FC6;
}
.BgClassName
{
background-color: #044FC6;
}
</style>
border-color css
<style>
span { border-color: #044FC6; }
span { border-color: rgb(4,79,198); }
td.TdClassName
{
border-color: #044FC6;
}
.TagClassName
{
border-color: #044FC6;
}
</style>