Shades of Persian Blue #122EC1
Tints of Persian Blue #122EC1
RGB
CMYK
RGB Variations
Color information
#122EC1 (or 0x122EC1) is known color: Persian Blue. HEX triplet: 12, 2E and C1. RGB value is (18,46,193). Sum of RGB (Red+Green+Blue) = 18+46+193=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #122EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EC1 is #EDD13E. Grayscale: #353535. Windows color (decimal): -15585599 or 12660242. OLE color: 12660242.
HSL color Cylindrical-coordinate representation of color #122EC1: hue angle of 230.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122EC1 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 46 | 193 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.24 |
| HSL | 230.4º | 0.83% | 0.41% | - |
| HSV(B) | 230.4º | 0.91% | 0.76% | - |
| XYZ | 10.85 | 5.93 | 51.03 | - |
| YUV | 54.39 | 206.22 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 193 | 0.91 | 0.76 | 0 | 0.24 | 230.4 | 0.83 | 0.41 |
| Hex | 12 | 2E | C1 | 5B | 4C | 0 | 18 | E6 | 53 | 29 |
| Octal | 22 | 56 | 301 | 133 | 114 | 0 | 30 | 346 | 123 | 51 |
| Binary | 10010 | 101110 | 11000001 | 1011011 | 1001100 | 0 | 11000 | 11100110 | 1010011 | 101001 |
Color Harmonies of #122EC1
Complementary color
Monochromatic Colors of #122EC1
Black with #122EC1
Text Example
Text Example
White with #122EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EC1; }
p { color: rgb(18,46,193); }
H1.HeaderClassName
{
color: #122EC1;
}
.AnyTagClassName
{
color: #122EC1;
}
</style>
background-color css
<style>
a { background-color: #122EC1; }
a { background-color: rgb(18,46,193); }
div.DivClassName
{
background-color: #122EC1;
}
.BgClassName
{
background-color: #122EC1;
}
</style>
border-color css
<style>
span { border-color: #122EC1; }
span { border-color: rgb(18,46,193); }
td.TdClassName
{
border-color: #122EC1;
}
.TagClassName
{
border-color: #122EC1;
}
</style>