Shades of Persian Blue #122EE1
Tints of Persian Blue #122EE1
RGB
CMYK
RGB Variations
Color information
#122EE1 (or 0x122EE1) is known color: Persian Blue. HEX triplet: 12, 2E and E1. RGB value is (18,46,225). Sum of RGB (Red+Green+Blue) = 18+46+225=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 225 (88.28% from 255 or 77.85% from 289); Max value from RGB is 225 - color contains mainly: blue. Hex color #122EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EE1 is #EDD11E. Grayscale: #393939. Windows color (decimal): -15585567 or 14757394. OLE color: 14757394.
HSL color Cylindrical-coordinate representation of color #122EE1: hue angle of 231.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122EE1 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 46 | 225 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.12 |
| HSL | 231.88º | 0.85% | 0.48% | - |
| HSV(B) | 231.88º | 0.92% | 0.88% | - |
| XYZ | 14.82 | 7.52 | 71.9 | - |
| YUV | 58.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 225 | 0.92 | 0.80 | 0 | 0.12 | 231.88 | 0.85 | 0.48 |
| Hex | 12 | 2E | E1 | 5C | 50 | 0 | C | E8 | 55 | 30 |
| Octal | 22 | 56 | 341 | 134 | 120 | 0 | 14 | 350 | 125 | 60 |
| Binary | 10010 | 101110 | 11100001 | 1011100 | 1010000 | 0 | 1100 | 11101000 | 1010101 | 110000 |
Color Harmonies of #122EE1
Complementary color
Monochromatic Colors of #122EE1
Black with #122EE1
Text Example
Text Example
White with #122EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EE1; }
p { color: rgb(18,46,225); }
H1.HeaderClassName
{
color: #122EE1;
}
.AnyTagClassName
{
color: #122EE1;
}
</style>
background-color css
<style>
a { background-color: #122EE1; }
a { background-color: rgb(18,46,225); }
div.DivClassName
{
background-color: #122EE1;
}
.BgClassName
{
background-color: #122EE1;
}
</style>
border-color css
<style>
span { border-color: #122EE1; }
span { border-color: rgb(18,46,225); }
td.TdClassName
{
border-color: #122EE1;
}
.TagClassName
{
border-color: #122EE1;
}
</style>