Shades of Persian Blue #122AB9
Tints of Persian Blue #122AB9
RGB
CMYK
RGB Variations
Color information
#122AB9 (or 0x122AB9) is known color: Persian Blue. HEX triplet: 12, 2A and B9. RGB value is (18,42,185). Sum of RGB (Red+Green+Blue) = 18+42+185=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 185 (72.66% from 255 or 75.51% from 245); Max value from RGB is 185 - color contains mainly: blue. Hex color #122AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AB9 is #EDD546. Grayscale: #323232. Windows color (decimal): -15586631 or 12134930. OLE color: 12134930.
HSL color Cylindrical-coordinate representation of color #122AB9: hue angle of 231.38º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122AB9 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 42 | 185 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.27 |
| HSL | 231.38º | 0.82% | 0.4% | - |
| HSV(B) | 231.38º | 0.9% | 0.73% | - |
| XYZ | 9.83 | 5.29 | 46.4 | - |
| YUV | 51.13 | 203.55 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 185 | 0.90 | 0.77 | 0 | 0.27 | 231.38 | 0.82 | 0.4 |
| Hex | 12 | 2A | B9 | 5A | 4D | 0 | 1B | E7 | 52 | 28 |
| Octal | 22 | 52 | 271 | 132 | 115 | 0 | 33 | 347 | 122 | 50 |
| Binary | 10010 | 101010 | 10111001 | 1011010 | 1001101 | 0 | 11011 | 11100111 | 1010010 | 101000 |
Color Harmonies of #122AB9
Complementary color
Monochromatic Colors of #122AB9
Black with #122AB9
Text Example
Text Example
White with #122AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AB9; }
p { color: rgb(18,42,185); }
H1.HeaderClassName
{
color: #122AB9;
}
.AnyTagClassName
{
color: #122AB9;
}
</style>
background-color css
<style>
a { background-color: #122AB9; }
a { background-color: rgb(18,42,185); }
div.DivClassName
{
background-color: #122AB9;
}
.BgClassName
{
background-color: #122AB9;
}
</style>
border-color css
<style>
span { border-color: #122AB9; }
span { border-color: rgb(18,42,185); }
td.TdClassName
{
border-color: #122AB9;
}
.TagClassName
{
border-color: #122AB9;
}
</style>