Shades of Prussian Blue #07355B
Tints of Prussian Blue #07355B
RGB
CMYK
RGB Variations
Color information
#07355B (or 0x07355B) is known color: Prussian Blue. HEX triplet: 07, 35 and 5B. RGB value is (7,53,91). Sum of RGB (Red+Green+Blue) = 7+53+91=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #07355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07355B is #F8CAA4. Grayscale: #2B2B2B. Windows color (decimal): -16304805 or 5977351. OLE color: 5977351.
HSL color Cylindrical-coordinate representation of color #07355B: hue angle of 207.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07355B is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 53 | 91 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.64 |
| HSL | 207.14º | 0.86% | 0.19% | - |
| HSV(B) | 207.14º | 0.92% | 0.36% | - |
| XYZ | 3.25 | 3.35 | 10.37 | - |
| YUV | 43.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 91 | 0.92 | 0.42 | 0 | 0.64 | 207.14 | 0.86 | 0.19 |
| Hex | 7 | 35 | 5B | 5C | 2A | 0 | 40 | CF | 56 | 13 |
| Octal | 7 | 65 | 133 | 134 | 52 | 0 | 100 | 317 | 126 | 23 |
| Binary | 111 | 110101 | 1011011 | 1011100 | 101010 | 0 | 1000000 | 11001111 | 1010110 | 10011 |
Color Harmonies of #07355B
Complementary color
Monochromatic Colors of #07355B
Black with #07355B
Text Example
Text Example
White with #07355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07355B; }
p { color: rgb(7,53,91); }
H1.HeaderClassName
{
color: #07355B;
}
.AnyTagClassName
{
color: #07355B;
}
</style>
background-color css
<style>
a { background-color: #07355B; }
a { background-color: rgb(7,53,91); }
div.DivClassName
{
background-color: #07355B;
}
.BgClassName
{
background-color: #07355B;
}
</style>
border-color css
<style>
span { border-color: #07355B; }
span { border-color: rgb(7,53,91); }
td.TdClassName
{
border-color: #07355B;
}
.TagClassName
{
border-color: #07355B;
}
</style>