Shades of Persian Blue #122ABD
Tints of Persian Blue #122ABD
RGB
CMYK
RGB Variations
Color information
#122ABD (or 0x122ABD) is known color: Persian Blue. HEX triplet: 12, 2A and BD. RGB value is (18,42,189). Sum of RGB (Red+Green+Blue) = 18+42+189=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #122ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ABD is #EDD542. Grayscale: #323232. Windows color (decimal): -15586627 or 12397074. OLE color: 12397074.
HSL color Cylindrical-coordinate representation of color #122ABD: hue angle of 231.58º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122ABD is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 42 | 189 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.26 |
| HSL | 231.58º | 0.83% | 0.41% | - |
| HSV(B) | 231.58º | 0.9% | 0.74% | - |
| XYZ | 10.26 | 5.46 | 48.66 | - |
| YUV | 51.58 | 205.55 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 189 | 0.90 | 0.78 | 0 | 0.26 | 231.58 | 0.83 | 0.41 |
| Hex | 12 | 2A | BD | 5A | 4E | 0 | 1A | E8 | 53 | 29 |
| Octal | 22 | 52 | 275 | 132 | 116 | 0 | 32 | 350 | 123 | 51 |
| Binary | 10010 | 101010 | 10111101 | 1011010 | 1001110 | 0 | 11010 | 11101000 | 1010011 | 101001 |
Color Harmonies of #122ABD
Complementary color
Monochromatic Colors of #122ABD
Black with #122ABD
Text Example
Text Example
White with #122ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122ABD; }
p { color: rgb(18,42,189); }
H1.HeaderClassName
{
color: #122ABD;
}
.AnyTagClassName
{
color: #122ABD;
}
</style>
background-color css
<style>
a { background-color: #122ABD; }
a { background-color: rgb(18,42,189); }
div.DivClassName
{
background-color: #122ABD;
}
.BgClassName
{
background-color: #122ABD;
}
</style>
border-color css
<style>
span { border-color: #122ABD; }
span { border-color: rgb(18,42,189); }
td.TdClassName
{
border-color: #122ABD;
}
.TagClassName
{
border-color: #122ABD;
}
</style>