Shades of Persian Blue #122CCA
Tints of Persian Blue #122CCA
RGB
CMYK
RGB Variations
Color information
#122CCA (or 0x122CCA) is known color: Persian Blue. HEX triplet: 12, 2C and CA. RGB value is (18,44,202). Sum of RGB (Red+Green+Blue) = 18+44+202=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #122CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CCA is #EDD335. Grayscale: #353535. Windows color (decimal): -15586102 or 13249554. OLE color: 13249554.
HSL color Cylindrical-coordinate representation of color #122CCA: hue angle of 231.52º 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 #122CCA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 44 | 202 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.21 |
| HSL | 231.52º | 0.84% | 0.43% | - |
| HSV(B) | 231.52º | 0.91% | 0.79% | - |
| XYZ | 11.81 | 6.19 | 56.45 | - |
| YUV | 54.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 202 | 0.91 | 0.78 | 0 | 0.21 | 231.52 | 0.84 | 0.43 |
| Hex | 12 | 2C | CA | 5B | 4E | 0 | 15 | E8 | 54 | 2B |
| Octal | 22 | 54 | 312 | 133 | 116 | 0 | 25 | 350 | 124 | 53 |
| Binary | 10010 | 101100 | 11001010 | 1011011 | 1001110 | 0 | 10101 | 11101000 | 1010100 | 101011 |
Color Harmonies of #122CCA
Complementary color
Monochromatic Colors of #122CCA
Black with #122CCA
Text Example
Text Example
White with #122CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CCA; }
p { color: rgb(18,44,202); }
H1.HeaderClassName
{
color: #122CCA;
}
.AnyTagClassName
{
color: #122CCA;
}
</style>
background-color css
<style>
a { background-color: #122CCA; }
a { background-color: rgb(18,44,202); }
div.DivClassName
{
background-color: #122CCA;
}
.BgClassName
{
background-color: #122CCA;
}
</style>
border-color css
<style>
span { border-color: #122CCA; }
span { border-color: rgb(18,44,202); }
td.TdClassName
{
border-color: #122CCA;
}
.TagClassName
{
border-color: #122CCA;
}
</style>