Shades of Prussian Blue #073D57
Tints of Prussian Blue #073D57
RGB
CMYK
RGB Variations
Color information
#073D57 (or 0x073D57) is known color: Prussian Blue. HEX triplet: 07, 3D and 57. RGB value is (7,61,87). Sum of RGB (Red+Green+Blue) = 7+61+87=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #073D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D57 is #F8C2A8. Grayscale: #2F2F2F. Windows color (decimal): -16302761 or 5717255. OLE color: 5717255.
HSL color Cylindrical-coordinate representation of color #073D57: hue angle of 199.5º 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 #073D57 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 61 | 87 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.66 |
| HSL | 199.5º | 0.85% | 0.18% | - |
| HSV(B) | 199.5º | 0.92% | 0.34% | - |
| XYZ | 3.48 | 4.07 | 9.62 | - |
| YUV | 47.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 87 | 0.92 | 0.30 | 0 | 0.66 | 199.5 | 0.85 | 0.18 |
| Hex | 7 | 3D | 57 | 5C | 1E | 0 | 42 | C8 | 55 | 12 |
| Octal | 7 | 75 | 127 | 134 | 36 | 0 | 102 | 310 | 125 | 22 |
| Binary | 111 | 111101 | 1010111 | 1011100 | 11110 | 0 | 1000010 | 11001000 | 1010101 | 10010 |
Color Harmonies of #073D57
Complementary color
Monochromatic Colors of #073D57
Black with #073D57
Text Example
Text Example
White with #073D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D57; }
p { color: rgb(7,61,87); }
H1.HeaderClassName
{
color: #073D57;
}
.AnyTagClassName
{
color: #073D57;
}
</style>
background-color css
<style>
a { background-color: #073D57; }
a { background-color: rgb(7,61,87); }
div.DivClassName
{
background-color: #073D57;
}
.BgClassName
{
background-color: #073D57;
}
</style>
border-color css
<style>
span { border-color: #073D57; }
span { border-color: rgb(7,61,87); }
td.TdClassName
{
border-color: #073D57;
}
.TagClassName
{
border-color: #073D57;
}
</style>