Shades of Prussian Blue #073756
Tints of Prussian Blue #073756
RGB
CMYK
RGB Variations
Color information
#073756 (or 0x073756) is known color: Prussian Blue. HEX triplet: 07, 37 and 56. RGB value is (7,55,86). Sum of RGB (Red+Green+Blue) = 7+55+86=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #073756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073756 is #F8C8A9. Grayscale: #2C2C2C. Windows color (decimal): -16304298 or 5650183. OLE color: 5650183.
HSL color Cylindrical-coordinate representation of color #073756: hue angle of 203.54º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073756 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 55 | 86 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.66 |
| HSL | 203.54º | 0.85% | 0.18% | - |
| HSV(B) | 203.54º | 0.92% | 0.34% | - |
| XYZ | 3.13 | 3.45 | 9.3 | - |
| YUV | 44.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 86 | 0.92 | 0.36 | 0 | 0.66 | 203.54 | 0.85 | 0.18 |
| Hex | 7 | 37 | 56 | 5C | 24 | 0 | 42 | CC | 55 | 12 |
| Octal | 7 | 67 | 126 | 134 | 44 | 0 | 102 | 314 | 125 | 22 |
| Binary | 111 | 110111 | 1010110 | 1011100 | 100100 | 0 | 1000010 | 11001100 | 1010101 | 10010 |
Color Harmonies of #073756
Complementary color
Monochromatic Colors of #073756
Black with #073756
Text Example
Text Example
White with #073756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073756; }
p { color: rgb(7,55,86); }
H1.HeaderClassName
{
color: #073756;
}
.AnyTagClassName
{
color: #073756;
}
</style>
background-color css
<style>
a { background-color: #073756; }
a { background-color: rgb(7,55,86); }
div.DivClassName
{
background-color: #073756;
}
.BgClassName
{
background-color: #073756;
}
</style>
border-color css
<style>
span { border-color: #073756; }
span { border-color: rgb(7,55,86); }
td.TdClassName
{
border-color: #073756;
}
.TagClassName
{
border-color: #073756;
}
</style>