Shades of Persian Blue #1822CE
Tints of Persian Blue #1822CE
RGB
CMYK
RGB Variations
Color information
#1822CE (or 0x1822CE) is known color: Persian Blue. HEX triplet: 18, 22 and CE. RGB value is (24,34,206). Sum of RGB (Red+Green+Blue) = 24+34+206=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #1822CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1822CE is #E7DD31. Grayscale: #313131. Windows color (decimal): -15195442 or 13509144. OLE color: 13509144.
HSL color Cylindrical-coordinate representation of color #1822CE: hue angle of 236.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1822CE is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 34 | 206 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.19 |
| HSL | 236.7º | 0.79% | 0.45% | - |
| HSV(B) | 236.7º | 0.88% | 0.81% | - |
| XYZ | 12.09 | 5.79 | 58.87 | - |
| YUV | 50.62 | 215.69 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 206 | 0.88 | 0.83 | 0 | 0.19 | 236.7 | 0.79 | 0.45 |
| Hex | 18 | 22 | CE | 58 | 53 | 0 | 13 | ED | 4F | 2D |
| Octal | 30 | 42 | 316 | 130 | 123 | 0 | 23 | 355 | 117 | 55 |
| Binary | 11000 | 100010 | 11001110 | 1011000 | 1010011 | 0 | 10011 | 11101101 | 1001111 | 101101 |
Color Harmonies of #1822CE
Complementary color
Monochromatic Colors of #1822CE
Black with #1822CE
Text Example
Text Example
White with #1822CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1822CE; }
p { color: rgb(24,34,206); }
H1.HeaderClassName
{
color: #1822CE;
}
.AnyTagClassName
{
color: #1822CE;
}
</style>
background-color css
<style>
a { background-color: #1822CE; }
a { background-color: rgb(24,34,206); }
div.DivClassName
{
background-color: #1822CE;
}
.BgClassName
{
background-color: #1822CE;
}
</style>
border-color css
<style>
span { border-color: #1822CE; }
span { border-color: rgb(24,34,206); }
td.TdClassName
{
border-color: #1822CE;
}
.TagClassName
{
border-color: #1822CE;
}
</style>