Shades of Persian Blue #1530EB
Tints of Persian Blue #1530EB
RGB
CMYK
RGB Variations
Color information
#1530EB (or 0x1530EB) is known color: Persian Blue. HEX triplet: 15, 30 and EB. RGB value is (21,48,235). Sum of RGB (Red+Green+Blue) = 21+48+235=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #1530EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1530EB is #EACF14. Grayscale: #3C3C3C. Windows color (decimal): -15388437 or 15413269. OLE color: 15413269.
HSL color Cylindrical-coordinate representation of color #1530EB: hue angle of 232.43º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1530EB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 48 | 235 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.08 |
| HSL | 232.43º | 0.84% | 0.5% | - |
| HSV(B) | 232.43º | 0.91% | 0.92% | - |
| XYZ | 16.36 | 8.27 | 79.33 | - |
| YUV | 61.25 | 226.05 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 235 | 0.91 | 0.80 | 0 | 0.08 | 232.43 | 0.84 | 0.5 |
| Hex | 15 | 30 | EB | 5B | 50 | 0 | 8 | E8 | 54 | 32 |
| Octal | 25 | 60 | 353 | 133 | 120 | 0 | 10 | 350 | 124 | 62 |
| Binary | 10101 | 110000 | 11101011 | 1011011 | 1010000 | 0 | 1000 | 11101000 | 1010100 | 110010 |
Color Harmonies of #1530EB
Complementary color
Monochromatic Colors of #1530EB
Black with #1530EB
Text Example
Text Example
White with #1530EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530EB; }
p { color: rgb(21,48,235); }
H1.HeaderClassName
{
color: #1530EB;
}
.AnyTagClassName
{
color: #1530EB;
}
</style>
background-color css
<style>
a { background-color: #1530EB; }
a { background-color: rgb(21,48,235); }
div.DivClassName
{
background-color: #1530EB;
}
.BgClassName
{
background-color: #1530EB;
}
</style>
border-color css
<style>
span { border-color: #1530EB; }
span { border-color: rgb(21,48,235); }
td.TdClassName
{
border-color: #1530EB;
}
.TagClassName
{
border-color: #1530EB;
}
</style>