Shades of Prussian Blue #053051
Tints of Prussian Blue #053051
RGB
CMYK
RGB Variations
Color information
#053051 (or 0x053051) is known color: Prussian Blue. HEX triplet: 05, 30 and 51. RGB value is (5,48,81). Sum of RGB (Red+Green+Blue) = 5+48+81=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #053051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053051 is #FACFAE. Grayscale: #262626. Windows color (decimal): -16437167 or 5320709. OLE color: 5320709.
HSL color Cylindrical-coordinate representation of color #053051: hue angle of 206.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053051 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 48 | 81 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.68 |
| HSL | 206.05º | 0.88% | 0.17% | - |
| HSV(B) | 206.05º | 0.94% | 0.32% | - |
| XYZ | 2.6 | 2.74 | 8.18 | - |
| YUV | 38.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 81 | 0.94 | 0.41 | 0 | 0.68 | 206.05 | 0.88 | 0.17 |
| Hex | 5 | 30 | 51 | 5E | 29 | 0 | 44 | CE | 58 | 11 |
| Octal | 5 | 60 | 121 | 136 | 51 | 0 | 104 | 316 | 130 | 21 |
| Binary | 101 | 110000 | 1010001 | 1011110 | 101001 | 0 | 1000100 | 11001110 | 1011000 | 10001 |
Color Harmonies of #053051
Complementary color
Monochromatic Colors of #053051
Black with #053051
Text Example
Text Example
White with #053051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053051; }
p { color: rgb(5,48,81); }
H1.HeaderClassName
{
color: #053051;
}
.AnyTagClassName
{
color: #053051;
}
</style>
background-color css
<style>
a { background-color: #053051; }
a { background-color: rgb(5,48,81); }
div.DivClassName
{
background-color: #053051;
}
.BgClassName
{
background-color: #053051;
}
</style>
border-color css
<style>
span { border-color: #053051; }
span { border-color: rgb(5,48,81); }
td.TdClassName
{
border-color: #053051;
}
.TagClassName
{
border-color: #053051;
}
</style>