Shades of Persian Blue #1530E9
Tints of Persian Blue #1530E9
RGB
CMYK
RGB Variations
Color information
#1530E9 (or 0x1530E9) is known color: Persian Blue. HEX triplet: 15, 30 and E9. RGB value is (21,48,233). Sum of RGB (Red+Green+Blue) = 21+48+233=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 233 (91.41% from 255 or 77.15% from 302); Max value from RGB is 233 - color contains mainly: blue. Hex color #1530E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1530E9 is #EACF16. Grayscale: #3C3C3C. Windows color (decimal): -15388439 or 15282197. OLE color: 15282197.
HSL color Cylindrical-coordinate representation of color #1530E9: hue angle of 232.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1530E9 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 48 | 233 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.09 |
| HSL | 232.36º | 0.83% | 0.5% | - |
| HSV(B) | 232.36º | 0.91% | 0.91% | - |
| XYZ | 16.07 | 8.16 | 77.82 | - |
| YUV | 61.02 | 225.05 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 233 | 0.91 | 0.79 | 0 | 0.09 | 232.36 | 0.83 | 0.5 |
| Hex | 15 | 30 | E9 | 5B | 4F | 0 | 9 | E8 | 53 | 32 |
| Octal | 25 | 60 | 351 | 133 | 117 | 0 | 11 | 350 | 123 | 62 |
| Binary | 10101 | 110000 | 11101001 | 1011011 | 1001111 | 0 | 1001 | 11101000 | 1010011 | 110010 |
Color Harmonies of #1530E9
Complementary color
Monochromatic Colors of #1530E9
Black with #1530E9
Text Example
Text Example
White with #1530E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530E9; }
p { color: rgb(21,48,233); }
H1.HeaderClassName
{
color: #1530E9;
}
.AnyTagClassName
{
color: #1530E9;
}
</style>
background-color css
<style>
a { background-color: #1530E9; }
a { background-color: rgb(21,48,233); }
div.DivClassName
{
background-color: #1530E9;
}
.BgClassName
{
background-color: #1530E9;
}
</style>
border-color css
<style>
span { border-color: #1530E9; }
span { border-color: rgb(21,48,233); }
td.TdClassName
{
border-color: #1530E9;
}
.TagClassName
{
border-color: #1530E9;
}
</style>