Shades of Prussian Blue #073565
Tints of Prussian Blue #073565
RGB
CMYK
RGB Variations
Color information
#073565 (or 0x073565) is known color: Prussian Blue. HEX triplet: 07, 35 and 65. RGB value is (7,53,101). Sum of RGB (Red+Green+Blue) = 7+53+101=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #073565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073565 is #F8CA9A. Grayscale: #2C2C2C. Windows color (decimal): -16304795 or 6632711. OLE color: 6632711.
HSL color Cylindrical-coordinate representation of color #073565: hue angle of 210.64º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073565 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 53 | 101 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.60 |
| HSL | 210.64º | 0.87% | 0.21% | - |
| HSV(B) | 210.64º | 0.93% | 0.4% | - |
| XYZ | 3.71 | 3.53 | 12.8 | - |
| YUV | 44.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 101 | 0.93 | 0.48 | 0 | 0.60 | 210.64 | 0.87 | 0.21 |
| Hex | 7 | 35 | 65 | 5D | 30 | 0 | 3C | D3 | 57 | 15 |
| Octal | 7 | 65 | 145 | 135 | 60 | 0 | 74 | 323 | 127 | 25 |
| Binary | 111 | 110101 | 1100101 | 1011101 | 110000 | 0 | 111100 | 11010011 | 1010111 | 10101 |
Color Harmonies of #073565
Complementary color
Monochromatic Colors of #073565
Black with #073565
Text Example
Text Example
White with #073565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073565; }
p { color: rgb(7,53,101); }
H1.HeaderClassName
{
color: #073565;
}
.AnyTagClassName
{
color: #073565;
}
</style>
background-color css
<style>
a { background-color: #073565; }
a { background-color: rgb(7,53,101); }
div.DivClassName
{
background-color: #073565;
}
.BgClassName
{
background-color: #073565;
}
</style>
border-color css
<style>
span { border-color: #073565; }
span { border-color: rgb(7,53,101); }
td.TdClassName
{
border-color: #073565;
}
.TagClassName
{
border-color: #073565;
}
</style>