Shades of Persian Blue #022AE1
Tints of Persian Blue #022AE1
RGB
CMYK
RGB Variations
Color information
#022AE1 (or 0x022AE1) is known color: Persian Blue. HEX triplet: 02, 2A and E1. RGB value is (2,42,225). Sum of RGB (Red+Green+Blue) = 2+42+225=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 225 (88.28% from 255 or 83.64% from 269); Max value from RGB is 225 - color contains mainly: blue. Hex color #022AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022AE1 is #FDD51E. Grayscale: #323232. Windows color (decimal): -16635167 or 14756354. OLE color: 14756354.
HSL color Cylindrical-coordinate representation of color #022AE1: hue angle of 229.24º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AE1 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 42 | 225 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.12 |
| HSL | 229.24º | 0.98% | 0.45% | - |
| HSV(B) | 229.24º | 0.99% | 0.88% | - |
| XYZ | 14.44 | 7.11 | 71.84 | - |
| YUV | 50.9 | 226.25 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 225 | 0.99 | 0.81 | 0 | 0.12 | 229.24 | 0.98 | 0.45 |
| Hex | 2 | 2A | E1 | 63 | 51 | 0 | C | E5 | 62 | 2D |
| Octal | 2 | 52 | 341 | 143 | 121 | 0 | 14 | 345 | 142 | 55 |
| Binary | 10 | 101010 | 11100001 | 1100011 | 1010001 | 0 | 1100 | 11100101 | 1100010 | 101101 |
Color Harmonies of #022AE1
Complementary color
Monochromatic Colors of #022AE1
Black with #022AE1
Text Example
Text Example
White with #022AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AE1; }
p { color: rgb(2,42,225); }
H1.HeaderClassName
{
color: #022AE1;
}
.AnyTagClassName
{
color: #022AE1;
}
</style>
background-color css
<style>
a { background-color: #022AE1; }
a { background-color: rgb(2,42,225); }
div.DivClassName
{
background-color: #022AE1;
}
.BgClassName
{
background-color: #022AE1;
}
</style>
border-color css
<style>
span { border-color: #022AE1; }
span { border-color: rgb(2,42,225); }
td.TdClassName
{
border-color: #022AE1;
}
.TagClassName
{
border-color: #022AE1;
}
</style>