Shades of Persian Blue #122CC1
Tints of Persian Blue #122CC1
RGB
CMYK
RGB Variations
Color information
#122CC1 (or 0x122CC1) is known color: Persian Blue. HEX triplet: 12, 2C and C1. RGB value is (18,44,193). Sum of RGB (Red+Green+Blue) = 18+44+193=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #122CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CC1 is #EDD33E. Grayscale: #343434. Windows color (decimal): -15586111 or 12659730. OLE color: 12659730.
HSL color Cylindrical-coordinate representation of color #122CC1: hue angle of 231.09º 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 #122CC1 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 44 | 193 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.24 |
| HSL | 231.09º | 0.83% | 0.41% | - |
| HSV(B) | 231.09º | 0.91% | 0.76% | - |
| XYZ | 10.78 | 5.78 | 51 | - |
| YUV | 53.21 | 206.89 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 193 | 0.91 | 0.77 | 0 | 0.24 | 231.09 | 0.83 | 0.41 |
| Hex | 12 | 2C | C1 | 5B | 4D | 0 | 18 | E7 | 53 | 29 |
| Octal | 22 | 54 | 301 | 133 | 115 | 0 | 30 | 347 | 123 | 51 |
| Binary | 10010 | 101100 | 11000001 | 1011011 | 1001101 | 0 | 11000 | 11100111 | 1010011 | 101001 |
Color Harmonies of #122CC1
Complementary color
Monochromatic Colors of #122CC1
Black with #122CC1
Text Example
Text Example
White with #122CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CC1; }
p { color: rgb(18,44,193); }
H1.HeaderClassName
{
color: #122CC1;
}
.AnyTagClassName
{
color: #122CC1;
}
</style>
background-color css
<style>
a { background-color: #122CC1; }
a { background-color: rgb(18,44,193); }
div.DivClassName
{
background-color: #122CC1;
}
.BgClassName
{
background-color: #122CC1;
}
</style>
border-color css
<style>
span { border-color: #122CC1; }
span { border-color: rgb(18,44,193); }
td.TdClassName
{
border-color: #122CC1;
}
.TagClassName
{
border-color: #122CC1;
}
</style>