Shades of Prussian Blue #052C4D
Tints of Prussian Blue #052C4D
RGB
CMYK
RGB Variations
Color information
#052C4D (or 0x052C4D) is known color: Prussian Blue. HEX triplet: 05, 2C and 4D. RGB value is (5,44,77). Sum of RGB (Red+Green+Blue) = 5+44+77=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #052C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C4D is #FAD3B2. Grayscale: #232323. Windows color (decimal): -16438195 or 5057541. OLE color: 5057541.
HSL color Cylindrical-coordinate representation of color #052C4D: hue angle of 207.5º 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 #052C4D is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 44 | 77 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.70 |
| HSL | 207.5º | 0.88% | 0.16% | - |
| HSV(B) | 207.5º | 0.94% | 0.3% | - |
| XYZ | 2.3 | 2.37 | 7.36 | - |
| YUV | 36.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 77 | 0.94 | 0.43 | 0 | 0.70 | 207.5 | 0.88 | 0.16 |
| Hex | 5 | 2C | 4D | 5E | 2B | 0 | 46 | D0 | 58 | 10 |
| Octal | 5 | 54 | 115 | 136 | 53 | 0 | 106 | 320 | 130 | 20 |
| Binary | 101 | 101100 | 1001101 | 1011110 | 101011 | 0 | 1000110 | 11010000 | 1011000 | 10000 |
Color Harmonies of #052C4D
Complementary color
Monochromatic Colors of #052C4D
Black with #052C4D
Text Example
Text Example
White with #052C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C4D; }
p { color: rgb(5,44,77); }
H1.HeaderClassName
{
color: #052C4D;
}
.AnyTagClassName
{
color: #052C4D;
}
</style>
background-color css
<style>
a { background-color: #052C4D; }
a { background-color: rgb(5,44,77); }
div.DivClassName
{
background-color: #052C4D;
}
.BgClassName
{
background-color: #052C4D;
}
</style>
border-color css
<style>
span { border-color: #052C4D; }
span { border-color: rgb(5,44,77); }
td.TdClassName
{
border-color: #052C4D;
}
.TagClassName
{
border-color: #052C4D;
}
</style>