Shades of Prussian Blue #072D58
Tints of Prussian Blue #072D58
RGB
CMYK
RGB Variations
Color information
#072D58 (or 0x072D58) is known color: Prussian Blue. HEX triplet: 07, 2D and 58. RGB value is (7,45,88). Sum of RGB (Red+Green+Blue) = 7+45+88=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #072D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D58 is #F8D2A7. Grayscale: #262626. Windows color (decimal): -16306856 or 5778695. OLE color: 5778695.
HSL color Cylindrical-coordinate representation of color #072D58: hue angle of 211.85º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072D58 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 45 | 88 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.65 |
| HSL | 211.85º | 0.85% | 0.19% | - |
| HSV(B) | 211.85º | 0.92% | 0.35% | - |
| XYZ | 2.79 | 2.63 | 9.59 | - |
| YUV | 38.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 88 | 0.92 | 0.49 | 0 | 0.65 | 211.85 | 0.85 | 0.19 |
| Hex | 7 | 2D | 58 | 5C | 31 | 0 | 41 | D4 | 55 | 13 |
| Octal | 7 | 55 | 130 | 134 | 61 | 0 | 101 | 324 | 125 | 23 |
| Binary | 111 | 101101 | 1011000 | 1011100 | 110001 | 0 | 1000001 | 11010100 | 1010101 | 10011 |
Color Harmonies of #072D58
Complementary color
Monochromatic Colors of #072D58
Black with #072D58
Text Example
Text Example
White with #072D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D58; }
p { color: rgb(7,45,88); }
H1.HeaderClassName
{
color: #072D58;
}
.AnyTagClassName
{
color: #072D58;
}
</style>
background-color css
<style>
a { background-color: #072D58; }
a { background-color: rgb(7,45,88); }
div.DivClassName
{
background-color: #072D58;
}
.BgClassName
{
background-color: #072D58;
}
</style>
border-color css
<style>
span { border-color: #072D58; }
span { border-color: rgb(7,45,88); }
td.TdClassName
{
border-color: #072D58;
}
.TagClassName
{
border-color: #072D58;
}
</style>