Shades of Prussian Blue #052A51
Tints of Prussian Blue #052A51
RGB
CMYK
RGB Variations
Color information
#052A51 (or 0x052A51) is known color: Prussian Blue. HEX triplet: 05, 2A and 51. RGB value is (5,42,81). Sum of RGB (Red+Green+Blue) = 5+42+81=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #052A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A51 is #FAD5AE. Grayscale: #232323. Windows color (decimal): -16438703 or 5319173. OLE color: 5319173.
HSL color Cylindrical-coordinate representation of color #052A51: hue angle of 210.79º 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 #052A51 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 42 | 81 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.68 |
| HSL | 210.79º | 0.88% | 0.17% | - |
| HSV(B) | 210.79º | 0.94% | 0.32% | - |
| XYZ | 2.38 | 2.28 | 8.1 | - |
| YUV | 35.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 81 | 0.94 | 0.48 | 0 | 0.68 | 210.79 | 0.88 | 0.17 |
| Hex | 5 | 2A | 51 | 5E | 30 | 0 | 44 | D3 | 58 | 11 |
| Octal | 5 | 52 | 121 | 136 | 60 | 0 | 104 | 323 | 130 | 21 |
| Binary | 101 | 101010 | 1010001 | 1011110 | 110000 | 0 | 1000100 | 11010011 | 1011000 | 10001 |
Color Harmonies of #052A51
Complementary color
Monochromatic Colors of #052A51
Black with #052A51
Text Example
Text Example
White with #052A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A51; }
p { color: rgb(5,42,81); }
H1.HeaderClassName
{
color: #052A51;
}
.AnyTagClassName
{
color: #052A51;
}
</style>
background-color css
<style>
a { background-color: #052A51; }
a { background-color: rgb(5,42,81); }
div.DivClassName
{
background-color: #052A51;
}
.BgClassName
{
background-color: #052A51;
}
</style>
border-color css
<style>
span { border-color: #052A51; }
span { border-color: rgb(5,42,81); }
td.TdClassName
{
border-color: #052A51;
}
.TagClassName
{
border-color: #052A51;
}
</style>