Shades of Prussian Blue #073359
Tints of Prussian Blue #073359
RGB
CMYK
RGB Variations
Color information
#073359 (or 0x073359) is known color: Prussian Blue. HEX triplet: 07, 33 and 59. RGB value is (7,51,89). Sum of RGB (Red+Green+Blue) = 7+51+89=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #073359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073359 is #F8CCA6. Grayscale: #292929. Windows color (decimal): -16305319 or 5845767. OLE color: 5845767.
HSL color Cylindrical-coordinate representation of color #073359: hue angle of 207.8º 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 #073359 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 51 | 89 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.65 |
| HSL | 207.8º | 0.85% | 0.19% | - |
| HSV(B) | 207.8º | 0.92% | 0.35% | - |
| XYZ | 3.07 | 3.13 | 9.89 | - |
| YUV | 42.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 89 | 0.92 | 0.43 | 0 | 0.65 | 207.8 | 0.85 | 0.19 |
| Hex | 7 | 33 | 59 | 5C | 2B | 0 | 41 | D0 | 55 | 13 |
| Octal | 7 | 63 | 131 | 134 | 53 | 0 | 101 | 320 | 125 | 23 |
| Binary | 111 | 110011 | 1011001 | 1011100 | 101011 | 0 | 1000001 | 11010000 | 1010101 | 10011 |
Color Harmonies of #073359
Complementary color
Monochromatic Colors of #073359
Black with #073359
Text Example
Text Example
White with #073359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073359; }
p { color: rgb(7,51,89); }
H1.HeaderClassName
{
color: #073359;
}
.AnyTagClassName
{
color: #073359;
}
</style>
background-color css
<style>
a { background-color: #073359; }
a { background-color: rgb(7,51,89); }
div.DivClassName
{
background-color: #073359;
}
.BgClassName
{
background-color: #073359;
}
</style>
border-color css
<style>
span { border-color: #073359; }
span { border-color: rgb(7,51,89); }
td.TdClassName
{
border-color: #073359;
}
.TagClassName
{
border-color: #073359;
}
</style>