Shades of Prussian Blue #073160
Tints of Prussian Blue #073160
RGB
CMYK
RGB Variations
Color information
#073160 (or 0x073160) is known color: Prussian Blue. HEX triplet: 07, 31 and 60. RGB value is (7,49,96). Sum of RGB (Red+Green+Blue) = 7+49+96=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #073160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073160 is #F8CE9F. Grayscale: #292929. Windows color (decimal): -16305824 or 6304007. OLE color: 6304007.
HSL color Cylindrical-coordinate representation of color #073160: hue angle of 211.69º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073160 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 49 | 96 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.62 |
| HSL | 211.69º | 0.86% | 0.2% | - |
| HSV(B) | 211.69º | 0.93% | 0.38% | - |
| XYZ | 3.3 | 3.09 | 11.49 | - |
| YUV | 41.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 96 | 0.93 | 0.49 | 0 | 0.62 | 211.69 | 0.86 | 0.2 |
| Hex | 7 | 31 | 60 | 5D | 31 | 0 | 3E | D4 | 56 | 14 |
| Octal | 7 | 61 | 140 | 135 | 61 | 0 | 76 | 324 | 126 | 24 |
| Binary | 111 | 110001 | 1100000 | 1011101 | 110001 | 0 | 111110 | 11010100 | 1010110 | 10100 |
Color Harmonies of #073160
Complementary color
Monochromatic Colors of #073160
Black with #073160
Text Example
Text Example
White with #073160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073160; }
p { color: rgb(7,49,96); }
H1.HeaderClassName
{
color: #073160;
}
.AnyTagClassName
{
color: #073160;
}
</style>
background-color css
<style>
a { background-color: #073160; }
a { background-color: rgb(7,49,96); }
div.DivClassName
{
background-color: #073160;
}
.BgClassName
{
background-color: #073160;
}
</style>
border-color css
<style>
span { border-color: #073160; }
span { border-color: rgb(7,49,96); }
td.TdClassName
{
border-color: #073160;
}
.TagClassName
{
border-color: #073160;
}
</style>