Shades of Prussian Blue #073559
Tints of Prussian Blue #073559
RGB
CMYK
RGB Variations
Color information
#073559 (or 0x073559) is known color: Prussian Blue. HEX triplet: 07, 35 and 59. RGB value is (7,53,89). Sum of RGB (Red+Green+Blue) = 7+53+89=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #073559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073559 is #F8CAA6. Grayscale: #2B2B2B. Windows color (decimal): -16304807 or 5846279. OLE color: 5846279.
HSL color Cylindrical-coordinate representation of color #073559: hue angle of 206.34º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073559 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 53 | 89 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.65 |
| HSL | 206.34º | 0.85% | 0.19% | - |
| HSV(B) | 206.34º | 0.92% | 0.35% | - |
| XYZ | 3.16 | 3.31 | 9.92 | - |
| YUV | 43.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 89 | 0.92 | 0.40 | 0 | 0.65 | 206.34 | 0.85 | 0.19 |
| Hex | 7 | 35 | 59 | 5C | 28 | 0 | 41 | CE | 55 | 13 |
| Octal | 7 | 65 | 131 | 134 | 50 | 0 | 101 | 316 | 125 | 23 |
| Binary | 111 | 110101 | 1011001 | 1011100 | 101000 | 0 | 1000001 | 11001110 | 1010101 | 10011 |
Color Harmonies of #073559
Complementary color
Monochromatic Colors of #073559
Black with #073559
Text Example
Text Example
White with #073559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073559; }
p { color: rgb(7,53,89); }
H1.HeaderClassName
{
color: #073559;
}
.AnyTagClassName
{
color: #073559;
}
</style>
background-color css
<style>
a { background-color: #073559; }
a { background-color: rgb(7,53,89); }
div.DivClassName
{
background-color: #073559;
}
.BgClassName
{
background-color: #073559;
}
</style>
border-color css
<style>
span { border-color: #073559; }
span { border-color: rgb(7,53,89); }
td.TdClassName
{
border-color: #073559;
}
.TagClassName
{
border-color: #073559;
}
</style>