Shades of Prussian Blue #022C5A
Tints of Prussian Blue #022C5A
RGB
CMYK
RGB Variations
Color information
#022C5A (or 0x022C5A) is known color: Prussian Blue. HEX triplet: 02, 2C and 5A. RGB value is (2,44,90). Sum of RGB (Red+Green+Blue) = 2+44+90=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #022C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C5A is #FDD3A5. Grayscale: #242424. Windows color (decimal): -16634790 or 5909506. OLE color: 5909506.
HSL color Cylindrical-coordinate representation of color #022C5A: hue angle of 211.36º 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 #022C5A is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 44 | 90 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.65 |
| HSL | 211.36º | 0.96% | 0.18% | - |
| HSV(B) | 211.36º | 0.98% | 0.35% | - |
| XYZ | 2.77 | 2.55 | 10.02 | - |
| YUV | 36.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 90 | 0.98 | 0.51 | 0 | 0.65 | 211.36 | 0.96 | 0.18 |
| Hex | 2 | 2C | 5A | 62 | 33 | 0 | 41 | D3 | 60 | 12 |
| Octal | 2 | 54 | 132 | 142 | 63 | 0 | 101 | 323 | 140 | 22 |
| Binary | 10 | 101100 | 1011010 | 1100010 | 110011 | 0 | 1000001 | 11010011 | 1100000 | 10010 |
Color Harmonies of #022C5A
Complementary color
Monochromatic Colors of #022C5A
Black with #022C5A
Text Example
Text Example
White with #022C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C5A; }
p { color: rgb(2,44,90); }
H1.HeaderClassName
{
color: #022C5A;
}
.AnyTagClassName
{
color: #022C5A;
}
</style>
background-color css
<style>
a { background-color: #022C5A; }
a { background-color: rgb(2,44,90); }
div.DivClassName
{
background-color: #022C5A;
}
.BgClassName
{
background-color: #022C5A;
}
</style>
border-color css
<style>
span { border-color: #022C5A; }
span { border-color: rgb(2,44,90); }
td.TdClassName
{
border-color: #022C5A;
}
.TagClassName
{
border-color: #022C5A;
}
</style>