Shades of Prussian Blue #022D58
Tints of Prussian Blue #022D58
RGB
CMYK
RGB Variations
Color information
#022D58 (or 0x022D58) is known color: Prussian Blue. HEX triplet: 02, 2D and 58. RGB value is (2,45,88). Sum of RGB (Red+Green+Blue) = 2+45+88=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #022D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D58 is #FDD2A7. Grayscale: #242424. Windows color (decimal): -16634536 or 5778690. OLE color: 5778690.
HSL color Cylindrical-coordinate representation of color #022D58: hue angle of 210º 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 #022D58 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 45 | 88 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.65 |
| HSL | 210º | 0.96% | 0.18% | - |
| HSV(B) | 210º | 0.98% | 0.35% | - |
| XYZ | 2.72 | 2.59 | 9.59 | - |
| YUV | 37.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 88 | 0.98 | 0.49 | 0 | 0.65 | 210 | 0.96 | 0.18 |
| Hex | 2 | 2D | 58 | 62 | 31 | 0 | 41 | D2 | 60 | 12 |
| Octal | 2 | 55 | 130 | 142 | 61 | 0 | 101 | 322 | 140 | 22 |
| Binary | 10 | 101101 | 1011000 | 1100010 | 110001 | 0 | 1000001 | 11010010 | 1100000 | 10010 |
Color Harmonies of #022D58
Complementary color
Monochromatic Colors of #022D58
Black with #022D58
Text Example
Text Example
White with #022D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D58; }
p { color: rgb(2,45,88); }
H1.HeaderClassName
{
color: #022D58;
}
.AnyTagClassName
{
color: #022D58;
}
</style>
background-color css
<style>
a { background-color: #022D58; }
a { background-color: rgb(2,45,88); }
div.DivClassName
{
background-color: #022D58;
}
.BgClassName
{
background-color: #022D58;
}
</style>
border-color css
<style>
span { border-color: #022D58; }
span { border-color: rgb(2,45,88); }
td.TdClassName
{
border-color: #022D58;
}
.TagClassName
{
border-color: #022D58;
}
</style>