Shades of Prussian Blue #073759
Tints of Prussian Blue #073759
RGB
CMYK
RGB Variations
Color information
#073759 (or 0x073759) is known color: Prussian Blue. HEX triplet: 07, 37 and 59. RGB value is (7,55,89). Sum of RGB (Red+Green+Blue) = 7+55+89=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #073759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073759 is #F8C8A6. Grayscale: #2C2C2C. Windows color (decimal): -16304295 or 5846791. OLE color: 5846791.
HSL color Cylindrical-coordinate representation of color #073759: hue angle of 204.88º 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 #073759 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 55 | 89 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.65 |
| HSL | 204.88º | 0.85% | 0.19% | - |
| HSV(B) | 204.88º | 0.92% | 0.35% | - |
| XYZ | 3.26 | 3.5 | 9.95 | - |
| YUV | 44.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 89 | 0.92 | 0.38 | 0 | 0.65 | 204.88 | 0.85 | 0.19 |
| Hex | 7 | 37 | 59 | 5C | 26 | 0 | 41 | CD | 55 | 13 |
| Octal | 7 | 67 | 131 | 134 | 46 | 0 | 101 | 315 | 125 | 23 |
| Binary | 111 | 110111 | 1011001 | 1011100 | 100110 | 0 | 1000001 | 11001101 | 1010101 | 10011 |
Color Harmonies of #073759
Complementary color
Monochromatic Colors of #073759
Black with #073759
Text Example
Text Example
White with #073759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073759; }
p { color: rgb(7,55,89); }
H1.HeaderClassName
{
color: #073759;
}
.AnyTagClassName
{
color: #073759;
}
</style>
background-color css
<style>
a { background-color: #073759; }
a { background-color: rgb(7,55,89); }
div.DivClassName
{
background-color: #073759;
}
.BgClassName
{
background-color: #073759;
}
</style>
border-color css
<style>
span { border-color: #073759; }
span { border-color: rgb(7,55,89); }
td.TdClassName
{
border-color: #073759;
}
.TagClassName
{
border-color: #073759;
}
</style>