Shades of Prussian Blue #052E62
Tints of Prussian Blue #052E62
RGB
CMYK
RGB Variations
Color information
#052E62 (or 0x052E62) is known color: Prussian Blue. HEX triplet: 05, 2E and 62. RGB value is (5,46,98). Sum of RGB (Red+Green+Blue) = 5+46+98=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #052E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E62 is #FAD19D. Grayscale: #272727. Windows color (decimal): -16437662 or 6434309. OLE color: 6434309.
HSL color Cylindrical-coordinate representation of color #052E62: hue angle of 213.55º 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 #052E62 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 46 | 98 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.62 |
| HSL | 213.55º | 0.9% | 0.2% | - |
| HSV(B) | 213.55º | 0.95% | 0.38% | - |
| XYZ | 3.24 | 2.87 | 11.94 | - |
| YUV | 39.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 98 | 0.95 | 0.53 | 0 | 0.62 | 213.55 | 0.9 | 0.2 |
| Hex | 5 | 2E | 62 | 5F | 35 | 0 | 3E | D6 | 5A | 14 |
| Octal | 5 | 56 | 142 | 137 | 65 | 0 | 76 | 326 | 132 | 24 |
| Binary | 101 | 101110 | 1100010 | 1011111 | 110101 | 0 | 111110 | 11010110 | 1011010 | 10100 |
Color Harmonies of #052E62
Complementary color
Monochromatic Colors of #052E62
Black with #052E62
Text Example
Text Example
White with #052E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E62; }
p { color: rgb(5,46,98); }
H1.HeaderClassName
{
color: #052E62;
}
.AnyTagClassName
{
color: #052E62;
}
</style>
background-color css
<style>
a { background-color: #052E62; }
a { background-color: rgb(5,46,98); }
div.DivClassName
{
background-color: #052E62;
}
.BgClassName
{
background-color: #052E62;
}
</style>
border-color css
<style>
span { border-color: #052E62; }
span { border-color: rgb(5,46,98); }
td.TdClassName
{
border-color: #052E62;
}
.TagClassName
{
border-color: #052E62;
}
</style>