Shades of Prussian Blue #073773
Tints of Prussian Blue #073773
RGB
CMYK
RGB Variations
Color information
#073773 (or 0x073773) is known color: Prussian Blue. HEX triplet: 07, 37 and 73. RGB value is (7,55,115). Sum of RGB (Red+Green+Blue) = 7+55+115=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 115 (45.31% from 255 or 64.97% from 177); Max value from RGB is 115 - color contains mainly: blue. Hex color #073773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073773 is #F8C88C. Grayscale: #2F2F2F. Windows color (decimal): -16304269 or 7550727. OLE color: 7550727.
HSL color Cylindrical-coordinate representation of color #073773: hue angle of 213.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073773 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 55 | 115 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.55 |
| HSL | 213.33º | 0.89% | 0.24% | - |
| HSV(B) | 213.33º | 0.94% | 0.45% | - |
| XYZ | 4.55 | 4.02 | 16.75 | - |
| YUV | 47.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 115 | 0.94 | 0.52 | 0 | 0.55 | 213.33 | 0.89 | 0.24 |
| Hex | 7 | 37 | 73 | 5E | 34 | 0 | 37 | D5 | 59 | 18 |
| Octal | 7 | 67 | 163 | 136 | 64 | 0 | 67 | 325 | 131 | 30 |
| Binary | 111 | 110111 | 1110011 | 1011110 | 110100 | 0 | 110111 | 11010101 | 1011001 | 11000 |
Color Harmonies of #073773
Complementary color
Monochromatic Colors of #073773
Black with #073773
Text Example
Text Example
White with #073773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073773; }
p { color: rgb(7,55,115); }
H1.HeaderClassName
{
color: #073773;
}
.AnyTagClassName
{
color: #073773;
}
</style>
background-color css
<style>
a { background-color: #073773; }
a { background-color: rgb(7,55,115); }
div.DivClassName
{
background-color: #073773;
}
.BgClassName
{
background-color: #073773;
}
</style>
border-color css
<style>
span { border-color: #073773; }
span { border-color: rgb(7,55,115); }
td.TdClassName
{
border-color: #073773;
}
.TagClassName
{
border-color: #073773;
}
</style>