Shades of Persian Blue #1535DE
Tints of Persian Blue #1535DE
RGB
CMYK
RGB Variations
Color information
#1535DE (or 0x1535DE) is known color: Persian Blue. HEX triplet: 15, 35 and DE. RGB value is (21,53,222). Sum of RGB (Red+Green+Blue) = 21+53+222=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #1535DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535DE is #EACA21. Grayscale: #3D3D3D. Windows color (decimal): -15387170 or 14562581. OLE color: 14562581.
HSL color Cylindrical-coordinate representation of color #1535DE: hue angle of 230.45º 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 #1535DE is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 53 | 222 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.13 |
| HSL | 230.45º | 0.83% | 0.48% | - |
| HSV(B) | 230.45º | 0.91% | 0.87% | - |
| XYZ | 14.77 | 7.98 | 69.87 | - |
| YUV | 62.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 222 | 0.91 | 0.76 | 0 | 0.13 | 230.45 | 0.83 | 0.48 |
| Hex | 15 | 35 | DE | 5B | 4C | 0 | D | E6 | 53 | 30 |
| Octal | 25 | 65 | 336 | 133 | 114 | 0 | 15 | 346 | 123 | 60 |
| Binary | 10101 | 110101 | 11011110 | 1011011 | 1001100 | 0 | 1101 | 11100110 | 1010011 | 110000 |
Color Harmonies of #1535DE
Complementary color
Monochromatic Colors of #1535DE
Black with #1535DE
Text Example
Text Example
White with #1535DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1535DE; }
p { color: rgb(21,53,222); }
H1.HeaderClassName
{
color: #1535DE;
}
.AnyTagClassName
{
color: #1535DE;
}
</style>
background-color css
<style>
a { background-color: #1535DE; }
a { background-color: rgb(21,53,222); }
div.DivClassName
{
background-color: #1535DE;
}
.BgClassName
{
background-color: #1535DE;
}
</style>
border-color css
<style>
span { border-color: #1535DE; }
span { border-color: rgb(21,53,222); }
td.TdClassName
{
border-color: #1535DE;
}
.TagClassName
{
border-color: #1535DE;
}
</style>