Shades of Prussian Blue #073154
Tints of Prussian Blue #073154
RGB
CMYK
RGB Variations
Color information
#073154 (or 0x073154) is known color: Prussian Blue. HEX triplet: 07, 31 and 54. RGB value is (7,49,84). Sum of RGB (Red+Green+Blue) = 7+49+84=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #073154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073154 is #F8CEAB. Grayscale: #282828. Windows color (decimal): -16305836 or 5517575. OLE color: 5517575.
HSL color Cylindrical-coordinate representation of color #073154: hue angle of 207.27º degrees, saturation: 0.85, 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 #073154 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 49 | 84 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.67 |
| HSL | 207.27º | 0.85% | 0.18% | - |
| HSV(B) | 207.27º | 0.92% | 0.33% | - |
| XYZ | 2.79 | 2.88 | 8.8 | - |
| YUV | 40.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 84 | 0.92 | 0.42 | 0 | 0.67 | 207.27 | 0.85 | 0.18 |
| Hex | 7 | 31 | 54 | 5C | 2A | 0 | 43 | CF | 55 | 12 |
| Octal | 7 | 61 | 124 | 134 | 52 | 0 | 103 | 317 | 125 | 22 |
| Binary | 111 | 110001 | 1010100 | 1011100 | 101010 | 0 | 1000011 | 11001111 | 1010101 | 10010 |
Color Harmonies of #073154
Complementary color
Monochromatic Colors of #073154
Black with #073154
Text Example
Text Example
White with #073154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073154; }
p { color: rgb(7,49,84); }
H1.HeaderClassName
{
color: #073154;
}
.AnyTagClassName
{
color: #073154;
}
</style>
background-color css
<style>
a { background-color: #073154; }
a { background-color: rgb(7,49,84); }
div.DivClassName
{
background-color: #073154;
}
.BgClassName
{
background-color: #073154;
}
</style>
border-color css
<style>
span { border-color: #073154; }
span { border-color: rgb(7,49,84); }
td.TdClassName
{
border-color: #073154;
}
.TagClassName
{
border-color: #073154;
}
</style>