Shades of Persian Blue #122DC6
Tints of Persian Blue #122DC6
RGB
CMYK
RGB Variations
Color information
#122DC6 (or 0x122DC6) is known color: Persian Blue. HEX triplet: 12, 2D and C6. RGB value is (18,45,198). Sum of RGB (Red+Green+Blue) = 18+45+198=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 198 (77.73% from 255 or 75.86% from 261); Max value from RGB is 198 - color contains mainly: blue. Hex color #122DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DC6 is #EDD239. Grayscale: #353535. Windows color (decimal): -15585850 or 12987666. OLE color: 12987666.
HSL color Cylindrical-coordinate representation of color #122DC6: hue angle of 231º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122DC6 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 45 | 198 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.22 |
| HSL | 231º | 0.83% | 0.42% | - |
| HSV(B) | 231º | 0.91% | 0.78% | - |
| XYZ | 11.38 | 6.08 | 54 | - |
| YUV | 54.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 198 | 0.91 | 0.77 | 0 | 0.22 | 231 | 0.83 | 0.42 |
| Hex | 12 | 2D | C6 | 5B | 4D | 0 | 16 | E7 | 53 | 2A |
| Octal | 22 | 55 | 306 | 133 | 115 | 0 | 26 | 347 | 123 | 52 |
| Binary | 10010 | 101101 | 11000110 | 1011011 | 1001101 | 0 | 10110 | 11100111 | 1010011 | 101010 |
Color Harmonies of #122DC6
Complementary color
Monochromatic Colors of #122DC6
Black with #122DC6
Text Example
Text Example
White with #122DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DC6; }
p { color: rgb(18,45,198); }
H1.HeaderClassName
{
color: #122DC6;
}
.AnyTagClassName
{
color: #122DC6;
}
</style>
background-color css
<style>
a { background-color: #122DC6; }
a { background-color: rgb(18,45,198); }
div.DivClassName
{
background-color: #122DC6;
}
.BgClassName
{
background-color: #122DC6;
}
</style>
border-color css
<style>
span { border-color: #122DC6; }
span { border-color: rgb(18,45,198); }
td.TdClassName
{
border-color: #122DC6;
}
.TagClassName
{
border-color: #122DC6;
}
</style>