Shades of Prussian Blue #07336D
Tints of Prussian Blue #07336D
RGB
CMYK
RGB Variations
Color information
#07336D (or 0x07336D) is known color: Prussian Blue. HEX triplet: 07, 33 and 6D. RGB value is (7,51,109). Sum of RGB (Red+Green+Blue) = 7+51+109=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #07336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07336D is #F8CC92. Grayscale: #2C2C2C. Windows color (decimal): -16305299 or 7156487. OLE color: 7156487.
HSL color Cylindrical-coordinate representation of color #07336D: hue angle of 214.12º 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 #07336D is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 51 | 109 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.57 |
| HSL | 214.12º | 0.88% | 0.23% | - |
| HSV(B) | 214.12º | 0.94% | 0.43% | - |
| XYZ | 4.03 | 3.52 | 14.93 | - |
| YUV | 44.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 109 | 0.94 | 0.53 | 0 | 0.57 | 214.12 | 0.88 | 0.23 |
| Hex | 7 | 33 | 6D | 5E | 35 | 0 | 39 | D6 | 58 | 17 |
| Octal | 7 | 63 | 155 | 136 | 65 | 0 | 71 | 326 | 130 | 27 |
| Binary | 111 | 110011 | 1101101 | 1011110 | 110101 | 0 | 111001 | 11010110 | 1011000 | 10111 |
Color Harmonies of #07336D
Complementary color
Monochromatic Colors of #07336D
Black with #07336D
Text Example
Text Example
White with #07336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07336D; }
p { color: rgb(7,51,109); }
H1.HeaderClassName
{
color: #07336D;
}
.AnyTagClassName
{
color: #07336D;
}
</style>
background-color css
<style>
a { background-color: #07336D; }
a { background-color: rgb(7,51,109); }
div.DivClassName
{
background-color: #07336D;
}
.BgClassName
{
background-color: #07336D;
}
</style>
border-color css
<style>
span { border-color: #07336D; }
span { border-color: rgb(7,51,109); }
td.TdClassName
{
border-color: #07336D;
}
.TagClassName
{
border-color: #07336D;
}
</style>