Shades of Persian Blue #122ABF
Tints of Persian Blue #122ABF
RGB
CMYK
RGB Variations
Color information
#122ABF (or 0x122ABF) is known color: Persian Blue. HEX triplet: 12, 2A and BF. RGB value is (18,42,191). Sum of RGB (Red+Green+Blue) = 18+42+191=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #122ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ABF is #EDD540. Grayscale: #333333. Windows color (decimal): -15586625 or 12528146. OLE color: 12528146.
HSL color Cylindrical-coordinate representation of color #122ABF: hue angle of 231.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122ABF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 42 | 191 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.25 |
| HSL | 231.68º | 0.83% | 0.41% | - |
| HSV(B) | 231.68º | 0.91% | 0.75% | - |
| XYZ | 10.48 | 5.55 | 49.81 | - |
| YUV | 51.81 | 206.55 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 191 | 0.91 | 0.78 | 0 | 0.25 | 231.68 | 0.83 | 0.41 |
| Hex | 12 | 2A | BF | 5B | 4E | 0 | 19 | E8 | 53 | 29 |
| Octal | 22 | 52 | 277 | 133 | 116 | 0 | 31 | 350 | 123 | 51 |
| Binary | 10010 | 101010 | 10111111 | 1011011 | 1001110 | 0 | 11001 | 11101000 | 1010011 | 101001 |
Color Harmonies of #122ABF
Complementary color
Monochromatic Colors of #122ABF
Black with #122ABF
Text Example
Text Example
White with #122ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122ABF; }
p { color: rgb(18,42,191); }
H1.HeaderClassName
{
color: #122ABF;
}
.AnyTagClassName
{
color: #122ABF;
}
</style>
background-color css
<style>
a { background-color: #122ABF; }
a { background-color: rgb(18,42,191); }
div.DivClassName
{
background-color: #122ABF;
}
.BgClassName
{
background-color: #122ABF;
}
</style>
border-color css
<style>
span { border-color: #122ABF; }
span { border-color: rgb(18,42,191); }
td.TdClassName
{
border-color: #122ABF;
}
.TagClassName
{
border-color: #122ABF;
}
</style>