Shades of Prussian Blue #073575
Tints of Prussian Blue #073575
RGB
CMYK
RGB Variations
Color information
#073575 (or 0x073575) is known color: Prussian Blue. HEX triplet: 07, 35 and 75. RGB value is (7,53,117). Sum of RGB (Red+Green+Blue) = 7+53+117=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #073575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073575 is #F8CA8A. Grayscale: #2E2E2E. Windows color (decimal): -16304779 or 7681287. OLE color: 7681287.
HSL color Cylindrical-coordinate representation of color #073575: hue angle of 214.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073575 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 53 | 117 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.54 |
| HSL | 214.91º | 0.89% | 0.24% | - |
| HSV(B) | 214.91º | 0.94% | 0.46% | - |
| XYZ | 4.57 | 3.88 | 17.34 | - |
| YUV | 46.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 117 | 0.94 | 0.55 | 0 | 0.54 | 214.91 | 0.89 | 0.24 |
| Hex | 7 | 35 | 75 | 5E | 37 | 0 | 36 | D7 | 59 | 18 |
| Octal | 7 | 65 | 165 | 136 | 67 | 0 | 66 | 327 | 131 | 30 |
| Binary | 111 | 110101 | 1110101 | 1011110 | 110111 | 0 | 110110 | 11010111 | 1011001 | 11000 |
Color Harmonies of #073575
Complementary color
Monochromatic Colors of #073575
Black with #073575
Text Example
Text Example
White with #073575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073575; }
p { color: rgb(7,53,117); }
H1.HeaderClassName
{
color: #073575;
}
.AnyTagClassName
{
color: #073575;
}
</style>
background-color css
<style>
a { background-color: #073575; }
a { background-color: rgb(7,53,117); }
div.DivClassName
{
background-color: #073575;
}
.BgClassName
{
background-color: #073575;
}
</style>
border-color css
<style>
span { border-color: #073575; }
span { border-color: rgb(7,53,117); }
td.TdClassName
{
border-color: #073575;
}
.TagClassName
{
border-color: #073575;
}
</style>