Shades of Prussian Blue #052B5B
Tints of Prussian Blue #052B5B
RGB
CMYK
RGB Variations
Color information
#052B5B (or 0x052B5B) is known color: Prussian Blue. HEX triplet: 05, 2B and 5B. RGB value is (5,43,91). Sum of RGB (Red+Green+Blue) = 5+43+91=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #052B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B5B is #FAD4A4. Grayscale: #242424. Windows color (decimal): -16438437 or 5974789. OLE color: 5974789.
HSL color Cylindrical-coordinate representation of color #052B5B: hue angle of 213.49º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052B5B is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 43 | 91 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.64 |
| HSL | 213.49º | 0.9% | 0.19% | - |
| HSV(B) | 213.49º | 0.95% | 0.36% | - |
| XYZ | 2.81 | 2.52 | 10.23 | - |
| YUV | 37.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 91 | 0.95 | 0.53 | 0 | 0.64 | 213.49 | 0.9 | 0.19 |
| Hex | 5 | 2B | 5B | 5F | 35 | 0 | 40 | D5 | 5A | 13 |
| Octal | 5 | 53 | 133 | 137 | 65 | 0 | 100 | 325 | 132 | 23 |
| Binary | 101 | 101011 | 1011011 | 1011111 | 110101 | 0 | 1000000 | 11010101 | 1011010 | 10011 |
Color Harmonies of #052B5B
Complementary color
Monochromatic Colors of #052B5B
Black with #052B5B
Text Example
Text Example
White with #052B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B5B; }
p { color: rgb(5,43,91); }
H1.HeaderClassName
{
color: #052B5B;
}
.AnyTagClassName
{
color: #052B5B;
}
</style>
background-color css
<style>
a { background-color: #052B5B; }
a { background-color: rgb(5,43,91); }
div.DivClassName
{
background-color: #052B5B;
}
.BgClassName
{
background-color: #052B5B;
}
</style>
border-color css
<style>
span { border-color: #052B5B; }
span { border-color: rgb(5,43,91); }
td.TdClassName
{
border-color: #052B5B;
}
.TagClassName
{
border-color: #052B5B;
}
</style>