Shades of Persian Blue #122AC2
Tints of Persian Blue #122AC2
RGB
CMYK
RGB Variations
Color information
#122AC2 (or 0x122AC2) is known color: Persian Blue. HEX triplet: 12, 2A and C2. RGB value is (18,42,194). Sum of RGB (Red+Green+Blue) = 18+42+194=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 194 (76.17% from 255 or 76.38% from 254); Max value from RGB is 194 - color contains mainly: blue. Hex color #122AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AC2 is #EDD53D. Grayscale: #333333. Windows color (decimal): -15586622 or 12724754. OLE color: 12724754.
HSL color Cylindrical-coordinate representation of color #122AC2: hue angle of 231.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122AC2 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 42 | 194 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.24 |
| HSL | 231.82º | 0.83% | 0.42% | - |
| HSV(B) | 231.82º | 0.91% | 0.76% | - |
| XYZ | 10.82 | 5.68 | 51.57 | - |
| YUV | 52.15 | 208.05 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 194 | 0.91 | 0.78 | 0 | 0.24 | 231.82 | 0.83 | 0.42 |
| Hex | 12 | 2A | C2 | 5B | 4E | 0 | 18 | E8 | 53 | 2A |
| Octal | 22 | 52 | 302 | 133 | 116 | 0 | 30 | 350 | 123 | 52 |
| Binary | 10010 | 101010 | 11000010 | 1011011 | 1001110 | 0 | 11000 | 11101000 | 1010011 | 101010 |
Color Harmonies of #122AC2
Complementary color
Monochromatic Colors of #122AC2
Black with #122AC2
Text Example
Text Example
White with #122AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AC2; }
p { color: rgb(18,42,194); }
H1.HeaderClassName
{
color: #122AC2;
}
.AnyTagClassName
{
color: #122AC2;
}
</style>
background-color css
<style>
a { background-color: #122AC2; }
a { background-color: rgb(18,42,194); }
div.DivClassName
{
background-color: #122AC2;
}
.BgClassName
{
background-color: #122AC2;
}
</style>
border-color css
<style>
span { border-color: #122AC2; }
span { border-color: rgb(18,42,194); }
td.TdClassName
{
border-color: #122AC2;
}
.TagClassName
{
border-color: #122AC2;
}
</style>