Shades of Navy #040778
Tints of Navy #040778
RGB
CMYK
RGB Variations
Color information
#040778 (or 0x040778) is known color: Navy. HEX triplet: 04, 07 and 78. RGB value is (4,7,120). Sum of RGB (Red+Green+Blue) = 4+7+120=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 120 (47.27% from 255 or 91.60% from 131); Max value from RGB is 120 - color contains mainly: blue. Hex color #040778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040778 is #FBF887. Grayscale: #121212. Windows color (decimal): -16513160 or 7866116. OLE color: 7866116.
HSL color Cylindrical-coordinate representation of color #040778: hue angle of 238.45º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040778 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 7 | 120 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.53 |
| HSL | 238.45º | 0.94% | 0.24% | - |
| HSV(B) | 238.45º | 0.97% | 0.47% | - |
| XYZ | 3.52 | 1.53 | 17.88 | - |
| YUV | 18.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 120 | 0.97 | 0.94 | 0 | 0.53 | 238.45 | 0.94 | 0.24 |
| Hex | 4 | 7 | 78 | 61 | 5E | 0 | 35 | EE | 5E | 18 |
| Octal | 4 | 7 | 170 | 141 | 136 | 0 | 65 | 356 | 136 | 30 |
| Binary | 100 | 111 | 1111000 | 1100001 | 1011110 | 0 | 110101 | 11101110 | 1011110 | 11000 |
Color Harmonies of #040778
Complementary color
Monochromatic Colors of #040778
Black with #040778
Text Example
Text Example
White with #040778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040778; }
p { color: rgb(4,7,120); }
H1.HeaderClassName
{
color: #040778;
}
.AnyTagClassName
{
color: #040778;
}
</style>
background-color css
<style>
a { background-color: #040778; }
a { background-color: rgb(4,7,120); }
div.DivClassName
{
background-color: #040778;
}
.BgClassName
{
background-color: #040778;
}
</style>
border-color css
<style>
span { border-color: #040778; }
span { border-color: rgb(4,7,120); }
td.TdClassName
{
border-color: #040778;
}
.TagClassName
{
border-color: #040778;
}
</style>