Shades of Prussian Blue #073757
Tints of Prussian Blue #073757
RGB
CMYK
RGB Variations
Color information
#073757 (or 0x073757) is known color: Prussian Blue. HEX triplet: 07, 37 and 57. RGB value is (7,55,87). Sum of RGB (Red+Green+Blue) = 7+55+87=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #073757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073757 is #F8C8A8. Grayscale: #2C2C2C. Windows color (decimal): -16304297 or 5715719. OLE color: 5715719.
HSL color Cylindrical-coordinate representation of color #073757: hue angle of 204º 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 #073757 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 55 | 87 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.66 |
| HSL | 204º | 0.85% | 0.18% | - |
| HSV(B) | 204º | 0.92% | 0.34% | - |
| XYZ | 3.17 | 3.47 | 9.52 | - |
| YUV | 44.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 87 | 0.92 | 0.37 | 0 | 0.66 | 204 | 0.85 | 0.18 |
| Hex | 7 | 37 | 57 | 5C | 25 | 0 | 42 | CC | 55 | 12 |
| Octal | 7 | 67 | 127 | 134 | 45 | 0 | 102 | 314 | 125 | 22 |
| Binary | 111 | 110111 | 1010111 | 1011100 | 100101 | 0 | 1000010 | 11001100 | 1010101 | 10010 |
Color Harmonies of #073757
Complementary color
Monochromatic Colors of #073757
Black with #073757
Text Example
Text Example
White with #073757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073757; }
p { color: rgb(7,55,87); }
H1.HeaderClassName
{
color: #073757;
}
.AnyTagClassName
{
color: #073757;
}
</style>
background-color css
<style>
a { background-color: #073757; }
a { background-color: rgb(7,55,87); }
div.DivClassName
{
background-color: #073757;
}
.BgClassName
{
background-color: #073757;
}
</style>
border-color css
<style>
span { border-color: #073757; }
span { border-color: rgb(7,55,87); }
td.TdClassName
{
border-color: #073757;
}
.TagClassName
{
border-color: #073757;
}
</style>