Shades of Prussian Blue #022858
Tints of Prussian Blue #022858
RGB
CMYK
RGB Variations
Color information
#022858 (or 0x022858) is known color: Prussian Blue. HEX triplet: 02, 28 and 58. RGB value is (2,40,88). Sum of RGB (Red+Green+Blue) = 2+40+88=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #022858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022858 is #FDD7A7. Grayscale: #212121. Windows color (decimal): -16635816 or 5777410. OLE color: 5777410.
HSL color Cylindrical-coordinate representation of color #022858: hue angle of 213.49º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022858 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 40 | 88 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.65 |
| HSL | 213.49º | 0.96% | 0.18% | - |
| HSV(B) | 213.49º | 0.98% | 0.35% | - |
| XYZ | 2.55 | 2.24 | 9.53 | - |
| YUV | 34.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 88 | 0.98 | 0.55 | 0 | 0.65 | 213.49 | 0.96 | 0.18 |
| Hex | 2 | 28 | 58 | 62 | 37 | 0 | 41 | D5 | 60 | 12 |
| Octal | 2 | 50 | 130 | 142 | 67 | 0 | 101 | 325 | 140 | 22 |
| Binary | 10 | 101000 | 1011000 | 1100010 | 110111 | 0 | 1000001 | 11010101 | 1100000 | 10010 |
Color Harmonies of #022858
Complementary color
Monochromatic Colors of #022858
Black with #022858
Text Example
Text Example
White with #022858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022858; }
p { color: rgb(2,40,88); }
H1.HeaderClassName
{
color: #022858;
}
.AnyTagClassName
{
color: #022858;
}
</style>
background-color css
<style>
a { background-color: #022858; }
a { background-color: rgb(2,40,88); }
div.DivClassName
{
background-color: #022858;
}
.BgClassName
{
background-color: #022858;
}
</style>
border-color css
<style>
span { border-color: #022858; }
span { border-color: rgb(2,40,88); }
td.TdClassName
{
border-color: #022858;
}
.TagClassName
{
border-color: #022858;
}
</style>