Shades of Persian Blue #1522CE
Tints of Persian Blue #1522CE
RGB
CMYK
RGB Variations
Color information
#1522CE (or 0x1522CE) is known color: Persian Blue. HEX triplet: 15, 22 and CE. RGB value is (21,34,206). Sum of RGB (Red+Green+Blue) = 21+34+206=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #1522CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522CE is #EADD31. Grayscale: #313131. Windows color (decimal): -15392050 or 13509141. OLE color: 13509141.
HSL color Cylindrical-coordinate representation of color #1522CE: hue angle of 235.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1522CE is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 34 | 206 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.19 |
| HSL | 235.78º | 0.81% | 0.45% | - |
| HSV(B) | 235.78º | 0.9% | 0.81% | - |
| XYZ | 12.02 | 5.76 | 58.87 | - |
| YUV | 49.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 206 | 0.90 | 0.83 | 0 | 0.19 | 235.78 | 0.81 | 0.45 |
| Hex | 15 | 22 | CE | 5A | 53 | 0 | 13 | EC | 51 | 2D |
| Octal | 25 | 42 | 316 | 132 | 123 | 0 | 23 | 354 | 121 | 55 |
| Binary | 10101 | 100010 | 11001110 | 1011010 | 1010011 | 0 | 10011 | 11101100 | 1010001 | 101101 |
Color Harmonies of #1522CE
Complementary color
Monochromatic Colors of #1522CE
Black with #1522CE
Text Example
Text Example
White with #1522CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522CE; }
p { color: rgb(21,34,206); }
H1.HeaderClassName
{
color: #1522CE;
}
.AnyTagClassName
{
color: #1522CE;
}
</style>
background-color css
<style>
a { background-color: #1522CE; }
a { background-color: rgb(21,34,206); }
div.DivClassName
{
background-color: #1522CE;
}
.BgClassName
{
background-color: #1522CE;
}
</style>
border-color css
<style>
span { border-color: #1522CE; }
span { border-color: rgb(21,34,206); }
td.TdClassName
{
border-color: #1522CE;
}
.TagClassName
{
border-color: #1522CE;
}
</style>