Shades of Prussian Blue #022C63
Tints of Prussian Blue #022C63
RGB
CMYK
RGB Variations
Color information
#022C63 (or 0x022C63) is known color: Prussian Blue. HEX triplet: 02, 2C and 63. RGB value is (2,44,99). Sum of RGB (Red+Green+Blue) = 2+44+99=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #022C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C63 is #FDD39C. Grayscale: #252525. Windows color (decimal): -16634781 or 6499330. OLE color: 6499330.
HSL color Cylindrical-coordinate representation of color #022C63: hue angle of 214.02º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C63 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 44 | 99 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.61 |
| HSL | 214.02º | 0.96% | 0.2% | - |
| HSV(B) | 214.02º | 0.98% | 0.39% | - |
| XYZ | 3.18 | 2.72 | 12.16 | - |
| YUV | 37.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 99 | 0.98 | 0.56 | 0 | 0.61 | 214.02 | 0.96 | 0.2 |
| Hex | 2 | 2C | 63 | 62 | 38 | 0 | 3D | D6 | 60 | 14 |
| Octal | 2 | 54 | 143 | 142 | 70 | 0 | 75 | 326 | 140 | 24 |
| Binary | 10 | 101100 | 1100011 | 1100010 | 111000 | 0 | 111101 | 11010110 | 1100000 | 10100 |
Color Harmonies of #022C63
Complementary color
Monochromatic Colors of #022C63
Black with #022C63
Text Example
Text Example
White with #022C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C63; }
p { color: rgb(2,44,99); }
H1.HeaderClassName
{
color: #022C63;
}
.AnyTagClassName
{
color: #022C63;
}
</style>
background-color css
<style>
a { background-color: #022C63; }
a { background-color: rgb(2,44,99); }
div.DivClassName
{
background-color: #022C63;
}
.BgClassName
{
background-color: #022C63;
}
</style>
border-color css
<style>
span { border-color: #022C63; }
span { border-color: rgb(2,44,99); }
td.TdClassName
{
border-color: #022C63;
}
.TagClassName
{
border-color: #022C63;
}
</style>