Shades of Prussian Blue #053C71
Tints of Prussian Blue #053C71
RGB
CMYK
RGB Variations
Color information
#053C71 (or 0x053C71) is known color: Prussian Blue. HEX triplet: 05, 3C and 71. RGB value is (5,60,113). Sum of RGB (Red+Green+Blue) = 5+60+113=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #053C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C71 is #FAC38E. Grayscale: #313131. Windows color (decimal): -16434063 or 7420933. OLE color: 7420933.
HSL color Cylindrical-coordinate representation of color #053C71: hue angle of 209.44º 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 #053C71 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 60 | 113 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.56 |
| HSL | 209.44º | 0.92% | 0.23% | - |
| HSV(B) | 209.44º | 0.96% | 0.44% | - |
| XYZ | 4.66 | 4.46 | 16.24 | - |
| YUV | 49.6 | 163.78 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 113 | 0.96 | 0.47 | 0 | 0.56 | 209.44 | 0.92 | 0.23 |
| Hex | 5 | 3C | 71 | 60 | 2F | 0 | 38 | D1 | 5C | 17 |
| Octal | 5 | 74 | 161 | 140 | 57 | 0 | 70 | 321 | 134 | 27 |
| Binary | 101 | 111100 | 1110001 | 1100000 | 101111 | 0 | 111000 | 11010001 | 1011100 | 10111 |
Color Harmonies of #053C71
Complementary color
Monochromatic Colors of #053C71
Black with #053C71
Text Example
Text Example
White with #053C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C71; }
p { color: rgb(5,60,113); }
H1.HeaderClassName
{
color: #053C71;
}
.AnyTagClassName
{
color: #053C71;
}
</style>
background-color css
<style>
a { background-color: #053C71; }
a { background-color: rgb(5,60,113); }
div.DivClassName
{
background-color: #053C71;
}
.BgClassName
{
background-color: #053C71;
}
</style>
border-color css
<style>
span { border-color: #053C71; }
span { border-color: rgb(5,60,113); }
td.TdClassName
{
border-color: #053C71;
}
.TagClassName
{
border-color: #053C71;
}
</style>