Shades of Persian Blue #122ABC
Tints of Persian Blue #122ABC
RGB
CMYK
RGB Variations
Color information
#122ABC (or 0x122ABC) is known color: Persian Blue. HEX triplet: 12, 2A and BC. RGB value is (18,42,188). Sum of RGB (Red+Green+Blue) = 18+42+188=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #122ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ABC is #EDD543. Grayscale: #323232. Windows color (decimal): -15586628 or 12331538. OLE color: 12331538.
HSL color Cylindrical-coordinate representation of color #122ABC: hue angle of 231.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122ABC is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 42 | 188 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.26 |
| HSL | 231.53º | 0.83% | 0.4% | - |
| HSV(B) | 231.53º | 0.9% | 0.74% | - |
| XYZ | 10.15 | 5.42 | 48.09 | - |
| YUV | 51.47 | 205.05 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 188 | 0.90 | 0.78 | 0 | 0.26 | 231.53 | 0.83 | 0.4 |
| Hex | 12 | 2A | BC | 5A | 4E | 0 | 1A | E8 | 53 | 28 |
| Octal | 22 | 52 | 274 | 132 | 116 | 0 | 32 | 350 | 123 | 50 |
| Binary | 10010 | 101010 | 10111100 | 1011010 | 1001110 | 0 | 11010 | 11101000 | 1010011 | 101000 |
Color Harmonies of #122ABC
Complementary color
Monochromatic Colors of #122ABC
Black with #122ABC
Text Example
Text Example
White with #122ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122ABC; }
p { color: rgb(18,42,188); }
H1.HeaderClassName
{
color: #122ABC;
}
.AnyTagClassName
{
color: #122ABC;
}
</style>
background-color css
<style>
a { background-color: #122ABC; }
a { background-color: rgb(18,42,188); }
div.DivClassName
{
background-color: #122ABC;
}
.BgClassName
{
background-color: #122ABC;
}
</style>
border-color css
<style>
span { border-color: #122ABC; }
span { border-color: rgb(18,42,188); }
td.TdClassName
{
border-color: #122ABC;
}
.TagClassName
{
border-color: #122ABC;
}
</style>