Shades of Prussian Blue #052F62
Tints of Prussian Blue #052F62
RGB
CMYK
RGB Variations
Color information
#052F62 (or 0x052F62) is known color: Prussian Blue. HEX triplet: 05, 2F and 62. RGB value is (5,47,98). Sum of RGB (Red+Green+Blue) = 5+47+98=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #052F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F62 is #FAD09D. Grayscale: #282828. Windows color (decimal): -16437406 or 6434565. OLE color: 6434565.
HSL color Cylindrical-coordinate representation of color #052F62: hue angle of 212.9º 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 #052F62 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 47 | 98 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.62 |
| HSL | 212.9º | 0.9% | 0.2% | - |
| HSV(B) | 212.9º | 0.95% | 0.38% | - |
| XYZ | 3.28 | 2.95 | 11.95 | - |
| YUV | 40.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 98 | 0.95 | 0.52 | 0 | 0.62 | 212.9 | 0.9 | 0.2 |
| Hex | 5 | 2F | 62 | 5F | 34 | 0 | 3E | D5 | 5A | 14 |
| Octal | 5 | 57 | 142 | 137 | 64 | 0 | 76 | 325 | 132 | 24 |
| Binary | 101 | 101111 | 1100010 | 1011111 | 110100 | 0 | 111110 | 11010101 | 1011010 | 10100 |
Color Harmonies of #052F62
Complementary color
Monochromatic Colors of #052F62
Black with #052F62
Text Example
Text Example
White with #052F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F62; }
p { color: rgb(5,47,98); }
H1.HeaderClassName
{
color: #052F62;
}
.AnyTagClassName
{
color: #052F62;
}
</style>
background-color css
<style>
a { background-color: #052F62; }
a { background-color: rgb(5,47,98); }
div.DivClassName
{
background-color: #052F62;
}
.BgClassName
{
background-color: #052F62;
}
</style>
border-color css
<style>
span { border-color: #052F62; }
span { border-color: rgb(5,47,98); }
td.TdClassName
{
border-color: #052F62;
}
.TagClassName
{
border-color: #052F62;
}
</style>