Shades of Navy #040574
Tints of Navy #040574
RGB
CMYK
RGB Variations
Color information
#040574 (or 0x040574) is known color: Navy. HEX triplet: 04, 05 and 74. RGB value is (4,5,116). Sum of RGB (Red+Green+Blue) = 4+5+116=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 116 (45.70% from 255 or 92.8% from 125); Max value from RGB is 116 - color contains mainly: blue. Hex color #040574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040574 is #FBFA8B. Grayscale: #101010. Windows color (decimal): -16513676 or 7603460. OLE color: 7603460.
HSL color Cylindrical-coordinate representation of color #040574: hue angle of 239.46º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040574 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 5 | 116 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.55 |
| HSL | 239.46º | 0.93% | 0.24% | - |
| HSV(B) | 239.46º | 0.97% | 0.45% | - |
| XYZ | 3.26 | 1.4 | 16.62 | - |
| YUV | 17.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 116 | 0.97 | 0.96 | 0 | 0.55 | 239.46 | 0.93 | 0.24 |
| Hex | 4 | 5 | 74 | 61 | 60 | 0 | 37 | EF | 5D | 18 |
| Octal | 4 | 5 | 164 | 141 | 140 | 0 | 67 | 357 | 135 | 30 |
| Binary | 100 | 101 | 1110100 | 1100001 | 1100000 | 0 | 110111 | 11101111 | 1011101 | 11000 |
Color Harmonies of #040574
Complementary color
Monochromatic Colors of #040574
Black with #040574
Text Example
Text Example
White with #040574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040574; }
p { color: rgb(4,5,116); }
H1.HeaderClassName
{
color: #040574;
}
.AnyTagClassName
{
color: #040574;
}
</style>
background-color css
<style>
a { background-color: #040574; }
a { background-color: rgb(4,5,116); }
div.DivClassName
{
background-color: #040574;
}
.BgClassName
{
background-color: #040574;
}
</style>
border-color css
<style>
span { border-color: #040574; }
span { border-color: rgb(4,5,116); }
td.TdClassName
{
border-color: #040574;
}
.TagClassName
{
border-color: #040574;
}
</style>