Shades of Prussian Blue #022D50
Tints of Prussian Blue #022D50
RGB
CMYK
RGB Variations
Color information
#022D50 (or 0x022D50) is known color: Prussian Blue. HEX triplet: 02, 2D and 50. RGB value is (2,45,80). Sum of RGB (Red+Green+Blue) = 2+45+80=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #022D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D50 is #FDD2AF. Grayscale: #232323. Windows color (decimal): -16634544 or 5254402. OLE color: 5254402.
HSL color Cylindrical-coordinate representation of color #022D50: hue angle of 206.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D50 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 45 | 80 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.69 |
| HSL | 206.92º | 0.95% | 0.16% | - |
| HSV(B) | 206.92º | 0.98% | 0.31% | - |
| XYZ | 2.41 | 2.47 | 7.94 | - |
| YUV | 36.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 80 | 0.98 | 0.44 | 0 | 0.69 | 206.92 | 0.95 | 0.16 |
| Hex | 2 | 2D | 50 | 62 | 2C | 0 | 45 | CF | 5F | 10 |
| Octal | 2 | 55 | 120 | 142 | 54 | 0 | 105 | 317 | 137 | 20 |
| Binary | 10 | 101101 | 1010000 | 1100010 | 101100 | 0 | 1000101 | 11001111 | 1011111 | 10000 |
Color Harmonies of #022D50
Complementary color
Monochromatic Colors of #022D50
Black with #022D50
Text Example
Text Example
White with #022D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D50; }
p { color: rgb(2,45,80); }
H1.HeaderClassName
{
color: #022D50;
}
.AnyTagClassName
{
color: #022D50;
}
</style>
background-color css
<style>
a { background-color: #022D50; }
a { background-color: rgb(2,45,80); }
div.DivClassName
{
background-color: #022D50;
}
.BgClassName
{
background-color: #022D50;
}
</style>
border-color css
<style>
span { border-color: #022D50; }
span { border-color: rgb(2,45,80); }
td.TdClassName
{
border-color: #022D50;
}
.TagClassName
{
border-color: #022D50;
}
</style>