Shades of Persian Blue #122CC0
Tints of Persian Blue #122CC0
RGB
CMYK
RGB Variations
Color information
#122CC0 (or 0x122CC0) is known color: Persian Blue. HEX triplet: 12, 2C and C0. RGB value is (18,44,192). Sum of RGB (Red+Green+Blue) = 18+44+192=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #122CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CC0 is #EDD33F. Grayscale: #343434. Windows color (decimal): -15586112 or 12594194. OLE color: 12594194.
HSL color Cylindrical-coordinate representation of color #122CC0: hue angle of 231.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122CC0 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 44 | 192 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.25 |
| HSL | 231.03º | 0.83% | 0.41% | - |
| HSV(B) | 231.03º | 0.91% | 0.75% | - |
| XYZ | 10.66 | 5.74 | 50.41 | - |
| YUV | 53.1 | 206.39 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 192 | 0.91 | 0.77 | 0 | 0.25 | 231.03 | 0.83 | 0.41 |
| Hex | 12 | 2C | C0 | 5B | 4D | 0 | 19 | E7 | 53 | 29 |
| Octal | 22 | 54 | 300 | 133 | 115 | 0 | 31 | 347 | 123 | 51 |
| Binary | 10010 | 101100 | 11000000 | 1011011 | 1001101 | 0 | 11001 | 11100111 | 1010011 | 101001 |
Color Harmonies of #122CC0
Complementary color
Monochromatic Colors of #122CC0
Black with #122CC0
Text Example
Text Example
White with #122CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CC0; }
p { color: rgb(18,44,192); }
H1.HeaderClassName
{
color: #122CC0;
}
.AnyTagClassName
{
color: #122CC0;
}
</style>
background-color css
<style>
a { background-color: #122CC0; }
a { background-color: rgb(18,44,192); }
div.DivClassName
{
background-color: #122CC0;
}
.BgClassName
{
background-color: #122CC0;
}
</style>
border-color css
<style>
span { border-color: #122CC0; }
span { border-color: rgb(18,44,192); }
td.TdClassName
{
border-color: #122CC0;
}
.TagClassName
{
border-color: #122CC0;
}
</style>