Shades of Persian Blue #1521BC
Tints of Persian Blue #1521BC
RGB
CMYK
RGB Variations
Color information
#1521BC (or 0x1521BC) is known color: Persian Blue. HEX triplet: 15, 21 and BC. RGB value is (21,33,188). Sum of RGB (Red+Green+Blue) = 21+33+188=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #1521BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521BC is #EADE43. Grayscale: #2E2E2E. Windows color (decimal): -15392324 or 12329237. OLE color: 12329237.
HSL color Cylindrical-coordinate representation of color #1521BC: hue angle of 235.69º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1521BC is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 33 | 188 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.26 |
| HSL | 235.69º | 0.8% | 0.41% | - |
| HSV(B) | 235.69º | 0.89% | 0.74% | - |
| XYZ | 9.93 | 4.88 | 48 | - |
| YUV | 47.08 | 207.52 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 188 | 0.89 | 0.82 | 0 | 0.26 | 235.69 | 0.8 | 0.41 |
| Hex | 15 | 21 | BC | 59 | 52 | 0 | 1A | EC | 50 | 29 |
| Octal | 25 | 41 | 274 | 131 | 122 | 0 | 32 | 354 | 120 | 51 |
| Binary | 10101 | 100001 | 10111100 | 1011001 | 1010010 | 0 | 11010 | 11101100 | 1010000 | 101001 |
Color Harmonies of #1521BC
Complementary color
Monochromatic Colors of #1521BC
Black with #1521BC
Text Example
Text Example
White with #1521BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521BC; }
p { color: rgb(21,33,188); }
H1.HeaderClassName
{
color: #1521BC;
}
.AnyTagClassName
{
color: #1521BC;
}
</style>
background-color css
<style>
a { background-color: #1521BC; }
a { background-color: rgb(21,33,188); }
div.DivClassName
{
background-color: #1521BC;
}
.BgClassName
{
background-color: #1521BC;
}
</style>
border-color css
<style>
span { border-color: #1521BC; }
span { border-color: rgb(21,33,188); }
td.TdClassName
{
border-color: #1521BC;
}
.TagClassName
{
border-color: #1521BC;
}
</style>