Shades of Prussian Blue #022949
Tints of Prussian Blue #022949
RGB
CMYK
RGB Variations
Color information
#022949 (or 0x022949) is known color: Prussian Blue. HEX triplet: 02, 29 and 49. RGB value is (2,41,73). Sum of RGB (Red+Green+Blue) = 2+41+73=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #022949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022949 is #FDD6B6. Grayscale: #202020. Windows color (decimal): -16635575 or 4794626. OLE color: 4794626.
HSL color Cylindrical-coordinate representation of color #022949: hue angle of 207.04º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022949 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 41 | 73 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.71 |
| HSL | 207.04º | 0.95% | 0.15% | - |
| HSV(B) | 207.04º | 0.97% | 0.29% | - |
| XYZ | 2.02 | 2.08 | 6.6 | - |
| YUV | 32.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 73 | 0.97 | 0.44 | 0 | 0.71 | 207.04 | 0.95 | 0.15 |
| Hex | 2 | 29 | 49 | 61 | 2C | 0 | 47 | CF | 5F | F |
| Octal | 2 | 51 | 111 | 141 | 54 | 0 | 107 | 317 | 137 | 17 |
| Binary | 10 | 101001 | 1001001 | 1100001 | 101100 | 0 | 1000111 | 11001111 | 1011111 | 1111 |
Color Harmonies of #022949
Complementary color
Monochromatic Colors of #022949
Black with #022949
Text Example
Text Example
White with #022949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022949; }
p { color: rgb(2,41,73); }
H1.HeaderClassName
{
color: #022949;
}
.AnyTagClassName
{
color: #022949;
}
</style>
background-color css
<style>
a { background-color: #022949; }
a { background-color: rgb(2,41,73); }
div.DivClassName
{
background-color: #022949;
}
.BgClassName
{
background-color: #022949;
}
</style>
border-color css
<style>
span { border-color: #022949; }
span { border-color: rgb(2,41,73); }
td.TdClassName
{
border-color: #022949;
}
.TagClassName
{
border-color: #022949;
}
</style>