Shades of Persian Blue #122DE0
Tints of Persian Blue #122DE0
RGB
CMYK
RGB Variations
Color information
#122DE0 (or 0x122DE0) is known color: Persian Blue. HEX triplet: 12, 2D and E0. RGB value is (18,45,224). Sum of RGB (Red+Green+Blue) = 18+45+224=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 224 (87.89% from 255 or 78.05% from 287); Max value from RGB is 224 - color contains mainly: blue. Hex color #122DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DE0 is #EDD21F. Grayscale: #383838. Windows color (decimal): -15585824 or 14691602. OLE color: 14691602.
HSL color Cylindrical-coordinate representation of color #122DE0: hue angle of 232.14º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122DE0 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 45 | 224 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.12 |
| HSL | 232.14º | 0.85% | 0.47% | - |
| HSV(B) | 232.14º | 0.92% | 0.88% | - |
| XYZ | 14.64 | 7.39 | 71.18 | - |
| YUV | 57.33 | 222.05 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 224 | 0.92 | 0.80 | 0 | 0.12 | 232.14 | 0.85 | 0.47 |
| Hex | 12 | 2D | E0 | 5C | 50 | 0 | C | E8 | 55 | 2F |
| Octal | 22 | 55 | 340 | 134 | 120 | 0 | 14 | 350 | 125 | 57 |
| Binary | 10010 | 101101 | 11100000 | 1011100 | 1010000 | 0 | 1100 | 11101000 | 1010101 | 101111 |
Color Harmonies of #122DE0
Complementary color
Monochromatic Colors of #122DE0
Black with #122DE0
Text Example
Text Example
White with #122DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DE0; }
p { color: rgb(18,45,224); }
H1.HeaderClassName
{
color: #122DE0;
}
.AnyTagClassName
{
color: #122DE0;
}
</style>
background-color css
<style>
a { background-color: #122DE0; }
a { background-color: rgb(18,45,224); }
div.DivClassName
{
background-color: #122DE0;
}
.BgClassName
{
background-color: #122DE0;
}
</style>
border-color css
<style>
span { border-color: #122DE0; }
span { border-color: rgb(18,45,224); }
td.TdClassName
{
border-color: #122DE0;
}
.TagClassName
{
border-color: #122DE0;
}
</style>