Shades of Persian Blue #1535F2
Tints of Persian Blue #1535F2
RGB
CMYK
RGB Variations
Color information
#1535F2 (or 0x1535F2) is known color: Persian Blue. HEX triplet: 15, 35 and F2. RGB value is (21,53,242). Sum of RGB (Red+Green+Blue) = 21+53+242=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 242 (94.92% from 255 or 76.58% from 316); Max value from RGB is 242 - color contains mainly: blue. Hex color #1535F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1535F2 is #EACA0D. Grayscale: #404040. Windows color (decimal): -15387150 or 15873301. OLE color: 15873301.
HSL color Cylindrical-coordinate representation of color #1535F2: hue angle of 231.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1535F2 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 53 | 242 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.05 |
| HSL | 231.31º | 0.89% | 0.52% | - |
| HSV(B) | 231.31º | 0.91% | 0.95% | - |
| XYZ | 17.61 | 9.12 | 84.84 | - |
| YUV | 64.98 | 227.9 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 242 | 0.91 | 0.78 | 0 | 0.05 | 231.31 | 0.89 | 0.52 |
| Hex | 15 | 35 | F2 | 5B | 4E | 0 | 5 | E7 | 59 | 34 |
| Octal | 25 | 65 | 362 | 133 | 116 | 0 | 5 | 347 | 131 | 64 |
| Binary | 10101 | 110101 | 11110010 | 1011011 | 1001110 | 0 | 101 | 11100111 | 1011001 | 110100 |
Color Harmonies of #1535F2
Complementary color
Monochromatic Colors of #1535F2
Black with #1535F2
Text Example
Text Example
White with #1535F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1535F2; }
p { color: rgb(21,53,242); }
H1.HeaderClassName
{
color: #1535F2;
}
.AnyTagClassName
{
color: #1535F2;
}
</style>
background-color css
<style>
a { background-color: #1535F2; }
a { background-color: rgb(21,53,242); }
div.DivClassName
{
background-color: #1535F2;
}
.BgClassName
{
background-color: #1535F2;
}
</style>
border-color css
<style>
span { border-color: #1535F2; }
span { border-color: rgb(21,53,242); }
td.TdClassName
{
border-color: #1535F2;
}
.TagClassName
{
border-color: #1535F2;
}
</style>