Shades of Prussian Blue #073276
Tints of Prussian Blue #073276
RGB
CMYK
RGB Variations
Color information
#073276 (or 0x073276) is known color: Prussian Blue. HEX triplet: 07, 32 and 76. RGB value is (7,50,118). Sum of RGB (Red+Green+Blue) = 7+50+118=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #073276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073276 is #F8CD89. Grayscale: #2C2C2C. Windows color (decimal): -16305546 or 7746055. OLE color: 7746055.
HSL color Cylindrical-coordinate representation of color #073276: hue angle of 216.76º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073276 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 50 | 118 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.54 |
| HSL | 216.76º | 0.89% | 0.25% | - |
| HSV(B) | 216.76º | 0.94% | 0.46% | - |
| XYZ | 4.5 | 3.63 | 17.6 | - |
| YUV | 44.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 118 | 0.94 | 0.58 | 0 | 0.54 | 216.76 | 0.89 | 0.25 |
| Hex | 7 | 32 | 76 | 5E | 3A | 0 | 36 | D9 | 59 | 19 |
| Octal | 7 | 62 | 166 | 136 | 72 | 0 | 66 | 331 | 131 | 31 |
| Binary | 111 | 110010 | 1110110 | 1011110 | 111010 | 0 | 110110 | 11011001 | 1011001 | 11001 |
Color Harmonies of #073276
Complementary color
Monochromatic Colors of #073276
Black with #073276
Text Example
Text Example
White with #073276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073276; }
p { color: rgb(7,50,118); }
H1.HeaderClassName
{
color: #073276;
}
.AnyTagClassName
{
color: #073276;
}
</style>
background-color css
<style>
a { background-color: #073276; }
a { background-color: rgb(7,50,118); }
div.DivClassName
{
background-color: #073276;
}
.BgClassName
{
background-color: #073276;
}
</style>
border-color css
<style>
span { border-color: #073276; }
span { border-color: rgb(7,50,118); }
td.TdClassName
{
border-color: #073276;
}
.TagClassName
{
border-color: #073276;
}
</style>