Shades of Prussian Blue #073552
Tints of Prussian Blue #073552
RGB
CMYK
RGB Variations
Color information
#073552 (or 0x073552) is known color: Prussian Blue. HEX triplet: 07, 35 and 52. RGB value is (7,53,82). Sum of RGB (Red+Green+Blue) = 7+53+82=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #073552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073552 is #F8CAAD. Grayscale: #2A2A2A. Windows color (decimal): -16304814 or 5387527. OLE color: 5387527.
HSL color Cylindrical-coordinate representation of color #073552: hue angle of 203.2º 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 #073552 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 53 | 82 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.68 |
| HSL | 203.2º | 0.84% | 0.17% | - |
| HSV(B) | 203.2º | 0.91% | 0.32% | - |
| XYZ | 2.88 | 3.2 | 8.45 | - |
| YUV | 42.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 82 | 0.91 | 0.35 | 0 | 0.68 | 203.2 | 0.84 | 0.17 |
| Hex | 7 | 35 | 52 | 5B | 23 | 0 | 44 | CB | 54 | 11 |
| Octal | 7 | 65 | 122 | 133 | 43 | 0 | 104 | 313 | 124 | 21 |
| Binary | 111 | 110101 | 1010010 | 1011011 | 100011 | 0 | 1000100 | 11001011 | 1010100 | 10001 |
Color Harmonies of #073552
Complementary color
Monochromatic Colors of #073552
Black with #073552
Text Example
Text Example
White with #073552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073552; }
p { color: rgb(7,53,82); }
H1.HeaderClassName
{
color: #073552;
}
.AnyTagClassName
{
color: #073552;
}
</style>
background-color css
<style>
a { background-color: #073552; }
a { background-color: rgb(7,53,82); }
div.DivClassName
{
background-color: #073552;
}
.BgClassName
{
background-color: #073552;
}
</style>
border-color css
<style>
span { border-color: #073552; }
span { border-color: rgb(7,53,82); }
td.TdClassName
{
border-color: #073552;
}
.TagClassName
{
border-color: #073552;
}
</style>