Shades of Prussian Blue #07356D
Tints of Prussian Blue #07356D
RGB
CMYK
RGB Variations
Color information
#07356D (or 0x07356D) is known color: Prussian Blue. HEX triplet: 07, 35 and 6D. RGB value is (7,53,109). Sum of RGB (Red+Green+Blue) = 7+53+109=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #07356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07356D is #F8CA92. Grayscale: #2D2D2D. Windows color (decimal): -16304787 or 7156999. OLE color: 7156999.
HSL color Cylindrical-coordinate representation of color #07356D: hue angle of 212.94º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07356D is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 53 | 109 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.57 |
| HSL | 212.94º | 0.88% | 0.23% | - |
| HSV(B) | 212.94º | 0.94% | 0.43% | - |
| XYZ | 4.12 | 3.7 | 14.96 | - |
| YUV | 45.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 109 | 0.94 | 0.51 | 0 | 0.57 | 212.94 | 0.88 | 0.23 |
| Hex | 7 | 35 | 6D | 5E | 33 | 0 | 39 | D5 | 58 | 17 |
| Octal | 7 | 65 | 155 | 136 | 63 | 0 | 71 | 325 | 130 | 27 |
| Binary | 111 | 110101 | 1101101 | 1011110 | 110011 | 0 | 111001 | 11010101 | 1011000 | 10111 |
Color Harmonies of #07356D
Complementary color
Monochromatic Colors of #07356D
Black with #07356D
Text Example
Text Example
White with #07356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07356D; }
p { color: rgb(7,53,109); }
H1.HeaderClassName
{
color: #07356D;
}
.AnyTagClassName
{
color: #07356D;
}
</style>
background-color css
<style>
a { background-color: #07356D; }
a { background-color: rgb(7,53,109); }
div.DivClassName
{
background-color: #07356D;
}
.BgClassName
{
background-color: #07356D;
}
</style>
border-color css
<style>
span { border-color: #07356D; }
span { border-color: rgb(7,53,109); }
td.TdClassName
{
border-color: #07356D;
}
.TagClassName
{
border-color: #07356D;
}
</style>