Shades of Prussian Blue #052A4C
Tints of Prussian Blue #052A4C
RGB
CMYK
RGB Variations
Color information
#052A4C (or 0x052A4C) is known color: Prussian Blue. HEX triplet: 05, 2A and 4C. RGB value is (5,42,76). Sum of RGB (Red+Green+Blue) = 5+42+76=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #052A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A4C is #FAD5B3. Grayscale: #222222. Windows color (decimal): -16438708 or 4991493. OLE color: 4991493.
HSL color Cylindrical-coordinate representation of color #052A4C: hue angle of 208.73º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052A4C is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 42 | 76 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.70 |
| HSL | 208.73º | 0.88% | 0.16% | - |
| HSV(B) | 208.73º | 0.93% | 0.3% | - |
| XYZ | 2.2 | 2.21 | 7.15 | - |
| YUV | 34.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 76 | 0.93 | 0.45 | 0 | 0.70 | 208.73 | 0.88 | 0.16 |
| Hex | 5 | 2A | 4C | 5D | 2D | 0 | 46 | D1 | 58 | 10 |
| Octal | 5 | 52 | 114 | 135 | 55 | 0 | 106 | 321 | 130 | 20 |
| Binary | 101 | 101010 | 1001100 | 1011101 | 101101 | 0 | 1000110 | 11010001 | 1011000 | 10000 |
Color Harmonies of #052A4C
Complementary color
Monochromatic Colors of #052A4C
Black with #052A4C
Text Example
Text Example
White with #052A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A4C; }
p { color: rgb(5,42,76); }
H1.HeaderClassName
{
color: #052A4C;
}
.AnyTagClassName
{
color: #052A4C;
}
</style>
background-color css
<style>
a { background-color: #052A4C; }
a { background-color: rgb(5,42,76); }
div.DivClassName
{
background-color: #052A4C;
}
.BgClassName
{
background-color: #052A4C;
}
</style>
border-color css
<style>
span { border-color: #052A4C; }
span { border-color: rgb(5,42,76); }
td.TdClassName
{
border-color: #052A4C;
}
.TagClassName
{
border-color: #052A4C;
}
</style>