Shades of Prussian Blue #022E54
Tints of Prussian Blue #022E54
RGB
CMYK
RGB Variations
Color information
#022E54 (or 0x022E54) is known color: Prussian Blue. HEX triplet: 02, 2E and 54. RGB value is (2,46,84). Sum of RGB (Red+Green+Blue) = 2+46+84=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #022E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E54 is #FDD1AB. Grayscale: #242424. Windows color (decimal): -16634284 or 5516802. OLE color: 5516802.
HSL color Cylindrical-coordinate representation of color #022E54: hue angle of 207.8º 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 #022E54 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 46 | 84 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.67 |
| HSL | 207.8º | 0.95% | 0.17% | - |
| HSV(B) | 207.8º | 0.98% | 0.33% | - |
| XYZ | 2.6 | 2.61 | 8.75 | - |
| YUV | 37.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 84 | 0.98 | 0.45 | 0 | 0.67 | 207.8 | 0.95 | 0.17 |
| Hex | 2 | 2E | 54 | 62 | 2D | 0 | 43 | D0 | 5F | 11 |
| Octal | 2 | 56 | 124 | 142 | 55 | 0 | 103 | 320 | 137 | 21 |
| Binary | 10 | 101110 | 1010100 | 1100010 | 101101 | 0 | 1000011 | 11010000 | 1011111 | 10001 |
Color Harmonies of #022E54
Complementary color
Monochromatic Colors of #022E54
Black with #022E54
Text Example
Text Example
White with #022E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E54; }
p { color: rgb(2,46,84); }
H1.HeaderClassName
{
color: #022E54;
}
.AnyTagClassName
{
color: #022E54;
}
</style>
background-color css
<style>
a { background-color: #022E54; }
a { background-color: rgb(2,46,84); }
div.DivClassName
{
background-color: #022E54;
}
.BgClassName
{
background-color: #022E54;
}
</style>
border-color css
<style>
span { border-color: #022E54; }
span { border-color: rgb(2,46,84); }
td.TdClassName
{
border-color: #022E54;
}
.TagClassName
{
border-color: #022E54;
}
</style>