Shades of Prussian Blue #052D4D
Tints of Prussian Blue #052D4D
RGB
CMYK
RGB Variations
Color information
#052D4D (or 0x052D4D) is known color: Prussian Blue. HEX triplet: 05, 2D and 4D. RGB value is (5,45,77). Sum of RGB (Red+Green+Blue) = 5+45+77=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #052D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D4D is #FAD2B2. Grayscale: #242424. Windows color (decimal): -16437939 or 5057797. OLE color: 5057797.
HSL color Cylindrical-coordinate representation of color #052D4D: hue angle of 206.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052D4D is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 45 | 77 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.70 |
| HSL | 206.67º | 0.88% | 0.16% | - |
| HSV(B) | 206.67º | 0.94% | 0.3% | - |
| XYZ | 2.34 | 2.44 | 7.37 | - |
| YUV | 36.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 77 | 0.94 | 0.42 | 0 | 0.70 | 206.67 | 0.88 | 0.16 |
| Hex | 5 | 2D | 4D | 5E | 2A | 0 | 46 | CF | 58 | 10 |
| Octal | 5 | 55 | 115 | 136 | 52 | 0 | 106 | 317 | 130 | 20 |
| Binary | 101 | 101101 | 1001101 | 1011110 | 101010 | 0 | 1000110 | 11001111 | 1011000 | 10000 |
Color Harmonies of #052D4D
Complementary color
Monochromatic Colors of #052D4D
Black with #052D4D
Text Example
Text Example
White with #052D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D4D; }
p { color: rgb(5,45,77); }
H1.HeaderClassName
{
color: #052D4D;
}
.AnyTagClassName
{
color: #052D4D;
}
</style>
background-color css
<style>
a { background-color: #052D4D; }
a { background-color: rgb(5,45,77); }
div.DivClassName
{
background-color: #052D4D;
}
.BgClassName
{
background-color: #052D4D;
}
</style>
border-color css
<style>
span { border-color: #052D4D; }
span { border-color: rgb(5,45,77); }
td.TdClassName
{
border-color: #052D4D;
}
.TagClassName
{
border-color: #052D4D;
}
</style>