Shades of Prussian Blue #022857
Tints of Prussian Blue #022857
RGB
CMYK
RGB Variations
Color information
#022857 (or 0x022857) is known color: Prussian Blue. HEX triplet: 02, 28 and 57. RGB value is (2,40,87). Sum of RGB (Red+Green+Blue) = 2+40+87=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #022857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022857 is #FDD7A8. Grayscale: #212121. Windows color (decimal): -16635817 or 5711874. OLE color: 5711874.
HSL color Cylindrical-coordinate representation of color #022857: hue angle of 213.18º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022857 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 40 | 87 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.66 |
| HSL | 213.18º | 0.96% | 0.17% | - |
| HSV(B) | 213.18º | 0.98% | 0.34% | - |
| XYZ | 2.5 | 2.22 | 9.31 | - |
| YUV | 34 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 87 | 0.98 | 0.54 | 0 | 0.66 | 213.18 | 0.96 | 0.17 |
| Hex | 2 | 28 | 57 | 62 | 36 | 0 | 42 | D5 | 60 | 11 |
| Octal | 2 | 50 | 127 | 142 | 66 | 0 | 102 | 325 | 140 | 21 |
| Binary | 10 | 101000 | 1010111 | 1100010 | 110110 | 0 | 1000010 | 11010101 | 1100000 | 10001 |
Color Harmonies of #022857
Complementary color
Monochromatic Colors of #022857
Black with #022857
Text Example
Text Example
White with #022857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022857; }
p { color: rgb(2,40,87); }
H1.HeaderClassName
{
color: #022857;
}
.AnyTagClassName
{
color: #022857;
}
</style>
background-color css
<style>
a { background-color: #022857; }
a { background-color: rgb(2,40,87); }
div.DivClassName
{
background-color: #022857;
}
.BgClassName
{
background-color: #022857;
}
</style>
border-color css
<style>
span { border-color: #022857; }
span { border-color: rgb(2,40,87); }
td.TdClassName
{
border-color: #022857;
}
.TagClassName
{
border-color: #022857;
}
</style>