Shades of Navy #040573
Tints of Navy #040573
RGB
CMYK
RGB Variations
Color information
#040573 (or 0x040573) is known color: Navy. HEX triplet: 04, 05 and 73. RGB value is (4,5,115). Sum of RGB (Red+Green+Blue) = 4+5+115=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #040573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040573 is #FBFA8C. Grayscale: #101010. Windows color (decimal): -16513677 or 7537924. OLE color: 7537924.
HSL color Cylindrical-coordinate representation of color #040573: hue angle of 239.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040573 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 5 | 115 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.55 |
| HSL | 239.46º | 0.93% | 0.23% | - |
| HSV(B) | 239.46º | 0.97% | 0.45% | - |
| XYZ | 3.2 | 1.37 | 16.32 | - |
| YUV | 17.24 | 183.17 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 115 | 0.97 | 0.96 | 0 | 0.55 | 239.46 | 0.93 | 0.23 |
| Hex | 4 | 5 | 73 | 61 | 60 | 0 | 37 | EF | 5D | 17 |
| Octal | 4 | 5 | 163 | 141 | 140 | 0 | 67 | 357 | 135 | 27 |
| Binary | 100 | 101 | 1110011 | 1100001 | 1100000 | 0 | 110111 | 11101111 | 1011101 | 10111 |
Color Harmonies of #040573
Complementary color
Monochromatic Colors of #040573
Black with #040573
Text Example
Text Example
White with #040573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040573; }
p { color: rgb(4,5,115); }
H1.HeaderClassName
{
color: #040573;
}
.AnyTagClassName
{
color: #040573;
}
</style>
background-color css
<style>
a { background-color: #040573; }
a { background-color: rgb(4,5,115); }
div.DivClassName
{
background-color: #040573;
}
.BgClassName
{
background-color: #040573;
}
</style>
border-color css
<style>
span { border-color: #040573; }
span { border-color: rgb(4,5,115); }
td.TdClassName
{
border-color: #040573;
}
.TagClassName
{
border-color: #040573;
}
</style>