Shades of Persian Blue #122ED6
Tints of Persian Blue #122ED6
RGB
CMYK
RGB Variations
Color information
#122ED6 (or 0x122ED6) is known color: Persian Blue. HEX triplet: 12, 2E and D6. RGB value is (18,46,214). Sum of RGB (Red+Green+Blue) = 18+46+214=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 214 (83.98% from 255 or 76.98% from 278); Max value from RGB is 214 - color contains mainly: blue. Hex color #122ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122ED6 is #EDD129. Grayscale: #383838. Windows color (decimal): -15585578 or 14036498. OLE color: 14036498.
HSL color Cylindrical-coordinate representation of color #122ED6: hue angle of 231.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122ED6 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 46 | 214 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.16 |
| HSL | 231.43º | 0.84% | 0.45% | - |
| HSV(B) | 231.43º | 0.92% | 0.84% | - |
| XYZ | 13.36 | 6.94 | 64.25 | - |
| YUV | 56.78 | 216.72 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 214 | 0.92 | 0.79 | 0 | 0.16 | 231.43 | 0.84 | 0.45 |
| Hex | 12 | 2E | D6 | 5C | 4F | 0 | 10 | E7 | 54 | 2D |
| Octal | 22 | 56 | 326 | 134 | 117 | 0 | 20 | 347 | 124 | 55 |
| Binary | 10010 | 101110 | 11010110 | 1011100 | 1001111 | 0 | 10000 | 11100111 | 1010100 | 101101 |
Color Harmonies of #122ED6
Complementary color
Monochromatic Colors of #122ED6
Black with #122ED6
Text Example
Text Example
White with #122ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122ED6; }
p { color: rgb(18,46,214); }
H1.HeaderClassName
{
color: #122ED6;
}
.AnyTagClassName
{
color: #122ED6;
}
</style>
background-color css
<style>
a { background-color: #122ED6; }
a { background-color: rgb(18,46,214); }
div.DivClassName
{
background-color: #122ED6;
}
.BgClassName
{
background-color: #122ED6;
}
</style>
border-color css
<style>
span { border-color: #122ED6; }
span { border-color: rgb(18,46,214); }
td.TdClassName
{
border-color: #122ED6;
}
.TagClassName
{
border-color: #122ED6;
}
</style>