Shades of Persian Blue #1522BA
Tints of Persian Blue #1522BA
RGB
CMYK
RGB Variations
Color information
#1522BA (or 0x1522BA) is known color: Persian Blue. HEX triplet: 15, 22 and BA. RGB value is (21,34,186). Sum of RGB (Red+Green+Blue) = 21+34+186=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #1522BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522BA is #EADD45. Grayscale: #2E2E2E. Windows color (decimal): -15392070 or 12198421. OLE color: 12198421.
HSL color Cylindrical-coordinate representation of color #1522BA: hue angle of 235.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1522BA is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 34 | 186 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.27 |
| HSL | 235.27º | 0.8% | 0.41% | - |
| HSV(B) | 235.27º | 0.89% | 0.73% | - |
| XYZ | 9.74 | 4.85 | 46.88 | - |
| YUV | 47.44 | 206.19 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 186 | 0.89 | 0.82 | 0 | 0.27 | 235.27 | 0.8 | 0.41 |
| Hex | 15 | 22 | BA | 59 | 52 | 0 | 1B | EB | 50 | 29 |
| Octal | 25 | 42 | 272 | 131 | 122 | 0 | 33 | 353 | 120 | 51 |
| Binary | 10101 | 100010 | 10111010 | 1011001 | 1010010 | 0 | 11011 | 11101011 | 1010000 | 101001 |
Color Harmonies of #1522BA
Complementary color
Monochromatic Colors of #1522BA
Black with #1522BA
Text Example
Text Example
White with #1522BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522BA; }
p { color: rgb(21,34,186); }
H1.HeaderClassName
{
color: #1522BA;
}
.AnyTagClassName
{
color: #1522BA;
}
</style>
background-color css
<style>
a { background-color: #1522BA; }
a { background-color: rgb(21,34,186); }
div.DivClassName
{
background-color: #1522BA;
}
.BgClassName
{
background-color: #1522BA;
}
</style>
border-color css
<style>
span { border-color: #1522BA; }
span { border-color: rgb(21,34,186); }
td.TdClassName
{
border-color: #1522BA;
}
.TagClassName
{
border-color: #1522BA;
}
</style>