Shades of Persian Blue #122EED
Tints of Persian Blue #122EED
RGB
CMYK
RGB Variations
Color information
#122EED (or 0x122EED) is known color: Persian Blue. HEX triplet: 12, 2E and ED. RGB value is (18,46,237). Sum of RGB (Red+Green+Blue) = 18+46+237=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #122EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122EED is #EDD112. Grayscale: #3A3A3A. Windows color (decimal): -15585555 or 15543826. OLE color: 15543826.
HSL color Cylindrical-coordinate representation of color #122EED: hue angle of 232.33º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122EED is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 46 | 237 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.07 |
| HSL | 232.33º | 0.86% | 0.5% | - |
| HSV(B) | 232.33º | 0.92% | 0.93% | - |
| XYZ | 16.51 | 8.2 | 80.83 | - |
| YUV | 59.4 | 228.22 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 237 | 0.92 | 0.81 | 0 | 0.07 | 232.33 | 0.86 | 0.5 |
| Hex | 12 | 2E | ED | 5C | 51 | 0 | 7 | E8 | 56 | 32 |
| Octal | 22 | 56 | 355 | 134 | 121 | 0 | 7 | 350 | 126 | 62 |
| Binary | 10010 | 101110 | 11101101 | 1011100 | 1010001 | 0 | 111 | 11101000 | 1010110 | 110010 |
Color Harmonies of #122EED
Complementary color
Monochromatic Colors of #122EED
Black with #122EED
Text Example
Text Example
White with #122EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EED; }
p { color: rgb(18,46,237); }
H1.HeaderClassName
{
color: #122EED;
}
.AnyTagClassName
{
color: #122EED;
}
</style>
background-color css
<style>
a { background-color: #122EED; }
a { background-color: rgb(18,46,237); }
div.DivClassName
{
background-color: #122EED;
}
.BgClassName
{
background-color: #122EED;
}
</style>
border-color css
<style>
span { border-color: #122EED; }
span { border-color: rgb(18,46,237); }
td.TdClassName
{
border-color: #122EED;
}
.TagClassName
{
border-color: #122EED;
}
</style>