Shades of Prussian Blue #052B5A
Tints of Prussian Blue #052B5A
RGB
CMYK
RGB Variations
Color information
#052B5A (or 0x052B5A) is known color: Prussian Blue. HEX triplet: 05, 2B and 5A. RGB value is (5,43,90). Sum of RGB (Red+Green+Blue) = 5+43+90=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #052B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B5A is #FAD4A5. Grayscale: #242424. Windows color (decimal): -16438438 or 5909253. OLE color: 5909253.
HSL color Cylindrical-coordinate representation of color #052B5A: hue angle of 213.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052B5A is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 43 | 90 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.65 |
| HSL | 213.18º | 0.89% | 0.19% | - |
| HSV(B) | 213.18º | 0.94% | 0.35% | - |
| XYZ | 2.77 | 2.5 | 10.01 | - |
| YUV | 37 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 90 | 0.94 | 0.52 | 0 | 0.65 | 213.18 | 0.89 | 0.19 |
| Hex | 5 | 2B | 5A | 5E | 34 | 0 | 41 | D5 | 59 | 13 |
| Octal | 5 | 53 | 132 | 136 | 64 | 0 | 101 | 325 | 131 | 23 |
| Binary | 101 | 101011 | 1011010 | 1011110 | 110100 | 0 | 1000001 | 11010101 | 1011001 | 10011 |
Color Harmonies of #052B5A
Complementary color
Monochromatic Colors of #052B5A
Black with #052B5A
Text Example
Text Example
White with #052B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B5A; }
p { color: rgb(5,43,90); }
H1.HeaderClassName
{
color: #052B5A;
}
.AnyTagClassName
{
color: #052B5A;
}
</style>
background-color css
<style>
a { background-color: #052B5A; }
a { background-color: rgb(5,43,90); }
div.DivClassName
{
background-color: #052B5A;
}
.BgClassName
{
background-color: #052B5A;
}
</style>
border-color css
<style>
span { border-color: #052B5A; }
span { border-color: rgb(5,43,90); }
td.TdClassName
{
border-color: #052B5A;
}
.TagClassName
{
border-color: #052B5A;
}
</style>