Shades of Prussian Blue #073771
Tints of Prussian Blue #073771
RGB
CMYK
RGB Variations
Color information
#073771 (or 0x073771) is known color: Prussian Blue. HEX triplet: 07, 37 and 71. RGB value is (7,55,113). Sum of RGB (Red+Green+Blue) = 7+55+113=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #073771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073771 is #F8C88E. Grayscale: #2E2E2E. Windows color (decimal): -16304271 or 7419655. OLE color: 7419655.
HSL color Cylindrical-coordinate representation of color #073771: hue angle of 212.83º 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 #073771 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 55 | 113 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.56 |
| HSL | 212.83º | 0.88% | 0.24% | - |
| HSV(B) | 212.83º | 0.94% | 0.44% | - |
| XYZ | 4.43 | 3.97 | 16.16 | - |
| YUV | 47.26 | 165.1 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 113 | 0.94 | 0.51 | 0 | 0.56 | 212.83 | 0.88 | 0.24 |
| Hex | 7 | 37 | 71 | 5E | 33 | 0 | 38 | D5 | 58 | 18 |
| Octal | 7 | 67 | 161 | 136 | 63 | 0 | 70 | 325 | 130 | 30 |
| Binary | 111 | 110111 | 1110001 | 1011110 | 110011 | 0 | 111000 | 11010101 | 1011000 | 11000 |
Color Harmonies of #073771
Complementary color
Monochromatic Colors of #073771
Black with #073771
Text Example
Text Example
White with #073771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073771; }
p { color: rgb(7,55,113); }
H1.HeaderClassName
{
color: #073771;
}
.AnyTagClassName
{
color: #073771;
}
</style>
background-color css
<style>
a { background-color: #073771; }
a { background-color: rgb(7,55,113); }
div.DivClassName
{
background-color: #073771;
}
.BgClassName
{
background-color: #073771;
}
</style>
border-color css
<style>
span { border-color: #073771; }
span { border-color: rgb(7,55,113); }
td.TdClassName
{
border-color: #073771;
}
.TagClassName
{
border-color: #073771;
}
</style>