Shades of Persian Blue #122CE6
Tints of Persian Blue #122CE6
RGB
CMYK
RGB Variations
Color information
#122CE6 (or 0x122CE6) is known color: Persian Blue. HEX triplet: 12, 2C and E6. RGB value is (18,44,230). Sum of RGB (Red+Green+Blue) = 18+44+230=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 230 (90.23% from 255 or 78.77% from 292); Max value from RGB is 230 - color contains mainly: blue. Hex color #122CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122CE6 is #EDD319. Grayscale: #383838. Windows color (decimal): -15586074 or 15084562. OLE color: 15084562.
HSL color Cylindrical-coordinate representation of color #122CE6: hue angle of 232.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122CE6 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 44 | 230 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.10 |
| HSL | 232.64º | 0.85% | 0.49% | - |
| HSV(B) | 232.64º | 0.92% | 0.9% | - |
| XYZ | 15.43 | 7.64 | 75.52 | - |
| YUV | 57.43 | 225.39 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 230 | 0.92 | 0.81 | 0 | 0.10 | 232.64 | 0.85 | 0.49 |
| Hex | 12 | 2C | E6 | 5C | 51 | 0 | A | E9 | 55 | 31 |
| Octal | 22 | 54 | 346 | 134 | 121 | 0 | 12 | 351 | 125 | 61 |
| Binary | 10010 | 101100 | 11100110 | 1011100 | 1010001 | 0 | 1010 | 11101001 | 1010101 | 110001 |
Color Harmonies of #122CE6
Complementary color
Monochromatic Colors of #122CE6
Black with #122CE6
Text Example
Text Example
White with #122CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CE6; }
p { color: rgb(18,44,230); }
H1.HeaderClassName
{
color: #122CE6;
}
.AnyTagClassName
{
color: #122CE6;
}
</style>
background-color css
<style>
a { background-color: #122CE6; }
a { background-color: rgb(18,44,230); }
div.DivClassName
{
background-color: #122CE6;
}
.BgClassName
{
background-color: #122CE6;
}
</style>
border-color css
<style>
span { border-color: #122CE6; }
span { border-color: rgb(18,44,230); }
td.TdClassName
{
border-color: #122CE6;
}
.TagClassName
{
border-color: #122CE6;
}
</style>