Shades of Prussian Blue #022E59
Tints of Prussian Blue #022E59
RGB
CMYK
RGB Variations
Color information
#022E59 (or 0x022E59) is known color: Prussian Blue. HEX triplet: 02, 2E and 59. RGB value is (2,46,89). Sum of RGB (Red+Green+Blue) = 2+46+89=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #022E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E59 is #FDD1A6. Grayscale: #252525. Windows color (decimal): -16634279 or 5844482. OLE color: 5844482.
HSL color Cylindrical-coordinate representation of color #022E59: hue angle of 209.66º 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 #022E59 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 46 | 89 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.65 |
| HSL | 209.66º | 0.96% | 0.18% | - |
| HSV(B) | 209.66º | 0.98% | 0.35% | - |
| XYZ | 2.81 | 2.69 | 9.82 | - |
| YUV | 37.75 | 156.92 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 89 | 0.98 | 0.48 | 0 | 0.65 | 209.66 | 0.96 | 0.18 |
| Hex | 2 | 2E | 59 | 62 | 30 | 0 | 41 | D2 | 60 | 12 |
| Octal | 2 | 56 | 131 | 142 | 60 | 0 | 101 | 322 | 140 | 22 |
| Binary | 10 | 101110 | 1011001 | 1100010 | 110000 | 0 | 1000001 | 11010010 | 1100000 | 10010 |
Color Harmonies of #022E59
Complementary color
Monochromatic Colors of #022E59
Black with #022E59
Text Example
Text Example
White with #022E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E59; }
p { color: rgb(2,46,89); }
H1.HeaderClassName
{
color: #022E59;
}
.AnyTagClassName
{
color: #022E59;
}
</style>
background-color css
<style>
a { background-color: #022E59; }
a { background-color: rgb(2,46,89); }
div.DivClassName
{
background-color: #022E59;
}
.BgClassName
{
background-color: #022E59;
}
</style>
border-color css
<style>
span { border-color: #022E59; }
span { border-color: rgb(2,46,89); }
td.TdClassName
{
border-color: #022E59;
}
.TagClassName
{
border-color: #022E59;
}
</style>