Shades of Navy #040570
Tints of Navy #040570
RGB
CMYK
RGB Variations
Color information
#040570 (or 0x040570) is known color: Navy. HEX triplet: 04, 05 and 70. RGB value is (4,5,112). Sum of RGB (Red+Green+Blue) = 4+5+112=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 112 (44.14% from 255 or 92.56% from 121); Max value from RGB is 112 - color contains mainly: blue. Hex color #040570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040570 is #FBFA8F. Grayscale: #101010. Windows color (decimal): -16513680 or 7341316. OLE color: 7341316.
HSL color Cylindrical-coordinate representation of color #040570: hue angle of 239.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040570 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 5 | 112 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.56 |
| HSL | 239.44º | 0.93% | 0.23% | - |
| HSV(B) | 239.44º | 0.96% | 0.44% | - |
| XYZ | 3.03 | 1.3 | 15.42 | - |
| YUV | 16.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 112 | 0.96 | 0.96 | 0 | 0.56 | 239.44 | 0.93 | 0.23 |
| Hex | 4 | 5 | 70 | 60 | 60 | 0 | 38 | EF | 5D | 17 |
| Octal | 4 | 5 | 160 | 140 | 140 | 0 | 70 | 357 | 135 | 27 |
| Binary | 100 | 101 | 1110000 | 1100000 | 1100000 | 0 | 111000 | 11101111 | 1011101 | 10111 |
Color Harmonies of #040570
Complementary color
Monochromatic Colors of #040570
Black with #040570
Text Example
Text Example
White with #040570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040570; }
p { color: rgb(4,5,112); }
H1.HeaderClassName
{
color: #040570;
}
.AnyTagClassName
{
color: #040570;
}
</style>
background-color css
<style>
a { background-color: #040570; }
a { background-color: rgb(4,5,112); }
div.DivClassName
{
background-color: #040570;
}
.BgClassName
{
background-color: #040570;
}
</style>
border-color css
<style>
span { border-color: #040570; }
span { border-color: rgb(4,5,112); }
td.TdClassName
{
border-color: #040570;
}
.TagClassName
{
border-color: #040570;
}
</style>