Shades of Persian Blue #1540D5
Tints of Persian Blue #1540D5
RGB
CMYK
RGB Variations
Color information
#1540D5 (or 0x1540D5) is known color: Persian Blue. HEX triplet: 15, 40 and D5. RGB value is (21,64,213). Sum of RGB (Red+Green+Blue) = 21+64+213=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 213 (83.59% from 255 or 71.48% from 298); Max value from RGB is 213 - color contains mainly: blue. Hex color #1540D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540D5 is #EABF2A. Grayscale: #434343. Windows color (decimal): -15384363 or 13975573. OLE color: 13975573.
HSL color Cylindrical-coordinate representation of color #1540D5: hue angle of 226.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1540D5 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 64 | 213 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.16 |
| HSL | 226.56º | 0.82% | 0.46% | - |
| HSV(B) | 226.56º | 0.9% | 0.84% | - |
| XYZ | 14.15 | 8.63 | 63.87 | - |
| YUV | 68.13 | 209.75 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 213 | 0.90 | 0.70 | 0 | 0.16 | 226.56 | 0.82 | 0.46 |
| Hex | 15 | 40 | D5 | 5A | 46 | 0 | 10 | E3 | 52 | 2E |
| Octal | 25 | 100 | 325 | 132 | 106 | 0 | 20 | 343 | 122 | 56 |
| Binary | 10101 | 1000000 | 11010101 | 1011010 | 1000110 | 0 | 10000 | 11100011 | 1010010 | 101110 |
Color Harmonies of #1540D5
Complementary color
Monochromatic Colors of #1540D5
Black with #1540D5
Text Example
Text Example
White with #1540D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1540D5; }
p { color: rgb(21,64,213); }
H1.HeaderClassName
{
color: #1540D5;
}
.AnyTagClassName
{
color: #1540D5;
}
</style>
background-color css
<style>
a { background-color: #1540D5; }
a { background-color: rgb(21,64,213); }
div.DivClassName
{
background-color: #1540D5;
}
.BgClassName
{
background-color: #1540D5;
}
</style>
border-color css
<style>
span { border-color: #1540D5; }
span { border-color: rgb(21,64,213); }
td.TdClassName
{
border-color: #1540D5;
}
.TagClassName
{
border-color: #1540D5;
}
</style>