Shades of Persian Blue #1530DE
Tints of Persian Blue #1530DE
RGB
CMYK
RGB Variations
Color information
#1530DE (or 0x1530DE) is known color: Persian Blue. HEX triplet: 15, 30 and DE. RGB value is (21,48,222). Sum of RGB (Red+Green+Blue) = 21+48+222=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 222 (87.11% from 255 or 76.29% from 291); Max value from RGB is 222 - color contains mainly: blue. Hex color #1530DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1530DE is #EACF21. Grayscale: #3B3B3B. Windows color (decimal): -15388450 or 14561301. OLE color: 14561301.
HSL color Cylindrical-coordinate representation of color #1530DE: hue angle of 231.94º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1530DE is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 48 | 222 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.13 |
| HSL | 231.94º | 0.83% | 0.48% | - |
| HSV(B) | 231.94º | 0.91% | 0.87% | - |
| XYZ | 14.55 | 7.55 | 69.8 | - |
| YUV | 59.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 222 | 0.91 | 0.78 | 0 | 0.13 | 231.94 | 0.83 | 0.48 |
| Hex | 15 | 30 | DE | 5B | 4E | 0 | D | E8 | 53 | 30 |
| Octal | 25 | 60 | 336 | 133 | 116 | 0 | 15 | 350 | 123 | 60 |
| Binary | 10101 | 110000 | 11011110 | 1011011 | 1001110 | 0 | 1101 | 11101000 | 1010011 | 110000 |
Color Harmonies of #1530DE
Complementary color
Monochromatic Colors of #1530DE
Black with #1530DE
Text Example
Text Example
White with #1530DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1530DE; }
p { color: rgb(21,48,222); }
H1.HeaderClassName
{
color: #1530DE;
}
.AnyTagClassName
{
color: #1530DE;
}
</style>
background-color css
<style>
a { background-color: #1530DE; }
a { background-color: rgb(21,48,222); }
div.DivClassName
{
background-color: #1530DE;
}
.BgClassName
{
background-color: #1530DE;
}
</style>
border-color css
<style>
span { border-color: #1530DE; }
span { border-color: rgb(21,48,222); }
td.TdClassName
{
border-color: #1530DE;
}
.TagClassName
{
border-color: #1530DE;
}
</style>