Shades of Prussian Blue #052D5F
Tints of Prussian Blue #052D5F
RGB
CMYK
RGB Variations
Color information
#052D5F (or 0x052D5F) is known color: Prussian Blue. HEX triplet: 05, 2D and 5F. RGB value is (5,45,95). Sum of RGB (Red+Green+Blue) = 5+45+95=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #052D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D5F is #FAD2A0. Grayscale: #262626. Windows color (decimal): -16437921 or 6237445. OLE color: 6237445.
HSL color Cylindrical-coordinate representation of color #052D5F: hue angle of 213.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052D5F is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 45 | 95 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.63 |
| HSL | 213.33º | 0.9% | 0.2% | - |
| HSV(B) | 213.33º | 0.95% | 0.37% | - |
| XYZ | 3.07 | 2.74 | 11.19 | - |
| YUV | 38.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 95 | 0.95 | 0.53 | 0 | 0.63 | 213.33 | 0.9 | 0.2 |
| Hex | 5 | 2D | 5F | 5F | 35 | 0 | 3F | D5 | 5A | 14 |
| Octal | 5 | 55 | 137 | 137 | 65 | 0 | 77 | 325 | 132 | 24 |
| Binary | 101 | 101101 | 1011111 | 1011111 | 110101 | 0 | 111111 | 11010101 | 1011010 | 10100 |
Color Harmonies of #052D5F
Complementary color
Monochromatic Colors of #052D5F
Black with #052D5F
Text Example
Text Example
White with #052D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D5F; }
p { color: rgb(5,45,95); }
H1.HeaderClassName
{
color: #052D5F;
}
.AnyTagClassName
{
color: #052D5F;
}
</style>
background-color css
<style>
a { background-color: #052D5F; }
a { background-color: rgb(5,45,95); }
div.DivClassName
{
background-color: #052D5F;
}
.BgClassName
{
background-color: #052D5F;
}
</style>
border-color css
<style>
span { border-color: #052D5F; }
span { border-color: rgb(5,45,95); }
td.TdClassName
{
border-color: #052D5F;
}
.TagClassName
{
border-color: #052D5F;
}
</style>