Shades of Prussian Blue #072D54
Tints of Prussian Blue #072D54
RGB
CMYK
RGB Variations
Color information
#072D54 (or 0x072D54) is known color: Prussian Blue. HEX triplet: 07, 2D and 54. RGB value is (7,45,84). Sum of RGB (Red+Green+Blue) = 7+45+84=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #072D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D54 is #F8D2AB. Grayscale: #252525. Windows color (decimal): -16306860 or 5516551. OLE color: 5516551.
HSL color Cylindrical-coordinate representation of color #072D54: hue angle of 210.39º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072D54 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 45 | 84 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.67 |
| HSL | 210.39º | 0.85% | 0.18% | - |
| HSV(B) | 210.39º | 0.92% | 0.33% | - |
| XYZ | 2.63 | 2.56 | 8.74 | - |
| YUV | 38.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 84 | 0.92 | 0.46 | 0 | 0.67 | 210.39 | 0.85 | 0.18 |
| Hex | 7 | 2D | 54 | 5C | 2E | 0 | 43 | D2 | 55 | 12 |
| Octal | 7 | 55 | 124 | 134 | 56 | 0 | 103 | 322 | 125 | 22 |
| Binary | 111 | 101101 | 1010100 | 1011100 | 101110 | 0 | 1000011 | 11010010 | 1010101 | 10010 |
Color Harmonies of #072D54
Complementary color
Monochromatic Colors of #072D54
Black with #072D54
Text Example
Text Example
White with #072D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D54; }
p { color: rgb(7,45,84); }
H1.HeaderClassName
{
color: #072D54;
}
.AnyTagClassName
{
color: #072D54;
}
</style>
background-color css
<style>
a { background-color: #072D54; }
a { background-color: rgb(7,45,84); }
div.DivClassName
{
background-color: #072D54;
}
.BgClassName
{
background-color: #072D54;
}
</style>
border-color css
<style>
span { border-color: #072D54; }
span { border-color: rgb(7,45,84); }
td.TdClassName
{
border-color: #072D54;
}
.TagClassName
{
border-color: #072D54;
}
</style>