Shades of Prussian Blue #073551
Tints of Prussian Blue #073551
RGB
CMYK
RGB Variations
Color information
#073551 (or 0x073551) is known color: Prussian Blue. HEX triplet: 07, 35 and 51. RGB value is (7,53,81). Sum of RGB (Red+Green+Blue) = 7+53+81=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #073551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073551 is #F8CAAE. Grayscale: #2A2A2A. Windows color (decimal): -16304815 or 5321991. OLE color: 5321991.
HSL color Cylindrical-coordinate representation of color #073551: hue angle of 202.7º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073551 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 53 | 81 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.68 |
| HSL | 202.7º | 0.84% | 0.17% | - |
| HSV(B) | 202.7º | 0.91% | 0.32% | - |
| XYZ | 2.85 | 3.19 | 8.25 | - |
| YUV | 42.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 81 | 0.91 | 0.35 | 0 | 0.68 | 202.7 | 0.84 | 0.17 |
| Hex | 7 | 35 | 51 | 5B | 23 | 0 | 44 | CB | 54 | 11 |
| Octal | 7 | 65 | 121 | 133 | 43 | 0 | 104 | 313 | 124 | 21 |
| Binary | 111 | 110101 | 1010001 | 1011011 | 100011 | 0 | 1000100 | 11001011 | 1010100 | 10001 |
Color Harmonies of #073551
Complementary color
Monochromatic Colors of #073551
Black with #073551
Text Example
Text Example
White with #073551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073551; }
p { color: rgb(7,53,81); }
H1.HeaderClassName
{
color: #073551;
}
.AnyTagClassName
{
color: #073551;
}
</style>
background-color css
<style>
a { background-color: #073551; }
a { background-color: rgb(7,53,81); }
div.DivClassName
{
background-color: #073551;
}
.BgClassName
{
background-color: #073551;
}
</style>
border-color css
<style>
span { border-color: #073551; }
span { border-color: rgb(7,53,81); }
td.TdClassName
{
border-color: #073551;
}
.TagClassName
{
border-color: #073551;
}
</style>