Shades of Prussian Blue #022C59
Tints of Prussian Blue #022C59
RGB
CMYK
RGB Variations
Color information
#022C59 (or 0x022C59) is known color: Prussian Blue. HEX triplet: 02, 2C and 59. RGB value is (2,44,89). Sum of RGB (Red+Green+Blue) = 2+44+89=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #022C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C59 is #FDD3A6. Grayscale: #242424. Windows color (decimal): -16634791 or 5843970. OLE color: 5843970.
HSL color Cylindrical-coordinate representation of color #022C59: hue angle of 211.03º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C59 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 44 | 89 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.65 |
| HSL | 211.03º | 0.96% | 0.18% | - |
| HSV(B) | 211.03º | 0.98% | 0.35% | - |
| XYZ | 2.73 | 2.54 | 9.8 | - |
| YUV | 36.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 89 | 0.98 | 0.51 | 0 | 0.65 | 211.03 | 0.96 | 0.18 |
| Hex | 2 | 2C | 59 | 62 | 33 | 0 | 41 | D3 | 60 | 12 |
| Octal | 2 | 54 | 131 | 142 | 63 | 0 | 101 | 323 | 140 | 22 |
| Binary | 10 | 101100 | 1011001 | 1100010 | 110011 | 0 | 1000001 | 11010011 | 1100000 | 10010 |
Color Harmonies of #022C59
Complementary color
Monochromatic Colors of #022C59
Black with #022C59
Text Example
Text Example
White with #022C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C59; }
p { color: rgb(2,44,89); }
H1.HeaderClassName
{
color: #022C59;
}
.AnyTagClassName
{
color: #022C59;
}
</style>
background-color css
<style>
a { background-color: #022C59; }
a { background-color: rgb(2,44,89); }
div.DivClassName
{
background-color: #022C59;
}
.BgClassName
{
background-color: #022C59;
}
</style>
border-color css
<style>
span { border-color: #022C59; }
span { border-color: rgb(2,44,89); }
td.TdClassName
{
border-color: #022C59;
}
.TagClassName
{
border-color: #022C59;
}
</style>