Shades of Persian Blue #122DE3
Tints of Persian Blue #122DE3
RGB
CMYK
RGB Variations
Color information
#122DE3 (or 0x122DE3) is known color: Persian Blue. HEX triplet: 12, 2D and E3. RGB value is (18,45,227). Sum of RGB (Red+Green+Blue) = 18+45+227=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 227 (89.06% from 255 or 78.28% from 290); Max value from RGB is 227 - color contains mainly: blue. Hex color #122DE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DE3 is #EDD21C. Grayscale: #383838. Windows color (decimal): -15585821 or 14888210. OLE color: 14888210.
HSL color Cylindrical-coordinate representation of color #122DE3: hue angle of 232.25º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122DE3 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 45 | 227 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.11 |
| HSL | 232.25º | 0.85% | 0.48% | - |
| HSV(B) | 232.25º | 0.92% | 0.89% | - |
| XYZ | 15.05 | 7.55 | 73.34 | - |
| YUV | 57.68 | 223.55 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 227 | 0.92 | 0.80 | 0 | 0.11 | 232.25 | 0.85 | 0.48 |
| Hex | 12 | 2D | E3 | 5C | 50 | 0 | B | E8 | 55 | 30 |
| Octal | 22 | 55 | 343 | 134 | 120 | 0 | 13 | 350 | 125 | 60 |
| Binary | 10010 | 101101 | 11100011 | 1011100 | 1010000 | 0 | 1011 | 11101000 | 1010101 | 110000 |
Color Harmonies of #122DE3
Complementary color
Monochromatic Colors of #122DE3
Black with #122DE3
Text Example
Text Example
White with #122DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DE3; }
p { color: rgb(18,45,227); }
H1.HeaderClassName
{
color: #122DE3;
}
.AnyTagClassName
{
color: #122DE3;
}
</style>
background-color css
<style>
a { background-color: #122DE3; }
a { background-color: rgb(18,45,227); }
div.DivClassName
{
background-color: #122DE3;
}
.BgClassName
{
background-color: #122DE3;
}
</style>
border-color css
<style>
span { border-color: #122DE3; }
span { border-color: rgb(18,45,227); }
td.TdClassName
{
border-color: #122DE3;
}
.TagClassName
{
border-color: #122DE3;
}
</style>