Shades of Persian Blue #1521B6
Tints of Persian Blue #1521B6
RGB
CMYK
RGB Variations
Color information
#1521B6 (or 0x1521B6) is known color: Persian Blue. HEX triplet: 15, 21 and B6. RGB value is (21,33,182). Sum of RGB (Red+Green+Blue) = 21+33+182=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 182 (71.48% from 255 or 77.12% from 236); Max value from RGB is 182 - color contains mainly: blue. Hex color #1521B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521B6 is #EADE49. Grayscale: #2D2D2D. Windows color (decimal): -15392330 or 11936021. OLE color: 11936021.
HSL color Cylindrical-coordinate representation of color #1521B6: hue angle of 235.53º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1521B6 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 33 | 182 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.29 |
| HSL | 235.53º | 0.79% | 0.4% | - |
| HSV(B) | 235.53º | 0.88% | 0.71% | - |
| XYZ | 9.3 | 4.62 | 44.66 | - |
| YUV | 46.4 | 204.52 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 182 | 0.88 | 0.82 | 0 | 0.29 | 235.53 | 0.79 | 0.4 |
| Hex | 15 | 21 | B6 | 58 | 52 | 0 | 1D | EC | 4F | 28 |
| Octal | 25 | 41 | 266 | 130 | 122 | 0 | 35 | 354 | 117 | 50 |
| Binary | 10101 | 100001 | 10110110 | 1011000 | 1010010 | 0 | 11101 | 11101100 | 1001111 | 101000 |
Color Harmonies of #1521B6
Complementary color
Monochromatic Colors of #1521B6
Black with #1521B6
Text Example
Text Example
White with #1521B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521B6; }
p { color: rgb(21,33,182); }
H1.HeaderClassName
{
color: #1521B6;
}
.AnyTagClassName
{
color: #1521B6;
}
</style>
background-color css
<style>
a { background-color: #1521B6; }
a { background-color: rgb(21,33,182); }
div.DivClassName
{
background-color: #1521B6;
}
.BgClassName
{
background-color: #1521B6;
}
</style>
border-color css
<style>
span { border-color: #1521B6; }
span { border-color: rgb(21,33,182); }
td.TdClassName
{
border-color: #1521B6;
}
.TagClassName
{
border-color: #1521B6;
}
</style>