Shades of Prussian Blue #053061
Tints of Prussian Blue #053061
RGB
CMYK
RGB Variations
Color information
#053061 (or 0x053061) is known color: Prussian Blue. HEX triplet: 05, 30 and 61. RGB value is (5,48,97). Sum of RGB (Red+Green+Blue) = 5+48+97=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #053061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053061 is #FACF9E. Grayscale: #282828. Windows color (decimal): -16437151 or 6369285. OLE color: 6369285.
HSL color Cylindrical-coordinate representation of color #053061: hue angle of 211.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053061 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 48 | 97 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.62 |
| HSL | 211.96º | 0.9% | 0.2% | - |
| HSV(B) | 211.96º | 0.95% | 0.38% | - |
| XYZ | 3.28 | 3.01 | 11.72 | - |
| YUV | 40.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 97 | 0.95 | 0.51 | 0 | 0.62 | 211.96 | 0.9 | 0.2 |
| Hex | 5 | 30 | 61 | 5F | 33 | 0 | 3E | D4 | 5A | 14 |
| Octal | 5 | 60 | 141 | 137 | 63 | 0 | 76 | 324 | 132 | 24 |
| Binary | 101 | 110000 | 1100001 | 1011111 | 110011 | 0 | 111110 | 11010100 | 1011010 | 10100 |
Color Harmonies of #053061
Complementary color
Monochromatic Colors of #053061
Black with #053061
Text Example
Text Example
White with #053061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053061; }
p { color: rgb(5,48,97); }
H1.HeaderClassName
{
color: #053061;
}
.AnyTagClassName
{
color: #053061;
}
</style>
background-color css
<style>
a { background-color: #053061; }
a { background-color: rgb(5,48,97); }
div.DivClassName
{
background-color: #053061;
}
.BgClassName
{
background-color: #053061;
}
</style>
border-color css
<style>
span { border-color: #053061; }
span { border-color: rgb(5,48,97); }
td.TdClassName
{
border-color: #053061;
}
.TagClassName
{
border-color: #053061;
}
</style>