Shades of Prussian Blue #072B50
Tints of Prussian Blue #072B50
RGB
CMYK
RGB Variations
Color information
#072B50 (or 0x072B50) is known color: Prussian Blue. HEX triplet: 07, 2B and 50. RGB value is (7,43,80). Sum of RGB (Red+Green+Blue) = 7+43+80=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #072B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B50 is #F8D4AF. Grayscale: #242424. Windows color (decimal): -16307376 or 5253895. OLE color: 5253895.
HSL color Cylindrical-coordinate representation of color #072B50: hue angle of 210.41º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072B50 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 43 | 80 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.69 |
| HSL | 210.41º | 0.84% | 0.17% | - |
| HSV(B) | 210.41º | 0.91% | 0.31% | - |
| XYZ | 2.4 | 2.35 | 7.92 | - |
| YUV | 36.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 80 | 0.91 | 0.46 | 0 | 0.69 | 210.41 | 0.84 | 0.17 |
| Hex | 7 | 2B | 50 | 5B | 2E | 0 | 45 | D2 | 54 | 11 |
| Octal | 7 | 53 | 120 | 133 | 56 | 0 | 105 | 322 | 124 | 21 |
| Binary | 111 | 101011 | 1010000 | 1011011 | 101110 | 0 | 1000101 | 11010010 | 1010100 | 10001 |
Color Harmonies of #072B50
Complementary color
Monochromatic Colors of #072B50
Black with #072B50
Text Example
Text Example
White with #072B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B50; }
p { color: rgb(7,43,80); }
H1.HeaderClassName
{
color: #072B50;
}
.AnyTagClassName
{
color: #072B50;
}
</style>
background-color css
<style>
a { background-color: #072B50; }
a { background-color: rgb(7,43,80); }
div.DivClassName
{
background-color: #072B50;
}
.BgClassName
{
background-color: #072B50;
}
</style>
border-color css
<style>
span { border-color: #072B50; }
span { border-color: rgb(7,43,80); }
td.TdClassName
{
border-color: #072B50;
}
.TagClassName
{
border-color: #072B50;
}
</style>