Shades of Prussian Blue #072B5C
Tints of Prussian Blue #072B5C
RGB
CMYK
RGB Variations
Color information
#072B5C (or 0x072B5C) is known color: Prussian Blue. HEX triplet: 07, 2B and 5C. RGB value is (7,43,92). Sum of RGB (Red+Green+Blue) = 7+43+92=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #072B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B5C is #F8D4A3. Grayscale: #252525. Windows color (decimal): -16307364 or 6040327. OLE color: 6040327.
HSL color Cylindrical-coordinate representation of color #072B5C: hue angle of 214.59º 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 #072B5C is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 43 | 92 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.64 |
| HSL | 214.59º | 0.86% | 0.19% | - |
| HSV(B) | 214.59º | 0.92% | 0.36% | - |
| XYZ | 2.88 | 2.55 | 10.46 | - |
| YUV | 37.82 | 158.57 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 92 | 0.92 | 0.53 | 0 | 0.64 | 214.59 | 0.86 | 0.19 |
| Hex | 7 | 2B | 5C | 5C | 35 | 0 | 40 | D7 | 56 | 13 |
| Octal | 7 | 53 | 134 | 134 | 65 | 0 | 100 | 327 | 126 | 23 |
| Binary | 111 | 101011 | 1011100 | 1011100 | 110101 | 0 | 1000000 | 11010111 | 1010110 | 10011 |
Color Harmonies of #072B5C
Complementary color
Monochromatic Colors of #072B5C
Black with #072B5C
Text Example
Text Example
White with #072B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B5C; }
p { color: rgb(7,43,92); }
H1.HeaderClassName
{
color: #072B5C;
}
.AnyTagClassName
{
color: #072B5C;
}
</style>
background-color css
<style>
a { background-color: #072B5C; }
a { background-color: rgb(7,43,92); }
div.DivClassName
{
background-color: #072B5C;
}
.BgClassName
{
background-color: #072B5C;
}
</style>
border-color css
<style>
span { border-color: #072B5C; }
span { border-color: rgb(7,43,92); }
td.TdClassName
{
border-color: #072B5C;
}
.TagClassName
{
border-color: #072B5C;
}
</style>