Shades of Persian Blue #122ADA
Tints of Persian Blue #122ADA
RGB
CMYK
RGB Variations
Color information
#122ADA (or 0x122ADA) is known color: Persian Blue. HEX triplet: 12, 2A and DA. RGB value is (18,42,218). Sum of RGB (Red+Green+Blue) = 18+42+218=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #122ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ADA is #EDD525. Grayscale: #363636. Windows color (decimal): -15586598 or 14297618. OLE color: 14297618.
HSL color Cylindrical-coordinate representation of color #122ADA: hue angle of 232.8º 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 #122ADA is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 42 | 218 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.15 |
| HSL | 232.8º | 0.85% | 0.46% | - |
| HSV(B) | 232.8º | 0.92% | 0.85% | - |
| XYZ | 13.73 | 6.85 | 66.93 | - |
| YUV | 54.89 | 220.05 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 218 | 0.92 | 0.81 | 0 | 0.15 | 232.8 | 0.85 | 0.46 |
| Hex | 12 | 2A | DA | 5C | 51 | 0 | F | E9 | 55 | 2E |
| Octal | 22 | 52 | 332 | 134 | 121 | 0 | 17 | 351 | 125 | 56 |
| Binary | 10010 | 101010 | 11011010 | 1011100 | 1010001 | 0 | 1111 | 11101001 | 1010101 | 101110 |
Color Harmonies of #122ADA
Complementary color
Monochromatic Colors of #122ADA
Black with #122ADA
Text Example
Text Example
White with #122ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122ADA; }
p { color: rgb(18,42,218); }
H1.HeaderClassName
{
color: #122ADA;
}
.AnyTagClassName
{
color: #122ADA;
}
</style>
background-color css
<style>
a { background-color: #122ADA; }
a { background-color: rgb(18,42,218); }
div.DivClassName
{
background-color: #122ADA;
}
.BgClassName
{
background-color: #122ADA;
}
</style>
border-color css
<style>
span { border-color: #122ADA; }
span { border-color: rgb(18,42,218); }
td.TdClassName
{
border-color: #122ADA;
}
.TagClassName
{
border-color: #122ADA;
}
</style>