Shades of Persian Blue #122DC1
Tints of Persian Blue #122DC1
RGB
CMYK
RGB Variations
Color information
#122DC1 (or 0x122DC1) is known color: Persian Blue. HEX triplet: 12, 2D and C1. RGB value is (18,45,193). Sum of RGB (Red+Green+Blue) = 18+45+193=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #122DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DC1 is #EDD23E. Grayscale: #353535. Windows color (decimal): -15585855 or 12659986. OLE color: 12659986.
HSL color Cylindrical-coordinate representation of color #122DC1: hue angle of 230.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122DC1 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 45 | 193 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.24 |
| HSL | 230.74º | 0.83% | 0.41% | - |
| HSV(B) | 230.74º | 0.91% | 0.76% | - |
| XYZ | 10.81 | 5.86 | 51.01 | - |
| YUV | 53.8 | 206.55 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 193 | 0.91 | 0.77 | 0 | 0.24 | 230.74 | 0.83 | 0.41 |
| Hex | 12 | 2D | C1 | 5B | 4D | 0 | 18 | E7 | 53 | 29 |
| Octal | 22 | 55 | 301 | 133 | 115 | 0 | 30 | 347 | 123 | 51 |
| Binary | 10010 | 101101 | 11000001 | 1011011 | 1001101 | 0 | 11000 | 11100111 | 1010011 | 101001 |
Color Harmonies of #122DC1
Complementary color
Monochromatic Colors of #122DC1
Black with #122DC1
Text Example
Text Example
White with #122DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DC1; }
p { color: rgb(18,45,193); }
H1.HeaderClassName
{
color: #122DC1;
}
.AnyTagClassName
{
color: #122DC1;
}
</style>
background-color css
<style>
a { background-color: #122DC1; }
a { background-color: rgb(18,45,193); }
div.DivClassName
{
background-color: #122DC1;
}
.BgClassName
{
background-color: #122DC1;
}
</style>
border-color css
<style>
span { border-color: #122DC1; }
span { border-color: rgb(18,45,193); }
td.TdClassName
{
border-color: #122DC1;
}
.TagClassName
{
border-color: #122DC1;
}
</style>