Shades of Persian Blue #122AD9
Tints of Persian Blue #122AD9
RGB
CMYK
RGB Variations
Color information
#122AD9 (or 0x122AD9) is known color: Persian Blue. HEX triplet: 12, 2A and D9. RGB value is (18,42,217). Sum of RGB (Red+Green+Blue) = 18+42+217=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 217 (85.16% from 255 or 78.34% from 277); Max value from RGB is 217 - color contains mainly: blue. Hex color #122AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AD9 is #EDD526. Grayscale: #363636. Windows color (decimal): -15586599 or 14232082. OLE color: 14232082.
HSL color Cylindrical-coordinate representation of color #122AD9: hue angle of 232.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122AD9 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 42 | 217 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.15 |
| HSL | 232.76º | 0.85% | 0.46% | - |
| HSV(B) | 232.76º | 0.92% | 0.85% | - |
| XYZ | 13.6 | 6.79 | 66.24 | - |
| YUV | 54.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 217 | 0.92 | 0.81 | 0 | 0.15 | 232.76 | 0.85 | 0.46 |
| Hex | 12 | 2A | D9 | 5C | 51 | 0 | F | E9 | 55 | 2E |
| Octal | 22 | 52 | 331 | 134 | 121 | 0 | 17 | 351 | 125 | 56 |
| Binary | 10010 | 101010 | 11011001 | 1011100 | 1010001 | 0 | 1111 | 11101001 | 1010101 | 101110 |
Color Harmonies of #122AD9
Complementary color
Monochromatic Colors of #122AD9
Black with #122AD9
Text Example
Text Example
White with #122AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AD9; }
p { color: rgb(18,42,217); }
H1.HeaderClassName
{
color: #122AD9;
}
.AnyTagClassName
{
color: #122AD9;
}
</style>
background-color css
<style>
a { background-color: #122AD9; }
a { background-color: rgb(18,42,217); }
div.DivClassName
{
background-color: #122AD9;
}
.BgClassName
{
background-color: #122AD9;
}
</style>
border-color css
<style>
span { border-color: #122AD9; }
span { border-color: rgb(18,42,217); }
td.TdClassName
{
border-color: #122AD9;
}
.TagClassName
{
border-color: #122AD9;
}
</style>