Shades of Prussian Blue #073358
Tints of Prussian Blue #073358
RGB
CMYK
RGB Variations
Color information
#073358 (or 0x073358) is known color: Prussian Blue. HEX triplet: 07, 33 and 58. RGB value is (7,51,88). Sum of RGB (Red+Green+Blue) = 7+51+88=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #073358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073358 is #F8CCA7. Grayscale: #292929. Windows color (decimal): -16305320 or 5780231. OLE color: 5780231.
HSL color Cylindrical-coordinate representation of color #073358: hue angle of 207.41º 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 #073358 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 51 | 88 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.65 |
| HSL | 207.41º | 0.85% | 0.19% | - |
| HSV(B) | 207.41º | 0.92% | 0.35% | - |
| XYZ | 3.03 | 3.12 | 9.67 | - |
| YUV | 42.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 88 | 0.92 | 0.42 | 0 | 0.65 | 207.41 | 0.85 | 0.19 |
| Hex | 7 | 33 | 58 | 5C | 2A | 0 | 41 | CF | 55 | 13 |
| Octal | 7 | 63 | 130 | 134 | 52 | 0 | 101 | 317 | 125 | 23 |
| Binary | 111 | 110011 | 1011000 | 1011100 | 101010 | 0 | 1000001 | 11001111 | 1010101 | 10011 |
Color Harmonies of #073358
Complementary color
Monochromatic Colors of #073358
Black with #073358
Text Example
Text Example
White with #073358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073358; }
p { color: rgb(7,51,88); }
H1.HeaderClassName
{
color: #073358;
}
.AnyTagClassName
{
color: #073358;
}
</style>
background-color css
<style>
a { background-color: #073358; }
a { background-color: rgb(7,51,88); }
div.DivClassName
{
background-color: #073358;
}
.BgClassName
{
background-color: #073358;
}
</style>
border-color css
<style>
span { border-color: #073358; }
span { border-color: rgb(7,51,88); }
td.TdClassName
{
border-color: #073358;
}
.TagClassName
{
border-color: #073358;
}
</style>