Shades of Navy #040780
Tints of Navy #040780
RGB
CMYK
RGB Variations
Color information
#040780 (or 0x040780) is known color: Navy. HEX triplet: 04, 07 and 80. RGB value is (4,7,128). Sum of RGB (Red+Green+Blue) = 4+7+128=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 128 (50.39% from 255 or 92.09% from 139); Max value from RGB is 128 - color contains mainly: blue. Hex color #040780 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040780 is #FBF87F. Grayscale: #131313. Windows color (decimal): -16513152 or 8390404. OLE color: 8390404.
HSL color Cylindrical-coordinate representation of color #040780: hue angle of 238.55º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040780 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 7 | 128 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.50 |
| HSL | 238.55º | 0.94% | 0.26% | - |
| HSV(B) | 238.55º | 0.97% | 0.5% | - |
| XYZ | 4.02 | 1.74 | 20.55 | - |
| YUV | 19.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 128 | 0.97 | 0.95 | 0 | 0.50 | 238.55 | 0.94 | 0.26 |
| Hex | 4 | 7 | 80 | 61 | 5F | 0 | 32 | EF | 5E | 1A |
| Octal | 4 | 7 | 200 | 141 | 137 | 0 | 62 | 357 | 136 | 32 |
| Binary | 100 | 111 | 10000000 | 1100001 | 1011111 | 0 | 110010 | 11101111 | 1011110 | 11010 |
Color Harmonies of #040780
Complementary color
Monochromatic Colors of #040780
Black with #040780
Text Example
Text Example
White with #040780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040780; }
p { color: rgb(4,7,128); }
H1.HeaderClassName
{
color: #040780;
}
.AnyTagClassName
{
color: #040780;
}
</style>
background-color css
<style>
a { background-color: #040780; }
a { background-color: rgb(4,7,128); }
div.DivClassName
{
background-color: #040780;
}
.BgClassName
{
background-color: #040780;
}
</style>
border-color css
<style>
span { border-color: #040780; }
span { border-color: rgb(4,7,128); }
td.TdClassName
{
border-color: #040780;
}
.TagClassName
{
border-color: #040780;
}
</style>