Shades of Prussian Blue #072D5D
Tints of Prussian Blue #072D5D
RGB
CMYK
RGB Variations
Color information
#072D5D (or 0x072D5D) is known color: Prussian Blue. HEX triplet: 07, 2D and 5D. RGB value is (7,45,93). Sum of RGB (Red+Green+Blue) = 7+45+93=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #072D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D5D is #F8D2A2. Grayscale: #262626. Windows color (decimal): -16306851 or 6106375. OLE color: 6106375.
HSL color Cylindrical-coordinate representation of color #072D5D: hue angle of 213.49º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072D5D is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 45 | 93 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.64 |
| HSL | 213.49º | 0.86% | 0.2% | - |
| HSV(B) | 213.49º | 0.92% | 0.36% | - |
| XYZ | 3 | 2.71 | 10.72 | - |
| YUV | 39.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 93 | 0.92 | 0.52 | 0 | 0.64 | 213.49 | 0.86 | 0.2 |
| Hex | 7 | 2D | 5D | 5C | 34 | 0 | 40 | D5 | 56 | 14 |
| Octal | 7 | 55 | 135 | 134 | 64 | 0 | 100 | 325 | 126 | 24 |
| Binary | 111 | 101101 | 1011101 | 1011100 | 110100 | 0 | 1000000 | 11010101 | 1010110 | 10100 |
Color Harmonies of #072D5D
Complementary color
Monochromatic Colors of #072D5D
Black with #072D5D
Text Example
Text Example
White with #072D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D5D; }
p { color: rgb(7,45,93); }
H1.HeaderClassName
{
color: #072D5D;
}
.AnyTagClassName
{
color: #072D5D;
}
</style>
background-color css
<style>
a { background-color: #072D5D; }
a { background-color: rgb(7,45,93); }
div.DivClassName
{
background-color: #072D5D;
}
.BgClassName
{
background-color: #072D5D;
}
</style>
border-color css
<style>
span { border-color: #072D5D; }
span { border-color: rgb(7,45,93); }
td.TdClassName
{
border-color: #072D5D;
}
.TagClassName
{
border-color: #072D5D;
}
</style>