Shades of Persian Blue #122CC9
Tints of Persian Blue #122CC9
RGB
CMYK
RGB Variations
Color information
#122CC9 (or 0x122CC9) is known color: Persian Blue. HEX triplet: 12, 2C and C9. RGB value is (18,44,201). Sum of RGB (Red+Green+Blue) = 18+44+201=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #122CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CC9 is #EDD336. Grayscale: #353535. Windows color (decimal): -15586103 or 13184018. OLE color: 13184018.
HSL color Cylindrical-coordinate representation of color #122CC9: hue angle of 231.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122CC9 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 44 | 201 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.21 |
| HSL | 231.48º | 0.84% | 0.43% | - |
| HSV(B) | 231.48º | 0.91% | 0.79% | - |
| XYZ | 11.69 | 6.15 | 55.83 | - |
| YUV | 54.12 | 210.89 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 201 | 0.91 | 0.78 | 0 | 0.21 | 231.48 | 0.84 | 0.43 |
| Hex | 12 | 2C | C9 | 5B | 4E | 0 | 15 | E7 | 54 | 2B |
| Octal | 22 | 54 | 311 | 133 | 116 | 0 | 25 | 347 | 124 | 53 |
| Binary | 10010 | 101100 | 11001001 | 1011011 | 1001110 | 0 | 10101 | 11100111 | 1010100 | 101011 |
Color Harmonies of #122CC9
Complementary color
Monochromatic Colors of #122CC9
Black with #122CC9
Text Example
Text Example
White with #122CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CC9; }
p { color: rgb(18,44,201); }
H1.HeaderClassName
{
color: #122CC9;
}
.AnyTagClassName
{
color: #122CC9;
}
</style>
background-color css
<style>
a { background-color: #122CC9; }
a { background-color: rgb(18,44,201); }
div.DivClassName
{
background-color: #122CC9;
}
.BgClassName
{
background-color: #122CC9;
}
</style>
border-color css
<style>
span { border-color: #122CC9; }
span { border-color: rgb(18,44,201); }
td.TdClassName
{
border-color: #122CC9;
}
.TagClassName
{
border-color: #122CC9;
}
</style>