Shades of Prussian Blue #052B55
Tints of Prussian Blue #052B55
RGB
CMYK
RGB Variations
Color information
#052B55 (or 0x052B55) is known color: Prussian Blue. HEX triplet: 05, 2B and 55. RGB value is (5,43,85). Sum of RGB (Red+Green+Blue) = 5+43+85=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #052B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B55 is #FAD4AA. Grayscale: #242424. Windows color (decimal): -16438443 or 5581573. OLE color: 5581573.
HSL color Cylindrical-coordinate representation of color #052B55: hue angle of 211.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052B55 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 43 | 85 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.67 |
| HSL | 211.5º | 0.89% | 0.18% | - |
| HSV(B) | 211.5º | 0.94% | 0.33% | - |
| XYZ | 2.57 | 2.42 | 8.93 | - |
| YUV | 36.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 85 | 0.94 | 0.49 | 0 | 0.67 | 211.5 | 0.89 | 0.18 |
| Hex | 5 | 2B | 55 | 5E | 31 | 0 | 43 | D4 | 59 | 12 |
| Octal | 5 | 53 | 125 | 136 | 61 | 0 | 103 | 324 | 131 | 22 |
| Binary | 101 | 101011 | 1010101 | 1011110 | 110001 | 0 | 1000011 | 11010100 | 1011001 | 10010 |
Color Harmonies of #052B55
Complementary color
Monochromatic Colors of #052B55
Black with #052B55
Text Example
Text Example
White with #052B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B55; }
p { color: rgb(5,43,85); }
H1.HeaderClassName
{
color: #052B55;
}
.AnyTagClassName
{
color: #052B55;
}
</style>
background-color css
<style>
a { background-color: #052B55; }
a { background-color: rgb(5,43,85); }
div.DivClassName
{
background-color: #052B55;
}
.BgClassName
{
background-color: #052B55;
}
</style>
border-color css
<style>
span { border-color: #052B55; }
span { border-color: rgb(5,43,85); }
td.TdClassName
{
border-color: #052B55;
}
.TagClassName
{
border-color: #052B55;
}
</style>