Shades of Persian Blue #122AD5
Tints of Persian Blue #122AD5
RGB
CMYK
RGB Variations
Color information
#122AD5 (or 0x122AD5) is known color: Persian Blue. HEX triplet: 12, 2A and D5. RGB value is (18,42,213). Sum of RGB (Red+Green+Blue) = 18+42+213=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 213 (83.59% from 255 or 78.02% from 273); Max value from RGB is 213 - color contains mainly: blue. Hex color #122AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AD5 is #EDD52A. Grayscale: #353535. Windows color (decimal): -15586603 or 13969938. OLE color: 13969938.
HSL color Cylindrical-coordinate representation of color #122AD5: hue angle of 232.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122AD5 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 42 | 213 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.16 |
| HSL | 232.62º | 0.84% | 0.45% | - |
| HSV(B) | 232.62º | 0.92% | 0.84% | - |
| XYZ | 13.09 | 6.59 | 63.53 | - |
| YUV | 54.32 | 217.55 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 213 | 0.92 | 0.80 | 0 | 0.16 | 232.62 | 0.84 | 0.45 |
| Hex | 12 | 2A | D5 | 5C | 50 | 0 | 10 | E9 | 54 | 2D |
| Octal | 22 | 52 | 325 | 134 | 120 | 0 | 20 | 351 | 124 | 55 |
| Binary | 10010 | 101010 | 11010101 | 1011100 | 1010000 | 0 | 10000 | 11101001 | 1010100 | 101101 |
Color Harmonies of #122AD5
Complementary color
Monochromatic Colors of #122AD5
Black with #122AD5
Text Example
Text Example
White with #122AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AD5; }
p { color: rgb(18,42,213); }
H1.HeaderClassName
{
color: #122AD5;
}
.AnyTagClassName
{
color: #122AD5;
}
</style>
background-color css
<style>
a { background-color: #122AD5; }
a { background-color: rgb(18,42,213); }
div.DivClassName
{
background-color: #122AD5;
}
.BgClassName
{
background-color: #122AD5;
}
</style>
border-color css
<style>
span { border-color: #122AD5; }
span { border-color: rgb(18,42,213); }
td.TdClassName
{
border-color: #122AD5;
}
.TagClassName
{
border-color: #122AD5;
}
</style>