Shades of Persian Blue #122DC2
Tints of Persian Blue #122DC2
RGB
CMYK
RGB Variations
Color information
#122DC2 (or 0x122DC2) is known color: Persian Blue. HEX triplet: 12, 2D and C2. RGB value is (18,45,194). Sum of RGB (Red+Green+Blue) = 18+45+194=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #122DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DC2 is #EDD23D. Grayscale: #353535. Windows color (decimal): -15585854 or 12725522. OLE color: 12725522.
HSL color Cylindrical-coordinate representation of color #122DC2: hue angle of 230.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122DC2 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 45 | 194 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.24 |
| HSL | 230.8º | 0.83% | 0.42% | - |
| HSV(B) | 230.8º | 0.91% | 0.76% | - |
| XYZ | 10.93 | 5.9 | 51.6 | - |
| YUV | 53.91 | 207.05 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 194 | 0.91 | 0.77 | 0 | 0.24 | 230.8 | 0.83 | 0.42 |
| Hex | 12 | 2D | C2 | 5B | 4D | 0 | 18 | E7 | 53 | 2A |
| Octal | 22 | 55 | 302 | 133 | 115 | 0 | 30 | 347 | 123 | 52 |
| Binary | 10010 | 101101 | 11000010 | 1011011 | 1001101 | 0 | 11000 | 11100111 | 1010011 | 101010 |
Color Harmonies of #122DC2
Complementary color
Monochromatic Colors of #122DC2
Black with #122DC2
Text Example
Text Example
White with #122DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DC2; }
p { color: rgb(18,45,194); }
H1.HeaderClassName
{
color: #122DC2;
}
.AnyTagClassName
{
color: #122DC2;
}
</style>
background-color css
<style>
a { background-color: #122DC2; }
a { background-color: rgb(18,45,194); }
div.DivClassName
{
background-color: #122DC2;
}
.BgClassName
{
background-color: #122DC2;
}
</style>
border-color css
<style>
span { border-color: #122DC2; }
span { border-color: rgb(18,45,194); }
td.TdClassName
{
border-color: #122DC2;
}
.TagClassName
{
border-color: #122DC2;
}
</style>