Shades of Prussian Blue #073360
Tints of Prussian Blue #073360
RGB
CMYK
RGB Variations
Color information
#073360 (or 0x073360) is known color: Prussian Blue. HEX triplet: 07, 33 and 60. RGB value is (7,51,96). Sum of RGB (Red+Green+Blue) = 7+51+96=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #073360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073360 is #F8CC9F. Grayscale: #2A2A2A. Windows color (decimal): -16305312 or 6304519. OLE color: 6304519.
HSL color Cylindrical-coordinate representation of color #073360: hue angle of 210.34º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #073360 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 51 | 96 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.62 |
| HSL | 210.34º | 0.86% | 0.2% | - |
| HSV(B) | 210.34º | 0.93% | 0.38% | - |
| XYZ | 3.38 | 3.26 | 11.52 | - |
| YUV | 42.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 96 | 0.93 | 0.47 | 0 | 0.62 | 210.34 | 0.86 | 0.2 |
| Hex | 7 | 33 | 60 | 5D | 2F | 0 | 3E | D2 | 56 | 14 |
| Octal | 7 | 63 | 140 | 135 | 57 | 0 | 76 | 322 | 126 | 24 |
| Binary | 111 | 110011 | 1100000 | 1011101 | 101111 | 0 | 111110 | 11010010 | 1010110 | 10100 |
Color Harmonies of #073360
Complementary color
Monochromatic Colors of #073360
Black with #073360
Text Example
Text Example
White with #073360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073360; }
p { color: rgb(7,51,96); }
H1.HeaderClassName
{
color: #073360;
}
.AnyTagClassName
{
color: #073360;
}
</style>
background-color css
<style>
a { background-color: #073360; }
a { background-color: rgb(7,51,96); }
div.DivClassName
{
background-color: #073360;
}
.BgClassName
{
background-color: #073360;
}
</style>
border-color css
<style>
span { border-color: #073360; }
span { border-color: rgb(7,51,96); }
td.TdClassName
{
border-color: #073360;
}
.TagClassName
{
border-color: #073360;
}
</style>