Shades of Prussian Blue #073A57
Tints of Prussian Blue #073A57
RGB
CMYK
RGB Variations
Color information
#073A57 (or 0x073A57) is known color: Prussian Blue. HEX triplet: 07, 3A and 57. RGB value is (7,58,87). Sum of RGB (Red+Green+Blue) = 7+58+87=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #073A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A57 is #F8C5A8. Grayscale: #2D2D2D. Windows color (decimal): -16303529 or 5716487. OLE color: 5716487.
HSL color Cylindrical-coordinate representation of color #073A57: hue angle of 201.75º 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 #073A57 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 58 | 87 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.66 |
| HSL | 201.75º | 0.85% | 0.18% | - |
| HSV(B) | 201.75º | 0.92% | 0.34% | - |
| XYZ | 3.32 | 3.76 | 9.57 | - |
| YUV | 46.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 87 | 0.92 | 0.33 | 0 | 0.66 | 201.75 | 0.85 | 0.18 |
| Hex | 7 | 3A | 57 | 5C | 21 | 0 | 42 | CA | 55 | 12 |
| Octal | 7 | 72 | 127 | 134 | 41 | 0 | 102 | 312 | 125 | 22 |
| Binary | 111 | 111010 | 1010111 | 1011100 | 100001 | 0 | 1000010 | 11001010 | 1010101 | 10010 |
Color Harmonies of #073A57
Complementary color
Monochromatic Colors of #073A57
Black with #073A57
Text Example
Text Example
White with #073A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A57; }
p { color: rgb(7,58,87); }
H1.HeaderClassName
{
color: #073A57;
}
.AnyTagClassName
{
color: #073A57;
}
</style>
background-color css
<style>
a { background-color: #073A57; }
a { background-color: rgb(7,58,87); }
div.DivClassName
{
background-color: #073A57;
}
.BgClassName
{
background-color: #073A57;
}
</style>
border-color css
<style>
span { border-color: #073A57; }
span { border-color: rgb(7,58,87); }
td.TdClassName
{
border-color: #073A57;
}
.TagClassName
{
border-color: #073A57;
}
</style>