Shades of Persian Blue #1532D7
Tints of Persian Blue #1532D7
RGB
CMYK
RGB Variations
Color information
#1532D7 (or 0x1532D7) is known color: Persian Blue. HEX triplet: 15, 32 and D7. RGB value is (21,50,215). Sum of RGB (Red+Green+Blue) = 21+50+215=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 215 (84.38% from 255 or 75.17% from 286); Max value from RGB is 215 - color contains mainly: blue. Hex color #1532D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1532D7 is #EACD28. Grayscale: #3B3B3B. Windows color (decimal): -15387945 or 14103061. OLE color: 14103061.
HSL color Cylindrical-coordinate representation of color #1532D7: hue angle of 231.03º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1532D7 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 50 | 215 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.16 |
| HSL | 231.03º | 0.82% | 0.46% | - |
| HSV(B) | 231.03º | 0.9% | 0.84% | - |
| XYZ | 13.72 | 7.35 | 64.99 | - |
| YUV | 60.14 | 215.39 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 215 | 0.90 | 0.77 | 0 | 0.16 | 231.03 | 0.82 | 0.46 |
| Hex | 15 | 32 | D7 | 5A | 4D | 0 | 10 | E7 | 52 | 2E |
| Octal | 25 | 62 | 327 | 132 | 115 | 0 | 20 | 347 | 122 | 56 |
| Binary | 10101 | 110010 | 11010111 | 1011010 | 1001101 | 0 | 10000 | 11100111 | 1010010 | 101110 |
Color Harmonies of #1532D7
Complementary color
Monochromatic Colors of #1532D7
Black with #1532D7
Text Example
Text Example
White with #1532D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1532D7; }
p { color: rgb(21,50,215); }
H1.HeaderClassName
{
color: #1532D7;
}
.AnyTagClassName
{
color: #1532D7;
}
</style>
background-color css
<style>
a { background-color: #1532D7; }
a { background-color: rgb(21,50,215); }
div.DivClassName
{
background-color: #1532D7;
}
.BgClassName
{
background-color: #1532D7;
}
</style>
border-color css
<style>
span { border-color: #1532D7; }
span { border-color: rgb(21,50,215); }
td.TdClassName
{
border-color: #1532D7;
}
.TagClassName
{
border-color: #1532D7;
}
</style>