Shades of Prussian Blue #072C5B
Tints of Prussian Blue #072C5B
RGB
CMYK
RGB Variations
Color information
#072C5B (or 0x072C5B) is known color: Prussian Blue. HEX triplet: 07, 2C and 5B. RGB value is (7,44,91). Sum of RGB (Red+Green+Blue) = 7+44+91=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #072C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C5B is #F8D3A4. Grayscale: #262626. Windows color (decimal): -16307109 or 5975047. OLE color: 5975047.
HSL color Cylindrical-coordinate representation of color #072C5B: hue angle of 213.57º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072C5B is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 44 | 91 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.64 |
| HSL | 213.57º | 0.86% | 0.19% | - |
| HSV(B) | 213.57º | 0.92% | 0.36% | - |
| XYZ | 2.88 | 2.6 | 10.25 | - |
| YUV | 38.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 91 | 0.92 | 0.52 | 0 | 0.64 | 213.57 | 0.86 | 0.19 |
| Hex | 7 | 2C | 5B | 5C | 34 | 0 | 40 | D6 | 56 | 13 |
| Octal | 7 | 54 | 133 | 134 | 64 | 0 | 100 | 326 | 126 | 23 |
| Binary | 111 | 101100 | 1011011 | 1011100 | 110100 | 0 | 1000000 | 11010110 | 1010110 | 10011 |
Color Harmonies of #072C5B
Complementary color
Monochromatic Colors of #072C5B
Black with #072C5B
Text Example
Text Example
White with #072C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C5B; }
p { color: rgb(7,44,91); }
H1.HeaderClassName
{
color: #072C5B;
}
.AnyTagClassName
{
color: #072C5B;
}
</style>
background-color css
<style>
a { background-color: #072C5B; }
a { background-color: rgb(7,44,91); }
div.DivClassName
{
background-color: #072C5B;
}
.BgClassName
{
background-color: #072C5B;
}
</style>
border-color css
<style>
span { border-color: #072C5B; }
span { border-color: rgb(7,44,91); }
td.TdClassName
{
border-color: #072C5B;
}
.TagClassName
{
border-color: #072C5B;
}
</style>