Shades of Prussian Blue #072D57
Tints of Prussian Blue #072D57
RGB
CMYK
RGB Variations
Color information
#072D57 (or 0x072D57) is known color: Prussian Blue. HEX triplet: 07, 2D and 57. RGB value is (7,45,87). Sum of RGB (Red+Green+Blue) = 7+45+87=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #072D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D57 is #F8D2A8. Grayscale: #262626. Windows color (decimal): -16306857 or 5713159. OLE color: 5713159.
HSL color Cylindrical-coordinate representation of color #072D57: hue angle of 211.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 #072D57 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 45 | 87 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.66 |
| HSL | 211.5º | 0.85% | 0.18% | - |
| HSV(B) | 211.5º | 0.92% | 0.34% | - |
| XYZ | 2.75 | 2.61 | 9.38 | - |
| YUV | 38.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 87 | 0.92 | 0.48 | 0 | 0.66 | 211.5 | 0.85 | 0.18 |
| Hex | 7 | 2D | 57 | 5C | 30 | 0 | 42 | D4 | 55 | 12 |
| Octal | 7 | 55 | 127 | 134 | 60 | 0 | 102 | 324 | 125 | 22 |
| Binary | 111 | 101101 | 1010111 | 1011100 | 110000 | 0 | 1000010 | 11010100 | 1010101 | 10010 |
Color Harmonies of #072D57
Complementary color
Monochromatic Colors of #072D57
Black with #072D57
Text Example
Text Example
White with #072D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D57; }
p { color: rgb(7,45,87); }
H1.HeaderClassName
{
color: #072D57;
}
.AnyTagClassName
{
color: #072D57;
}
</style>
background-color css
<style>
a { background-color: #072D57; }
a { background-color: rgb(7,45,87); }
div.DivClassName
{
background-color: #072D57;
}
.BgClassName
{
background-color: #072D57;
}
</style>
border-color css
<style>
span { border-color: #072D57; }
span { border-color: rgb(7,45,87); }
td.TdClassName
{
border-color: #072D57;
}
.TagClassName
{
border-color: #072D57;
}
</style>