Shades of Persian Blue #1540DF
Tints of Persian Blue #1540DF
RGB
CMYK
RGB Variations
Color information
#1540DF (or 0x1540DF) is known color: Persian Blue. HEX triplet: 15, 40 and DF. RGB value is (21,64,223). Sum of RGB (Red+Green+Blue) = 21+64+223=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #1540DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540DF is #EABF20. Grayscale: #444444. Windows color (decimal): -15384353 or 14630933. OLE color: 14630933.
HSL color Cylindrical-coordinate representation of color #1540DF: hue angle of 227.23º 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 #1540DF is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 64 | 223 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.13 |
| HSL | 227.23º | 0.83% | 0.48% | - |
| HSV(B) | 227.23º | 0.91% | 0.87% | - |
| XYZ | 15.46 | 9.15 | 70.76 | - |
| YUV | 69.27 | 214.75 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 223 | 0.91 | 0.71 | 0 | 0.13 | 227.23 | 0.83 | 0.48 |
| Hex | 15 | 40 | DF | 5B | 47 | 0 | D | E3 | 53 | 30 |
| Octal | 25 | 100 | 337 | 133 | 107 | 0 | 15 | 343 | 123 | 60 |
| Binary | 10101 | 1000000 | 11011111 | 1011011 | 1000111 | 0 | 1101 | 11100011 | 1010011 | 110000 |
Color Harmonies of #1540DF
Complementary color
Monochromatic Colors of #1540DF
Black with #1540DF
Text Example
Text Example
White with #1540DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1540DF; }
p { color: rgb(21,64,223); }
H1.HeaderClassName
{
color: #1540DF;
}
.AnyTagClassName
{
color: #1540DF;
}
</style>
background-color css
<style>
a { background-color: #1540DF; }
a { background-color: rgb(21,64,223); }
div.DivClassName
{
background-color: #1540DF;
}
.BgClassName
{
background-color: #1540DF;
}
</style>
border-color css
<style>
span { border-color: #1540DF; }
span { border-color: rgb(21,64,223); }
td.TdClassName
{
border-color: #1540DF;
}
.TagClassName
{
border-color: #1540DF;
}
</style>