Shades of Persian Blue #1535EA
Tints of Persian Blue #1535EA
RGB
CMYK
RGB Variations
Color information
#1535EA (or 0x1535EA) is known color: Persian Blue. HEX triplet: 15, 35 and EA. RGB value is (21,53,234). Sum of RGB (Red+Green+Blue) = 21+53+234=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #1535EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1535EA is #EACA15. Grayscale: #3F3F3F. Windows color (decimal): -15387158 or 15349013. OLE color: 15349013.
HSL color Cylindrical-coordinate representation of color #1535EA: hue angle of 230.99º 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 #1535EA is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 53 | 234 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.08 |
| HSL | 230.99º | 0.84% | 0.5% | - |
| HSV(B) | 230.99º | 0.91% | 0.92% | - |
| XYZ | 16.43 | 8.65 | 78.64 | - |
| YUV | 64.07 | 223.9 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 234 | 0.91 | 0.77 | 0 | 0.08 | 230.99 | 0.84 | 0.5 |
| Hex | 15 | 35 | EA | 5B | 4D | 0 | 8 | E7 | 54 | 32 |
| Octal | 25 | 65 | 352 | 133 | 115 | 0 | 10 | 347 | 124 | 62 |
| Binary | 10101 | 110101 | 11101010 | 1011011 | 1001101 | 0 | 1000 | 11100111 | 1010100 | 110010 |
Color Harmonies of #1535EA
Complementary color
Monochromatic Colors of #1535EA
Black with #1535EA
Text Example
Text Example
White with #1535EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1535EA; }
p { color: rgb(21,53,234); }
H1.HeaderClassName
{
color: #1535EA;
}
.AnyTagClassName
{
color: #1535EA;
}
</style>
background-color css
<style>
a { background-color: #1535EA; }
a { background-color: rgb(21,53,234); }
div.DivClassName
{
background-color: #1535EA;
}
.BgClassName
{
background-color: #1535EA;
}
</style>
border-color css
<style>
span { border-color: #1535EA; }
span { border-color: rgb(21,53,234); }
td.TdClassName
{
border-color: #1535EA;
}
.TagClassName
{
border-color: #1535EA;
}
</style>