Shades of Prussian Blue #053470
Tints of Prussian Blue #053470
RGB
CMYK
RGB Variations
Color information
#053470 (or 0x053470) is known color: Prussian Blue. HEX triplet: 05, 34 and 70. RGB value is (5,52,112). Sum of RGB (Red+Green+Blue) = 5+52+112=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #053470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053470 is #FACB8F. Grayscale: #2C2C2C. Windows color (decimal): -16436112 or 7353349. OLE color: 7353349.
HSL color Cylindrical-coordinate representation of color #053470: hue angle of 213.64º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053470 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 52 | 112 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.56 |
| HSL | 213.64º | 0.91% | 0.23% | - |
| HSV(B) | 213.64º | 0.96% | 0.44% | - |
| XYZ | 4.22 | 3.66 | 15.81 | - |
| YUV | 44.79 | 165.93 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 112 | 0.96 | 0.54 | 0 | 0.56 | 213.64 | 0.91 | 0.23 |
| Hex | 5 | 34 | 70 | 60 | 36 | 0 | 38 | D6 | 5B | 17 |
| Octal | 5 | 64 | 160 | 140 | 66 | 0 | 70 | 326 | 133 | 27 |
| Binary | 101 | 110100 | 1110000 | 1100000 | 110110 | 0 | 111000 | 11010110 | 1011011 | 10111 |
Color Harmonies of #053470
Complementary color
Monochromatic Colors of #053470
Black with #053470
Text Example
Text Example
White with #053470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053470; }
p { color: rgb(5,52,112); }
H1.HeaderClassName
{
color: #053470;
}
.AnyTagClassName
{
color: #053470;
}
</style>
background-color css
<style>
a { background-color: #053470; }
a { background-color: rgb(5,52,112); }
div.DivClassName
{
background-color: #053470;
}
.BgClassName
{
background-color: #053470;
}
</style>
border-color css
<style>
span { border-color: #053470; }
span { border-color: rgb(5,52,112); }
td.TdClassName
{
border-color: #053470;
}
.TagClassName
{
border-color: #053470;
}
</style>