Shades of Prussian Blue #052C63
Tints of Prussian Blue #052C63
RGB
CMYK
RGB Variations
Color information
#052C63 (or 0x052C63) is known color: Prussian Blue. HEX triplet: 05, 2C and 63. RGB value is (5,44,99). Sum of RGB (Red+Green+Blue) = 5+44+99=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #052C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C63 is #FAD39C. Grayscale: #262626. Windows color (decimal): -16438173 or 6499333. OLE color: 6499333.
HSL color Cylindrical-coordinate representation of color #052C63: hue angle of 215.11º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052C63 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 44 | 99 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.61 |
| HSL | 215.11º | 0.9% | 0.2% | - |
| HSV(B) | 215.11º | 0.95% | 0.39% | - |
| XYZ | 3.22 | 2.73 | 12.16 | - |
| YUV | 38.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 99 | 0.95 | 0.56 | 0 | 0.61 | 215.11 | 0.9 | 0.2 |
| Hex | 5 | 2C | 63 | 5F | 38 | 0 | 3D | D7 | 5A | 14 |
| Octal | 5 | 54 | 143 | 137 | 70 | 0 | 75 | 327 | 132 | 24 |
| Binary | 101 | 101100 | 1100011 | 1011111 | 111000 | 0 | 111101 | 11010111 | 1011010 | 10100 |
Color Harmonies of #052C63
Complementary color
Monochromatic Colors of #052C63
Black with #052C63
Text Example
Text Example
White with #052C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C63; }
p { color: rgb(5,44,99); }
H1.HeaderClassName
{
color: #052C63;
}
.AnyTagClassName
{
color: #052C63;
}
</style>
background-color css
<style>
a { background-color: #052C63; }
a { background-color: rgb(5,44,99); }
div.DivClassName
{
background-color: #052C63;
}
.BgClassName
{
background-color: #052C63;
}
</style>
border-color css
<style>
span { border-color: #052C63; }
span { border-color: rgb(5,44,99); }
td.TdClassName
{
border-color: #052C63;
}
.TagClassName
{
border-color: #052C63;
}
</style>