Shades of Prussian Blue #073C57
Tints of Prussian Blue #073C57
RGB
CMYK
RGB Variations
Color information
#073C57 (or 0x073C57) is known color: Prussian Blue. HEX triplet: 07, 3C and 57. RGB value is (7,60,87). Sum of RGB (Red+Green+Blue) = 7+60+87=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #073C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C57 is #F8C3A8. Grayscale: #2F2F2F. Windows color (decimal): -16303017 or 5716999. OLE color: 5716999.
HSL color Cylindrical-coordinate representation of color #073C57: hue angle of 200.25º 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 #073C57 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 60 | 87 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.66 |
| HSL | 200.25º | 0.85% | 0.18% | - |
| HSV(B) | 200.25º | 0.92% | 0.34% | - |
| XYZ | 3.42 | 3.97 | 9.6 | - |
| YUV | 47.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 87 | 0.92 | 0.31 | 0 | 0.66 | 200.25 | 0.85 | 0.18 |
| Hex | 7 | 3C | 57 | 5C | 1F | 0 | 42 | C8 | 55 | 12 |
| Octal | 7 | 74 | 127 | 134 | 37 | 0 | 102 | 310 | 125 | 22 |
| Binary | 111 | 111100 | 1010111 | 1011100 | 11111 | 0 | 1000010 | 11001000 | 1010101 | 10010 |
Color Harmonies of #073C57
Complementary color
Monochromatic Colors of #073C57
Black with #073C57
Text Example
Text Example
White with #073C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C57; }
p { color: rgb(7,60,87); }
H1.HeaderClassName
{
color: #073C57;
}
.AnyTagClassName
{
color: #073C57;
}
</style>
background-color css
<style>
a { background-color: #073C57; }
a { background-color: rgb(7,60,87); }
div.DivClassName
{
background-color: #073C57;
}
.BgClassName
{
background-color: #073C57;
}
</style>
border-color css
<style>
span { border-color: #073C57; }
span { border-color: rgb(7,60,87); }
td.TdClassName
{
border-color: #073C57;
}
.TagClassName
{
border-color: #073C57;
}
</style>