Shades of Prussian Blue #052E4D
Tints of Prussian Blue #052E4D
RGB
CMYK
RGB Variations
Color information
#052E4D (or 0x052E4D) is known color: Prussian Blue. HEX triplet: 05, 2E and 4D. RGB value is (5,46,77). Sum of RGB (Red+Green+Blue) = 5+46+77=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #052E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E4D is #FAD1B2. Grayscale: #252525. Windows color (decimal): -16437683 or 5058053. OLE color: 5058053.
HSL color Cylindrical-coordinate representation of color #052E4D: hue angle of 205.83º 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 #052E4D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 46 | 77 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.70 |
| HSL | 205.83º | 0.88% | 0.16% | - |
| HSV(B) | 205.83º | 0.94% | 0.3% | - |
| XYZ | 2.38 | 2.52 | 7.38 | - |
| YUV | 37.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 77 | 0.94 | 0.40 | 0 | 0.70 | 205.83 | 0.88 | 0.16 |
| Hex | 5 | 2E | 4D | 5E | 28 | 0 | 46 | CE | 58 | 10 |
| Octal | 5 | 56 | 115 | 136 | 50 | 0 | 106 | 316 | 130 | 20 |
| Binary | 101 | 101110 | 1001101 | 1011110 | 101000 | 0 | 1000110 | 11001110 | 1011000 | 10000 |
Color Harmonies of #052E4D
Complementary color
Monochromatic Colors of #052E4D
Black with #052E4D
Text Example
Text Example
White with #052E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E4D; }
p { color: rgb(5,46,77); }
H1.HeaderClassName
{
color: #052E4D;
}
.AnyTagClassName
{
color: #052E4D;
}
</style>
background-color css
<style>
a { background-color: #052E4D; }
a { background-color: rgb(5,46,77); }
div.DivClassName
{
background-color: #052E4D;
}
.BgClassName
{
background-color: #052E4D;
}
</style>
border-color css
<style>
span { border-color: #052E4D; }
span { border-color: rgb(5,46,77); }
td.TdClassName
{
border-color: #052E4D;
}
.TagClassName
{
border-color: #052E4D;
}
</style>