Shades of Prussian Blue #072D62
Tints of Prussian Blue #072D62
RGB
CMYK
RGB Variations
Color information
#072D62 (or 0x072D62) is known color: Prussian Blue. HEX triplet: 07, 2D and 62. RGB value is (7,45,98). Sum of RGB (Red+Green+Blue) = 7+45+98=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #072D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D62 is #F8D29D. Grayscale: #272727. Windows color (decimal): -16306846 or 6434055. OLE color: 6434055.
HSL color Cylindrical-coordinate representation of color #072D62: hue angle of 214.95º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072D62 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 45 | 98 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.62 |
| HSL | 214.95º | 0.87% | 0.21% | - |
| HSV(B) | 214.95º | 0.93% | 0.38% | - |
| XYZ | 3.23 | 2.8 | 11.93 | - |
| YUV | 39.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 98 | 0.93 | 0.54 | 0 | 0.62 | 214.95 | 0.87 | 0.21 |
| Hex | 7 | 2D | 62 | 5D | 36 | 0 | 3E | D7 | 57 | 15 |
| Octal | 7 | 55 | 142 | 135 | 66 | 0 | 76 | 327 | 127 | 25 |
| Binary | 111 | 101101 | 1100010 | 1011101 | 110110 | 0 | 111110 | 11010111 | 1010111 | 10101 |
Color Harmonies of #072D62
Complementary color
Monochromatic Colors of #072D62
Black with #072D62
Text Example
Text Example
White with #072D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D62; }
p { color: rgb(7,45,98); }
H1.HeaderClassName
{
color: #072D62;
}
.AnyTagClassName
{
color: #072D62;
}
</style>
background-color css
<style>
a { background-color: #072D62; }
a { background-color: rgb(7,45,98); }
div.DivClassName
{
background-color: #072D62;
}
.BgClassName
{
background-color: #072D62;
}
</style>
border-color css
<style>
span { border-color: #072D62; }
span { border-color: rgb(7,45,98); }
td.TdClassName
{
border-color: #072D62;
}
.TagClassName
{
border-color: #072D62;
}
</style>