Shades of Persian Blue #1522D9
Tints of Persian Blue #1522D9
RGB
CMYK
RGB Variations
Color information
#1522D9 (or 0x1522D9) is known color: Persian Blue. HEX triplet: 15, 22 and D9. RGB value is (21,34,217). Sum of RGB (Red+Green+Blue) = 21+34+217=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 217 (85.16% from 255 or 79.78% from 272); Max value from RGB is 217 - color contains mainly: blue. Hex color #1522D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522D9 is #EADD26. Grayscale: #323232. Windows color (decimal): -15392039 or 14230037. OLE color: 14230037.
HSL color Cylindrical-coordinate representation of color #1522D9: hue angle of 236.02º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1522D9 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 34 | 217 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.15 |
| HSL | 236.02º | 0.82% | 0.47% | - |
| HSV(B) | 236.02º | 0.9% | 0.85% | - |
| XYZ | 13.41 | 6.31 | 66.16 | - |
| YUV | 50.98 | 221.69 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 217 | 0.90 | 0.84 | 0 | 0.15 | 236.02 | 0.82 | 0.47 |
| Hex | 15 | 22 | D9 | 5A | 54 | 0 | F | EC | 52 | 2F |
| Octal | 25 | 42 | 331 | 132 | 124 | 0 | 17 | 354 | 122 | 57 |
| Binary | 10101 | 100010 | 11011001 | 1011010 | 1010100 | 0 | 1111 | 11101100 | 1010010 | 101111 |
Color Harmonies of #1522D9
Complementary color
Monochromatic Colors of #1522D9
Black with #1522D9
Text Example
Text Example
White with #1522D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522D9; }
p { color: rgb(21,34,217); }
H1.HeaderClassName
{
color: #1522D9;
}
.AnyTagClassName
{
color: #1522D9;
}
</style>
background-color css
<style>
a { background-color: #1522D9; }
a { background-color: rgb(21,34,217); }
div.DivClassName
{
background-color: #1522D9;
}
.BgClassName
{
background-color: #1522D9;
}
</style>
border-color css
<style>
span { border-color: #1522D9; }
span { border-color: rgb(21,34,217); }
td.TdClassName
{
border-color: #1522D9;
}
.TagClassName
{
border-color: #1522D9;
}
</style>