Shades of Prussian Blue #052C62
Tints of Prussian Blue #052C62
RGB
CMYK
RGB Variations
Color information
#052C62 (or 0x052C62) is known color: Prussian Blue. HEX triplet: 05, 2C and 62. RGB value is (5,44,98). Sum of RGB (Red+Green+Blue) = 5+44+98=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #052C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C62 is #FAD39D. Grayscale: #262626. Windows color (decimal): -16438174 or 6433797. OLE color: 6433797.
HSL color Cylindrical-coordinate representation of color #052C62: hue angle of 214.84º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052C62 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 44 | 98 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.62 |
| HSL | 214.84º | 0.9% | 0.2% | - |
| HSV(B) | 214.84º | 0.95% | 0.38% | - |
| XYZ | 3.17 | 2.72 | 11.91 | - |
| YUV | 38.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 98 | 0.95 | 0.55 | 0 | 0.62 | 214.84 | 0.9 | 0.2 |
| Hex | 5 | 2C | 62 | 5F | 37 | 0 | 3E | D7 | 5A | 14 |
| Octal | 5 | 54 | 142 | 137 | 67 | 0 | 76 | 327 | 132 | 24 |
| Binary | 101 | 101100 | 1100010 | 1011111 | 110111 | 0 | 111110 | 11010111 | 1011010 | 10100 |
Color Harmonies of #052C62
Complementary color
Monochromatic Colors of #052C62
Black with #052C62
Text Example
Text Example
White with #052C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C62; }
p { color: rgb(5,44,98); }
H1.HeaderClassName
{
color: #052C62;
}
.AnyTagClassName
{
color: #052C62;
}
</style>
background-color css
<style>
a { background-color: #052C62; }
a { background-color: rgb(5,44,98); }
div.DivClassName
{
background-color: #052C62;
}
.BgClassName
{
background-color: #052C62;
}
</style>
border-color css
<style>
span { border-color: #052C62; }
span { border-color: rgb(5,44,98); }
td.TdClassName
{
border-color: #052C62;
}
.TagClassName
{
border-color: #052C62;
}
</style>