Shades of Persian Blue #1522C3
Tints of Persian Blue #1522C3
RGB
CMYK
RGB Variations
Color information
#1522C3 (or 0x1522C3) is known color: Persian Blue. HEX triplet: 15, 22 and C3. RGB value is (21,34,195). Sum of RGB (Red+Green+Blue) = 21+34+195=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 195 (76.56% from 255 or 78% from 250); Max value from RGB is 195 - color contains mainly: blue. Hex color #1522C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522C3 is #EADD3C. Grayscale: #2F2F2F. Windows color (decimal): -15392061 or 12788245. OLE color: 12788245.
HSL color Cylindrical-coordinate representation of color #1522C3: hue angle of 235.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1522C3 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 34 | 195 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.24 |
| HSL | 235.52º | 0.81% | 0.42% | - |
| HSV(B) | 235.52º | 0.89% | 0.76% | - |
| XYZ | 10.73 | 5.24 | 52.08 | - |
| YUV | 48.47 | 210.69 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 195 | 0.89 | 0.83 | 0 | 0.24 | 235.52 | 0.81 | 0.42 |
| Hex | 15 | 22 | C3 | 59 | 53 | 0 | 18 | EC | 51 | 2A |
| Octal | 25 | 42 | 303 | 131 | 123 | 0 | 30 | 354 | 121 | 52 |
| Binary | 10101 | 100010 | 11000011 | 1011001 | 1010011 | 0 | 11000 | 11101100 | 1010001 | 101010 |
Color Harmonies of #1522C3
Complementary color
Monochromatic Colors of #1522C3
Black with #1522C3
Text Example
Text Example
White with #1522C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522C3; }
p { color: rgb(21,34,195); }
H1.HeaderClassName
{
color: #1522C3;
}
.AnyTagClassName
{
color: #1522C3;
}
</style>
background-color css
<style>
a { background-color: #1522C3; }
a { background-color: rgb(21,34,195); }
div.DivClassName
{
background-color: #1522C3;
}
.BgClassName
{
background-color: #1522C3;
}
</style>
border-color css
<style>
span { border-color: #1522C3; }
span { border-color: rgb(21,34,195); }
td.TdClassName
{
border-color: #1522C3;
}
.TagClassName
{
border-color: #1522C3;
}
</style>