Shades of Prussian Blue #073D56
Tints of Prussian Blue #073D56
RGB
CMYK
RGB Variations
Color information
#073D56 (or 0x073D56) is known color: Prussian Blue. HEX triplet: 07, 3D and 56. RGB value is (7,61,86). Sum of RGB (Red+Green+Blue) = 7+61+86=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #073D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073D56 is #F8C2A9. Grayscale: #2F2F2F. Windows color (decimal): -16302762 or 5651719. OLE color: 5651719.
HSL color Cylindrical-coordinate representation of color #073D56: hue angle of 198.99º 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 #073D56 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 61 | 86 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.66 |
| HSL | 198.99º | 0.85% | 0.18% | - |
| HSV(B) | 198.99º | 0.92% | 0.34% | - |
| XYZ | 3.44 | 4.05 | 9.41 | - |
| YUV | 47.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 86 | 0.92 | 0.29 | 0 | 0.66 | 198.99 | 0.85 | 0.18 |
| Hex | 7 | 3D | 56 | 5C | 1D | 0 | 42 | C7 | 55 | 12 |
| Octal | 7 | 75 | 126 | 134 | 35 | 0 | 102 | 307 | 125 | 22 |
| Binary | 111 | 111101 | 1010110 | 1011100 | 11101 | 0 | 1000010 | 11000111 | 1010101 | 10010 |
Color Harmonies of #073D56
Complementary color
Monochromatic Colors of #073D56
Black with #073D56
Text Example
Text Example
White with #073D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D56; }
p { color: rgb(7,61,86); }
H1.HeaderClassName
{
color: #073D56;
}
.AnyTagClassName
{
color: #073D56;
}
</style>
background-color css
<style>
a { background-color: #073D56; }
a { background-color: rgb(7,61,86); }
div.DivClassName
{
background-color: #073D56;
}
.BgClassName
{
background-color: #073D56;
}
</style>
border-color css
<style>
span { border-color: #073D56; }
span { border-color: rgb(7,61,86); }
td.TdClassName
{
border-color: #073D56;
}
.TagClassName
{
border-color: #073D56;
}
</style>