Shades of Prussian Blue #072D61
Tints of Prussian Blue #072D61
RGB
CMYK
RGB Variations
Color information
#072D61 (or 0x072D61) is known color: Prussian Blue. HEX triplet: 07, 2D and 61. RGB value is (7,45,97). Sum of RGB (Red+Green+Blue) = 7+45+97=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #072D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D61 is #F8D29E. Grayscale: #272727. Windows color (decimal): -16306847 or 6368519. OLE color: 6368519.
HSL color Cylindrical-coordinate representation of color #072D61: hue angle of 214.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072D61 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 45 | 97 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.62 |
| HSL | 214.67º | 0.87% | 0.2% | - |
| HSV(B) | 214.67º | 0.93% | 0.38% | - |
| XYZ | 3.18 | 2.79 | 11.68 | - |
| YUV | 39.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 97 | 0.93 | 0.54 | 0 | 0.62 | 214.67 | 0.87 | 0.2 |
| Hex | 7 | 2D | 61 | 5D | 36 | 0 | 3E | D7 | 57 | 14 |
| Octal | 7 | 55 | 141 | 135 | 66 | 0 | 76 | 327 | 127 | 24 |
| Binary | 111 | 101101 | 1100001 | 1011101 | 110110 | 0 | 111110 | 11010111 | 1010111 | 10100 |
Color Harmonies of #072D61
Complementary color
Monochromatic Colors of #072D61
Black with #072D61
Text Example
Text Example
White with #072D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D61; }
p { color: rgb(7,45,97); }
H1.HeaderClassName
{
color: #072D61;
}
.AnyTagClassName
{
color: #072D61;
}
</style>
background-color css
<style>
a { background-color: #072D61; }
a { background-color: rgb(7,45,97); }
div.DivClassName
{
background-color: #072D61;
}
.BgClassName
{
background-color: #072D61;
}
</style>
border-color css
<style>
span { border-color: #072D61; }
span { border-color: rgb(7,45,97); }
td.TdClassName
{
border-color: #072D61;
}
.TagClassName
{
border-color: #072D61;
}
</style>