Shades of Prussian Blue #073456
Tints of Prussian Blue #073456
RGB
CMYK
RGB Variations
Color information
#073456 (or 0x073456) is known color: Prussian Blue. HEX triplet: 07, 34 and 56. RGB value is (7,52,86). Sum of RGB (Red+Green+Blue) = 7+52+86=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #073456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073456 is #F8CBA9. Grayscale: #2A2A2A. Windows color (decimal): -16305066 or 5649415. OLE color: 5649415.
HSL color Cylindrical-coordinate representation of color #073456: hue angle of 205.82º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073456 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 52 | 86 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.66 |
| HSL | 205.82º | 0.85% | 0.18% | - |
| HSV(B) | 205.82º | 0.92% | 0.34% | - |
| XYZ | 3 | 3.17 | 9.26 | - |
| YUV | 42.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 86 | 0.92 | 0.40 | 0 | 0.66 | 205.82 | 0.85 | 0.18 |
| Hex | 7 | 34 | 56 | 5C | 28 | 0 | 42 | CE | 55 | 12 |
| Octal | 7 | 64 | 126 | 134 | 50 | 0 | 102 | 316 | 125 | 22 |
| Binary | 111 | 110100 | 1010110 | 1011100 | 101000 | 0 | 1000010 | 11001110 | 1010101 | 10010 |
Color Harmonies of #073456
Complementary color
Monochromatic Colors of #073456
Black with #073456
Text Example
Text Example
White with #073456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073456; }
p { color: rgb(7,52,86); }
H1.HeaderClassName
{
color: #073456;
}
.AnyTagClassName
{
color: #073456;
}
</style>
background-color css
<style>
a { background-color: #073456; }
a { background-color: rgb(7,52,86); }
div.DivClassName
{
background-color: #073456;
}
.BgClassName
{
background-color: #073456;
}
</style>
border-color css
<style>
span { border-color: #073456; }
span { border-color: rgb(7,52,86); }
td.TdClassName
{
border-color: #073456;
}
.TagClassName
{
border-color: #073456;
}
</style>