Shades of Prussian Blue #053B71
Tints of Prussian Blue #053B71
RGB
CMYK
RGB Variations
Color information
#053B71 (or 0x053B71) is known color: Prussian Blue. HEX triplet: 05, 3B and 71. RGB value is (5,59,113). Sum of RGB (Red+Green+Blue) = 5+59+113=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #053B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B71 is #FAC48E. Grayscale: #303030. Windows color (decimal): -16434319 or 7420677. OLE color: 7420677.
HSL color Cylindrical-coordinate representation of color #053B71: hue angle of 210º degrees, saturation: 0.92, 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 #053B71 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 59 | 113 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.56 |
| HSL | 210º | 0.92% | 0.23% | - |
| HSV(B) | 210º | 0.96% | 0.44% | - |
| XYZ | 4.61 | 4.35 | 16.22 | - |
| YUV | 49.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 113 | 0.96 | 0.48 | 0 | 0.56 | 210 | 0.92 | 0.23 |
| Hex | 5 | 3B | 71 | 60 | 30 | 0 | 38 | D2 | 5C | 17 |
| Octal | 5 | 73 | 161 | 140 | 60 | 0 | 70 | 322 | 134 | 27 |
| Binary | 101 | 111011 | 1110001 | 1100000 | 110000 | 0 | 111000 | 11010010 | 1011100 | 10111 |
Color Harmonies of #053B71
Complementary color
Monochromatic Colors of #053B71
Black with #053B71
Text Example
Text Example
White with #053B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B71; }
p { color: rgb(5,59,113); }
H1.HeaderClassName
{
color: #053B71;
}
.AnyTagClassName
{
color: #053B71;
}
</style>
background-color css
<style>
a { background-color: #053B71; }
a { background-color: rgb(5,59,113); }
div.DivClassName
{
background-color: #053B71;
}
.BgClassName
{
background-color: #053B71;
}
</style>
border-color css
<style>
span { border-color: #053B71; }
span { border-color: rgb(5,59,113); }
td.TdClassName
{
border-color: #053B71;
}
.TagClassName
{
border-color: #053B71;
}
</style>