Shades of Prussian Blue #022C5D
Tints of Prussian Blue #022C5D
RGB
CMYK
RGB Variations
Color information
#022C5D (or 0x022C5D) is known color: Prussian Blue. HEX triplet: 02, 2C and 5D. RGB value is (2,44,93). Sum of RGB (Red+Green+Blue) = 2+44+93=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #022C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C5D is #FDD3A2. Grayscale: #242424. Windows color (decimal): -16634787 or 6106114. OLE color: 6106114.
HSL color Cylindrical-coordinate representation of color #022C5D: hue angle of 212.31º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C5D is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 44 | 93 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.64 |
| HSL | 212.31º | 0.96% | 0.19% | - |
| HSV(B) | 212.31º | 0.98% | 0.36% | - |
| XYZ | 2.9 | 2.6 | 10.71 | - |
| YUV | 37.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 93 | 0.98 | 0.53 | 0 | 0.64 | 212.31 | 0.96 | 0.19 |
| Hex | 2 | 2C | 5D | 62 | 35 | 0 | 40 | D4 | 60 | 13 |
| Octal | 2 | 54 | 135 | 142 | 65 | 0 | 100 | 324 | 140 | 23 |
| Binary | 10 | 101100 | 1011101 | 1100010 | 110101 | 0 | 1000000 | 11010100 | 1100000 | 10011 |
Color Harmonies of #022C5D
Complementary color
Monochromatic Colors of #022C5D
Black with #022C5D
Text Example
Text Example
White with #022C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C5D; }
p { color: rgb(2,44,93); }
H1.HeaderClassName
{
color: #022C5D;
}
.AnyTagClassName
{
color: #022C5D;
}
</style>
background-color css
<style>
a { background-color: #022C5D; }
a { background-color: rgb(2,44,93); }
div.DivClassName
{
background-color: #022C5D;
}
.BgClassName
{
background-color: #022C5D;
}
</style>
border-color css
<style>
span { border-color: #022C5D; }
span { border-color: rgb(2,44,93); }
td.TdClassName
{
border-color: #022C5D;
}
.TagClassName
{
border-color: #022C5D;
}
</style>