Shades of Prussian Blue #073659
Tints of Prussian Blue #073659
RGB
CMYK
RGB Variations
Color information
#073659 (or 0x073659) is known color: Prussian Blue. HEX triplet: 07, 36 and 59. RGB value is (7,54,89). Sum of RGB (Red+Green+Blue) = 7+54+89=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #073659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073659 is #F8C9A6. Grayscale: #2B2B2B. Windows color (decimal): -16304551 or 5846535. OLE color: 5846535.
HSL color Cylindrical-coordinate representation of color #073659: hue angle of 205.61º 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 #073659 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 54 | 89 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.65 |
| HSL | 205.61º | 0.85% | 0.19% | - |
| HSV(B) | 205.61º | 0.92% | 0.35% | - |
| XYZ | 3.21 | 3.4 | 9.94 | - |
| YUV | 43.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 89 | 0.92 | 0.39 | 0 | 0.65 | 205.61 | 0.85 | 0.19 |
| Hex | 7 | 36 | 59 | 5C | 27 | 0 | 41 | CE | 55 | 13 |
| Octal | 7 | 66 | 131 | 134 | 47 | 0 | 101 | 316 | 125 | 23 |
| Binary | 111 | 110110 | 1011001 | 1011100 | 100111 | 0 | 1000001 | 11001110 | 1010101 | 10011 |
Color Harmonies of #073659
Complementary color
Monochromatic Colors of #073659
Black with #073659
Text Example
Text Example
White with #073659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073659; }
p { color: rgb(7,54,89); }
H1.HeaderClassName
{
color: #073659;
}
.AnyTagClassName
{
color: #073659;
}
</style>
background-color css
<style>
a { background-color: #073659; }
a { background-color: rgb(7,54,89); }
div.DivClassName
{
background-color: #073659;
}
.BgClassName
{
background-color: #073659;
}
</style>
border-color css
<style>
span { border-color: #073659; }
span { border-color: rgb(7,54,89); }
td.TdClassName
{
border-color: #073659;
}
.TagClassName
{
border-color: #073659;
}
</style>