Shades of Prussian Blue #073A71
Tints of Prussian Blue #073A71
RGB
CMYK
RGB Variations
Color information
#073A71 (or 0x073A71) is known color: Prussian Blue. HEX triplet: 07, 3A and 71. RGB value is (7,58,113). Sum of RGB (Red+Green+Blue) = 7+58+113=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #073A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A71 is #F8C58E. Grayscale: #303030. Windows color (decimal): -16303503 or 7420423. OLE color: 7420423.
HSL color Cylindrical-coordinate representation of color #073A71: hue angle of 211.13º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A71 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 58 | 113 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.56 |
| HSL | 211.13º | 0.88% | 0.24% | - |
| HSV(B) | 211.13º | 0.94% | 0.44% | - |
| XYZ | 4.58 | 4.26 | 16.2 | - |
| YUV | 49.02 | 164.1 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 113 | 0.94 | 0.49 | 0 | 0.56 | 211.13 | 0.88 | 0.24 |
| Hex | 7 | 3A | 71 | 5E | 31 | 0 | 38 | D3 | 58 | 18 |
| Octal | 7 | 72 | 161 | 136 | 61 | 0 | 70 | 323 | 130 | 30 |
| Binary | 111 | 111010 | 1110001 | 1011110 | 110001 | 0 | 111000 | 11010011 | 1011000 | 11000 |
Color Harmonies of #073A71
Complementary color
Monochromatic Colors of #073A71
Black with #073A71
Text Example
Text Example
White with #073A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A71; }
p { color: rgb(7,58,113); }
H1.HeaderClassName
{
color: #073A71;
}
.AnyTagClassName
{
color: #073A71;
}
</style>
background-color css
<style>
a { background-color: #073A71; }
a { background-color: rgb(7,58,113); }
div.DivClassName
{
background-color: #073A71;
}
.BgClassName
{
background-color: #073A71;
}
</style>
border-color css
<style>
span { border-color: #073A71; }
span { border-color: rgb(7,58,113); }
td.TdClassName
{
border-color: #073A71;
}
.TagClassName
{
border-color: #073A71;
}
</style>