Shades of Prussian Blue #073153
Tints of Prussian Blue #073153
RGB
CMYK
RGB Variations
Color information
#073153 (or 0x073153) is known color: Prussian Blue. HEX triplet: 07, 31 and 53. RGB value is (7,49,83). Sum of RGB (Red+Green+Blue) = 7+49+83=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #073153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073153 is #F8CEAC. Grayscale: #282828. Windows color (decimal): -16305837 or 5452039. OLE color: 5452039.
HSL color Cylindrical-coordinate representation of color #073153: hue angle of 206.84º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #073153 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 49 | 83 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.67 |
| HSL | 206.84º | 0.84% | 0.18% | - |
| HSV(B) | 206.84º | 0.92% | 0.33% | - |
| XYZ | 2.75 | 2.87 | 8.59 | - |
| YUV | 40.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 83 | 0.92 | 0.41 | 0 | 0.67 | 206.84 | 0.84 | 0.18 |
| Hex | 7 | 31 | 53 | 5C | 29 | 0 | 43 | CF | 54 | 12 |
| Octal | 7 | 61 | 123 | 134 | 51 | 0 | 103 | 317 | 124 | 22 |
| Binary | 111 | 110001 | 1010011 | 1011100 | 101001 | 0 | 1000011 | 11001111 | 1010100 | 10010 |
Color Harmonies of #073153
Complementary color
Monochromatic Colors of #073153
Black with #073153
Text Example
Text Example
White with #073153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073153; }
p { color: rgb(7,49,83); }
H1.HeaderClassName
{
color: #073153;
}
.AnyTagClassName
{
color: #073153;
}
</style>
background-color css
<style>
a { background-color: #073153; }
a { background-color: rgb(7,49,83); }
div.DivClassName
{
background-color: #073153;
}
.BgClassName
{
background-color: #073153;
}
</style>
border-color css
<style>
span { border-color: #073153; }
span { border-color: rgb(7,49,83); }
td.TdClassName
{
border-color: #073153;
}
.TagClassName
{
border-color: #073153;
}
</style>