Shades of Prussian Blue #072F54
Tints of Prussian Blue #072F54
RGB
CMYK
RGB Variations
Color information
#072F54 (or 0x072F54) is known color: Prussian Blue. HEX triplet: 07, 2F and 54. RGB value is (7,47,84). Sum of RGB (Red+Green+Blue) = 7+47+84=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #072F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F54 is #F8D0AB. Grayscale: #272727. Windows color (decimal): -16306348 or 5517063. OLE color: 5517063.
HSL color Cylindrical-coordinate representation of color #072F54: hue angle of 208.83º 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 #072F54 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 47 | 84 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.67 |
| HSL | 208.83º | 0.85% | 0.18% | - |
| HSV(B) | 208.83º | 0.92% | 0.33% | - |
| XYZ | 2.7 | 2.72 | 8.77 | - |
| YUV | 39.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 84 | 0.92 | 0.44 | 0 | 0.67 | 208.83 | 0.85 | 0.18 |
| Hex | 7 | 2F | 54 | 5C | 2C | 0 | 43 | D1 | 55 | 12 |
| Octal | 7 | 57 | 124 | 134 | 54 | 0 | 103 | 321 | 125 | 22 |
| Binary | 111 | 101111 | 1010100 | 1011100 | 101100 | 0 | 1000011 | 11010001 | 1010101 | 10010 |
Color Harmonies of #072F54
Complementary color
Monochromatic Colors of #072F54
Black with #072F54
Text Example
Text Example
White with #072F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F54; }
p { color: rgb(7,47,84); }
H1.HeaderClassName
{
color: #072F54;
}
.AnyTagClassName
{
color: #072F54;
}
</style>
background-color css
<style>
a { background-color: #072F54; }
a { background-color: rgb(7,47,84); }
div.DivClassName
{
background-color: #072F54;
}
.BgClassName
{
background-color: #072F54;
}
</style>
border-color css
<style>
span { border-color: #072F54; }
span { border-color: rgb(7,47,84); }
td.TdClassName
{
border-color: #072F54;
}
.TagClassName
{
border-color: #072F54;
}
</style>