Shades of Prussian Blue #022E53
Tints of Prussian Blue #022E53
RGB
CMYK
RGB Variations
Color information
#022E53 (or 0x022E53) is known color: Prussian Blue. HEX triplet: 02, 2E and 53. RGB value is (2,46,83). Sum of RGB (Red+Green+Blue) = 2+46+83=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #022E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E53 is #FDD1AC. Grayscale: #242424. Windows color (decimal): -16634285 or 5451266. OLE color: 5451266.
HSL color Cylindrical-coordinate representation of color #022E53: hue angle of 207.41º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E53 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 46 | 83 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.67 |
| HSL | 207.41º | 0.95% | 0.17% | - |
| HSV(B) | 207.41º | 0.98% | 0.33% | - |
| XYZ | 2.56 | 2.59 | 8.55 | - |
| YUV | 37.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 83 | 0.98 | 0.45 | 0 | 0.67 | 207.41 | 0.95 | 0.17 |
| Hex | 2 | 2E | 53 | 62 | 2D | 0 | 43 | CF | 5F | 11 |
| Octal | 2 | 56 | 123 | 142 | 55 | 0 | 103 | 317 | 137 | 21 |
| Binary | 10 | 101110 | 1010011 | 1100010 | 101101 | 0 | 1000011 | 11001111 | 1011111 | 10001 |
Color Harmonies of #022E53
Complementary color
Monochromatic Colors of #022E53
Black with #022E53
Text Example
Text Example
White with #022E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E53; }
p { color: rgb(2,46,83); }
H1.HeaderClassName
{
color: #022E53;
}
.AnyTagClassName
{
color: #022E53;
}
</style>
background-color css
<style>
a { background-color: #022E53; }
a { background-color: rgb(2,46,83); }
div.DivClassName
{
background-color: #022E53;
}
.BgClassName
{
background-color: #022E53;
}
</style>
border-color css
<style>
span { border-color: #022E53; }
span { border-color: rgb(2,46,83); }
td.TdClassName
{
border-color: #022E53;
}
.TagClassName
{
border-color: #022E53;
}
</style>