Shades of Prussian Blue #072954
Tints of Prussian Blue #072954
RGB
CMYK
RGB Variations
Color information
#072954 (or 0x072954) is known color: Prussian Blue. HEX triplet: 07, 29 and 54. RGB value is (7,41,84). Sum of RGB (Red+Green+Blue) = 7+41+84=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #072954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072954 is #F8D6AB. Grayscale: #232323. Windows color (decimal): -16307884 or 5515527. OLE color: 5515527.
HSL color Cylindrical-coordinate representation of color #072954: hue angle of 213.51º 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 #072954 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 41 | 84 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.67 |
| HSL | 213.51º | 0.85% | 0.18% | - |
| HSV(B) | 213.51º | 0.92% | 0.33% | - |
| XYZ | 2.48 | 2.27 | 8.7 | - |
| YUV | 35.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 84 | 0.92 | 0.51 | 0 | 0.67 | 213.51 | 0.85 | 0.18 |
| Hex | 7 | 29 | 54 | 5C | 33 | 0 | 43 | D6 | 55 | 12 |
| Octal | 7 | 51 | 124 | 134 | 63 | 0 | 103 | 326 | 125 | 22 |
| Binary | 111 | 101001 | 1010100 | 1011100 | 110011 | 0 | 1000011 | 11010110 | 1010101 | 10010 |
Color Harmonies of #072954
Complementary color
Monochromatic Colors of #072954
Black with #072954
Text Example
Text Example
White with #072954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072954; }
p { color: rgb(7,41,84); }
H1.HeaderClassName
{
color: #072954;
}
.AnyTagClassName
{
color: #072954;
}
</style>
background-color css
<style>
a { background-color: #072954; }
a { background-color: rgb(7,41,84); }
div.DivClassName
{
background-color: #072954;
}
.BgClassName
{
background-color: #072954;
}
</style>
border-color css
<style>
span { border-color: #072954; }
span { border-color: rgb(7,41,84); }
td.TdClassName
{
border-color: #072954;
}
.TagClassName
{
border-color: #072954;
}
</style>