Shades of Prussian Blue #022954
Tints of Prussian Blue #022954
RGB
CMYK
RGB Variations
Color information
#022954 (or 0x022954) is known color: Prussian Blue. HEX triplet: 02, 29 and 54. RGB value is (2,41,84). Sum of RGB (Red+Green+Blue) = 2+41+84=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #022954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022954 is #FDD6AB. Grayscale: #222222. Windows color (decimal): -16635564 or 5515522. OLE color: 5515522.
HSL color Cylindrical-coordinate representation of color #022954: hue angle of 211.46º 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 #022954 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 41 | 84 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.67 |
| HSL | 211.46º | 0.95% | 0.17% | - |
| HSV(B) | 211.46º | 0.98% | 0.33% | - |
| XYZ | 2.42 | 2.24 | 8.69 | - |
| YUV | 34.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 84 | 0.98 | 0.51 | 0 | 0.67 | 211.46 | 0.95 | 0.17 |
| Hex | 2 | 29 | 54 | 62 | 33 | 0 | 43 | D3 | 5F | 11 |
| Octal | 2 | 51 | 124 | 142 | 63 | 0 | 103 | 323 | 137 | 21 |
| Binary | 10 | 101001 | 1010100 | 1100010 | 110011 | 0 | 1000011 | 11010011 | 1011111 | 10001 |
Color Harmonies of #022954
Complementary color
Monochromatic Colors of #022954
Black with #022954
Text Example
Text Example
White with #022954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022954; }
p { color: rgb(2,41,84); }
H1.HeaderClassName
{
color: #022954;
}
.AnyTagClassName
{
color: #022954;
}
</style>
background-color css
<style>
a { background-color: #022954; }
a { background-color: rgb(2,41,84); }
div.DivClassName
{
background-color: #022954;
}
.BgClassName
{
background-color: #022954;
}
</style>
border-color css
<style>
span { border-color: #022954; }
span { border-color: rgb(2,41,84); }
td.TdClassName
{
border-color: #022954;
}
.TagClassName
{
border-color: #022954;
}
</style>