Shades of Prussian Blue #052D60
Tints of Prussian Blue #052D60
RGB
CMYK
RGB Variations
Color information
#052D60 (or 0x052D60) is known color: Prussian Blue. HEX triplet: 05, 2D and 60. RGB value is (5,45,96). Sum of RGB (Red+Green+Blue) = 5+45+96=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #052D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D60 is #FAD29F. Grayscale: #262626. Windows color (decimal): -16437920 or 6302981. OLE color: 6302981.
HSL color Cylindrical-coordinate representation of color #052D60: hue angle of 213.63º 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 #052D60 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 45 | 96 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.62 |
| HSL | 213.63º | 0.9% | 0.2% | - |
| HSV(B) | 213.63º | 0.95% | 0.38% | - |
| XYZ | 3.11 | 2.75 | 11.43 | - |
| YUV | 38.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 96 | 0.95 | 0.53 | 0 | 0.62 | 213.63 | 0.9 | 0.2 |
| Hex | 5 | 2D | 60 | 5F | 35 | 0 | 3E | D6 | 5A | 14 |
| Octal | 5 | 55 | 140 | 137 | 65 | 0 | 76 | 326 | 132 | 24 |
| Binary | 101 | 101101 | 1100000 | 1011111 | 110101 | 0 | 111110 | 11010110 | 1011010 | 10100 |
Color Harmonies of #052D60
Complementary color
Monochromatic Colors of #052D60
Black with #052D60
Text Example
Text Example
White with #052D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D60; }
p { color: rgb(5,45,96); }
H1.HeaderClassName
{
color: #052D60;
}
.AnyTagClassName
{
color: #052D60;
}
</style>
background-color css
<style>
a { background-color: #052D60; }
a { background-color: rgb(5,45,96); }
div.DivClassName
{
background-color: #052D60;
}
.BgClassName
{
background-color: #052D60;
}
</style>
border-color css
<style>
span { border-color: #052D60; }
span { border-color: rgb(5,45,96); }
td.TdClassName
{
border-color: #052D60;
}
.TagClassName
{
border-color: #052D60;
}
</style>