Shades of Persian Blue #122AEA
Tints of Persian Blue #122AEA
RGB
CMYK
RGB Variations
Color information
#122AEA (or 0x122AEA) is known color: Persian Blue. HEX triplet: 12, 2A and EA. RGB value is (18,42,234). Sum of RGB (Red+Green+Blue) = 18+42+234=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 234 (91.80% from 255 or 79.59% from 294); Max value from RGB is 234 - color contains mainly: blue. Hex color #122AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122AEA is #EDD515. Grayscale: #373737. Windows color (decimal): -15586582 or 15346194. OLE color: 15346194.
HSL color Cylindrical-coordinate representation of color #122AEA: hue angle of 233.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122AEA is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 42 | 234 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.08 |
| HSL | 233.33º | 0.86% | 0.49% | - |
| HSV(B) | 233.33º | 0.92% | 0.92% | - |
| XYZ | 15.93 | 7.73 | 78.49 | - |
| YUV | 56.71 | 228.05 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 234 | 0.92 | 0.82 | 0 | 0.08 | 233.33 | 0.86 | 0.49 |
| Hex | 12 | 2A | EA | 5C | 52 | 0 | 8 | E9 | 56 | 31 |
| Octal | 22 | 52 | 352 | 134 | 122 | 0 | 10 | 351 | 126 | 61 |
| Binary | 10010 | 101010 | 11101010 | 1011100 | 1010010 | 0 | 1000 | 11101001 | 1010110 | 110001 |
Color Harmonies of #122AEA
Complementary color
Monochromatic Colors of #122AEA
Black with #122AEA
Text Example
Text Example
White with #122AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AEA; }
p { color: rgb(18,42,234); }
H1.HeaderClassName
{
color: #122AEA;
}
.AnyTagClassName
{
color: #122AEA;
}
</style>
background-color css
<style>
a { background-color: #122AEA; }
a { background-color: rgb(18,42,234); }
div.DivClassName
{
background-color: #122AEA;
}
.BgClassName
{
background-color: #122AEA;
}
</style>
border-color css
<style>
span { border-color: #122AEA; }
span { border-color: rgb(18,42,234); }
td.TdClassName
{
border-color: #122AEA;
}
.TagClassName
{
border-color: #122AEA;
}
</style>