Shades of Persian Blue #122AC5
Tints of Persian Blue #122AC5
RGB
CMYK
RGB Variations
Color information
#122AC5 (or 0x122AC5) is known color: Persian Blue. HEX triplet: 12, 2A and C5. RGB value is (18,42,197). Sum of RGB (Red+Green+Blue) = 18+42+197=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #122AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AC5 is #EDD53A. Grayscale: #333333. Windows color (decimal): -15586619 or 12921362. OLE color: 12921362.
HSL color Cylindrical-coordinate representation of color #122AC5: hue angle of 231.96º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122AC5 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 42 | 197 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.23 |
| HSL | 231.96º | 0.83% | 0.42% | - |
| HSV(B) | 231.96º | 0.91% | 0.77% | - |
| XYZ | 11.16 | 5.82 | 53.36 | - |
| YUV | 52.49 | 209.55 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 197 | 0.91 | 0.79 | 0 | 0.23 | 231.96 | 0.83 | 0.42 |
| Hex | 12 | 2A | C5 | 5B | 4F | 0 | 17 | E8 | 53 | 2A |
| Octal | 22 | 52 | 305 | 133 | 117 | 0 | 27 | 350 | 123 | 52 |
| Binary | 10010 | 101010 | 11000101 | 1011011 | 1001111 | 0 | 10111 | 11101000 | 1010011 | 101010 |
Color Harmonies of #122AC5
Complementary color
Monochromatic Colors of #122AC5
Black with #122AC5
Text Example
Text Example
White with #122AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AC5; }
p { color: rgb(18,42,197); }
H1.HeaderClassName
{
color: #122AC5;
}
.AnyTagClassName
{
color: #122AC5;
}
</style>
background-color css
<style>
a { background-color: #122AC5; }
a { background-color: rgb(18,42,197); }
div.DivClassName
{
background-color: #122AC5;
}
.BgClassName
{
background-color: #122AC5;
}
</style>
border-color css
<style>
span { border-color: #122AC5; }
span { border-color: rgb(18,42,197); }
td.TdClassName
{
border-color: #122AC5;
}
.TagClassName
{
border-color: #122AC5;
}
</style>