Shades of Persian Blue #1521C3
Tints of Persian Blue #1521C3
RGB
CMYK
RGB Variations
Color information
#1521C3 (or 0x1521C3) is known color: Persian Blue. HEX triplet: 15, 21 and C3. RGB value is (21,33,195). Sum of RGB (Red+Green+Blue) = 21+33+195=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 195 (76.56% from 255 or 78.31% from 249); Max value from RGB is 195 - color contains mainly: blue. Hex color #1521C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521C3 is #EADE3C. Grayscale: #2F2F2F. Windows color (decimal): -15392317 or 12787989. OLE color: 12787989.
HSL color Cylindrical-coordinate representation of color #1521C3: hue angle of 235.86º 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 #1521C3 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 33 | 195 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.24 |
| HSL | 235.86º | 0.81% | 0.42% | - |
| HSV(B) | 235.86º | 0.89% | 0.76% | - |
| XYZ | 10.7 | 5.19 | 52.07 | - |
| YUV | 47.88 | 211.02 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 195 | 0.89 | 0.83 | 0 | 0.24 | 235.86 | 0.81 | 0.42 |
| Hex | 15 | 21 | C3 | 59 | 53 | 0 | 18 | EC | 51 | 2A |
| Octal | 25 | 41 | 303 | 131 | 123 | 0 | 30 | 354 | 121 | 52 |
| Binary | 10101 | 100001 | 11000011 | 1011001 | 1010011 | 0 | 11000 | 11101100 | 1010001 | 101010 |
Color Harmonies of #1521C3
Complementary color
Monochromatic Colors of #1521C3
Black with #1521C3
Text Example
Text Example
White with #1521C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521C3; }
p { color: rgb(21,33,195); }
H1.HeaderClassName
{
color: #1521C3;
}
.AnyTagClassName
{
color: #1521C3;
}
</style>
background-color css
<style>
a { background-color: #1521C3; }
a { background-color: rgb(21,33,195); }
div.DivClassName
{
background-color: #1521C3;
}
.BgClassName
{
background-color: #1521C3;
}
</style>
border-color css
<style>
span { border-color: #1521C3; }
span { border-color: rgb(21,33,195); }
td.TdClassName
{
border-color: #1521C3;
}
.TagClassName
{
border-color: #1521C3;
}
</style>