Shades of Persian Blue #122ED2
Tints of Persian Blue #122ED2
RGB
CMYK
RGB Variations
Color information
#122ED2 (or 0x122ED2) is known color: Persian Blue. HEX triplet: 12, 2E and D2. RGB value is (18,46,210). Sum of RGB (Red+Green+Blue) = 18+46+210=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 210 (82.42% from 255 or 76.64% from 274); Max value from RGB is 210 - color contains mainly: blue. Hex color #122ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ED2 is #EDD12D. Grayscale: #373737. Windows color (decimal): -15585582 or 13774354. OLE color: 13774354.
HSL color Cylindrical-coordinate representation of color #122ED2: hue angle of 231.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122ED2 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 46 | 210 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.18 |
| HSL | 231.25º | 0.84% | 0.45% | - |
| HSV(B) | 231.25º | 0.91% | 0.82% | - |
| XYZ | 12.86 | 6.74 | 61.6 | - |
| YUV | 56.32 | 214.72 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 210 | 0.91 | 0.78 | 0 | 0.18 | 231.25 | 0.84 | 0.45 |
| Hex | 12 | 2E | D2 | 5B | 4E | 0 | 12 | E7 | 54 | 2D |
| Octal | 22 | 56 | 322 | 133 | 116 | 0 | 22 | 347 | 124 | 55 |
| Binary | 10010 | 101110 | 11010010 | 1011011 | 1001110 | 0 | 10010 | 11100111 | 1010100 | 101101 |
Color Harmonies of #122ED2
Complementary color
Monochromatic Colors of #122ED2
Black with #122ED2
Text Example
Text Example
White with #122ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122ED2; }
p { color: rgb(18,46,210); }
H1.HeaderClassName
{
color: #122ED2;
}
.AnyTagClassName
{
color: #122ED2;
}
</style>
background-color css
<style>
a { background-color: #122ED2; }
a { background-color: rgb(18,46,210); }
div.DivClassName
{
background-color: #122ED2;
}
.BgClassName
{
background-color: #122ED2;
}
</style>
border-color css
<style>
span { border-color: #122ED2; }
span { border-color: rgb(18,46,210); }
td.TdClassName
{
border-color: #122ED2;
}
.TagClassName
{
border-color: #122ED2;
}
</style>