Shades of Persian Blue #1521C1
Tints of Persian Blue #1521C1
RGB
CMYK
RGB Variations
Color information
#1521C1 (or 0x1521C1) is known color: Persian Blue. HEX triplet: 15, 21 and C1. RGB value is (21,33,193). Sum of RGB (Red+Green+Blue) = 21+33+193=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 193 (75.78% from 255 or 78.14% from 247); Max value from RGB is 193 - color contains mainly: blue. Hex color #1521C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521C1 is #EADE3E. Grayscale: #2F2F2F. Windows color (decimal): -15392319 or 12656917. OLE color: 12656917.
HSL color Cylindrical-coordinate representation of color #1521C1: hue angle of 235.81º degrees, saturation: 0.8, 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 #1521C1 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 33 | 193 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.24 |
| HSL | 235.81º | 0.8% | 0.42% | - |
| HSV(B) | 235.81º | 0.89% | 0.76% | - |
| XYZ | 10.48 | 5.1 | 50.88 | - |
| YUV | 47.65 | 210.02 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 193 | 0.89 | 0.83 | 0 | 0.24 | 235.81 | 0.8 | 0.42 |
| Hex | 15 | 21 | C1 | 59 | 53 | 0 | 18 | EC | 50 | 2A |
| Octal | 25 | 41 | 301 | 131 | 123 | 0 | 30 | 354 | 120 | 52 |
| Binary | 10101 | 100001 | 11000001 | 1011001 | 1010011 | 0 | 11000 | 11101100 | 1010000 | 101010 |
Color Harmonies of #1521C1
Complementary color
Monochromatic Colors of #1521C1
Black with #1521C1
Text Example
Text Example
White with #1521C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521C1; }
p { color: rgb(21,33,193); }
H1.HeaderClassName
{
color: #1521C1;
}
.AnyTagClassName
{
color: #1521C1;
}
</style>
background-color css
<style>
a { background-color: #1521C1; }
a { background-color: rgb(21,33,193); }
div.DivClassName
{
background-color: #1521C1;
}
.BgClassName
{
background-color: #1521C1;
}
</style>
border-color css
<style>
span { border-color: #1521C1; }
span { border-color: rgb(21,33,193); }
td.TdClassName
{
border-color: #1521C1;
}
.TagClassName
{
border-color: #1521C1;
}
</style>