Shades of Prussian Blue #022851
Tints of Prussian Blue #022851
RGB
CMYK
RGB Variations
Color information
#022851 (or 0x022851) is known color: Prussian Blue. HEX triplet: 02, 28 and 51. RGB value is (2,40,81). Sum of RGB (Red+Green+Blue) = 2+40+81=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #022851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022851 is #FDD7AE. Grayscale: #212121. Windows color (decimal): -16635823 or 5318658. OLE color: 5318658.
HSL color Cylindrical-coordinate representation of color #022851: hue angle of 211.14º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022851 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 40 | 81 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.68 |
| HSL | 211.14º | 0.95% | 0.16% | - |
| HSV(B) | 211.14º | 0.98% | 0.32% | - |
| XYZ | 2.27 | 2.12 | 8.08 | - |
| YUV | 33.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 81 | 0.98 | 0.51 | 0 | 0.68 | 211.14 | 0.95 | 0.16 |
| Hex | 2 | 28 | 51 | 62 | 33 | 0 | 44 | D3 | 5F | 10 |
| Octal | 2 | 50 | 121 | 142 | 63 | 0 | 104 | 323 | 137 | 20 |
| Binary | 10 | 101000 | 1010001 | 1100010 | 110011 | 0 | 1000100 | 11010011 | 1011111 | 10000 |
Color Harmonies of #022851
Complementary color
Monochromatic Colors of #022851
Black with #022851
Text Example
Text Example
White with #022851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022851; }
p { color: rgb(2,40,81); }
H1.HeaderClassName
{
color: #022851;
}
.AnyTagClassName
{
color: #022851;
}
</style>
background-color css
<style>
a { background-color: #022851; }
a { background-color: rgb(2,40,81); }
div.DivClassName
{
background-color: #022851;
}
.BgClassName
{
background-color: #022851;
}
</style>
border-color css
<style>
span { border-color: #022851; }
span { border-color: rgb(2,40,81); }
td.TdClassName
{
border-color: #022851;
}
.TagClassName
{
border-color: #022851;
}
</style>