Shades of Prussian Blue #022A5B
Tints of Prussian Blue #022A5B
RGB
CMYK
RGB Variations
Color information
#022A5B (or 0x022A5B) is known color: Prussian Blue. HEX triplet: 02, 2A and 5B. RGB value is (2,42,91). Sum of RGB (Red+Green+Blue) = 2+42+91=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #022A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A5B is #FDD5A4. Grayscale: #232323. Windows color (decimal): -16635301 or 5974530. OLE color: 5974530.
HSL color Cylindrical-coordinate representation of color #022A5B: hue angle of 213.03º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A5B is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 42 | 91 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.64 |
| HSL | 213.03º | 0.96% | 0.18% | - |
| HSV(B) | 213.03º | 0.98% | 0.36% | - |
| XYZ | 2.74 | 2.42 | 10.22 | - |
| YUV | 35.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 91 | 0.98 | 0.54 | 0 | 0.64 | 213.03 | 0.96 | 0.18 |
| Hex | 2 | 2A | 5B | 62 | 36 | 0 | 40 | D5 | 60 | 12 |
| Octal | 2 | 52 | 133 | 142 | 66 | 0 | 100 | 325 | 140 | 22 |
| Binary | 10 | 101010 | 1011011 | 1100010 | 110110 | 0 | 1000000 | 11010101 | 1100000 | 10010 |
Color Harmonies of #022A5B
Complementary color
Monochromatic Colors of #022A5B
Black with #022A5B
Text Example
Text Example
White with #022A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A5B; }
p { color: rgb(2,42,91); }
H1.HeaderClassName
{
color: #022A5B;
}
.AnyTagClassName
{
color: #022A5B;
}
</style>
background-color css
<style>
a { background-color: #022A5B; }
a { background-color: rgb(2,42,91); }
div.DivClassName
{
background-color: #022A5B;
}
.BgClassName
{
background-color: #022A5B;
}
</style>
border-color css
<style>
span { border-color: #022A5B; }
span { border-color: rgb(2,42,91); }
td.TdClassName
{
border-color: #022A5B;
}
.TagClassName
{
border-color: #022A5B;
}
</style>