Shades of Persian Blue #1535CF
Tints of Persian Blue #1535CF
RGB
CMYK
RGB Variations
Color information
#1535CF (or 0x1535CF) is known color: Persian Blue. HEX triplet: 15, 35 and CF. RGB value is (21,53,207). Sum of RGB (Red+Green+Blue) = 21+53+207=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #1535CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1535CF is #EACA30. Grayscale: #3C3C3C. Windows color (decimal): -15387185 or 13579541. OLE color: 13579541.
HSL color Cylindrical-coordinate representation of color #1535CF: hue angle of 229.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1535CF is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 53 | 207 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.19 |
| HSL | 229.68º | 0.82% | 0.45% | - |
| HSV(B) | 229.68º | 0.9% | 0.81% | - |
| XYZ | 12.84 | 7.21 | 59.75 | - |
| YUV | 60.99 | 210.4 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 207 | 0.90 | 0.74 | 0 | 0.19 | 229.68 | 0.82 | 0.45 |
| Hex | 15 | 35 | CF | 5A | 4A | 0 | 13 | E6 | 52 | 2D |
| Octal | 25 | 65 | 317 | 132 | 112 | 0 | 23 | 346 | 122 | 55 |
| Binary | 10101 | 110101 | 11001111 | 1011010 | 1001010 | 0 | 10011 | 11100110 | 1010010 | 101101 |
Color Harmonies of #1535CF
Complementary color
Monochromatic Colors of #1535CF
Black with #1535CF
Text Example
Text Example
White with #1535CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1535CF; }
p { color: rgb(21,53,207); }
H1.HeaderClassName
{
color: #1535CF;
}
.AnyTagClassName
{
color: #1535CF;
}
</style>
background-color css
<style>
a { background-color: #1535CF; }
a { background-color: rgb(21,53,207); }
div.DivClassName
{
background-color: #1535CF;
}
.BgClassName
{
background-color: #1535CF;
}
</style>
border-color css
<style>
span { border-color: #1535CF; }
span { border-color: rgb(21,53,207); }
td.TdClassName
{
border-color: #1535CF;
}
.TagClassName
{
border-color: #1535CF;
}
</style>