Shades of Persian Blue #1540CA
Tints of Persian Blue #1540CA
RGB
CMYK
RGB Variations
Color information
#1540CA (or 0x1540CA) is known color: Persian Blue. HEX triplet: 15, 40 and CA. RGB value is (21,64,202). Sum of RGB (Red+Green+Blue) = 21+64+202=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #1540CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1540CA is #EABF35. Grayscale: #424242. Windows color (decimal): -15384374 or 13254677. OLE color: 13254677.
HSL color Cylindrical-coordinate representation of color #1540CA: hue angle of 225.75º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1540CA is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 64 | 202 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.21 |
| HSL | 225.75º | 0.81% | 0.44% | - |
| HSV(B) | 225.75º | 0.9% | 0.79% | - |
| XYZ | 12.8 | 8.09 | 56.76 | - |
| YUV | 66.88 | 204.25 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 202 | 0.90 | 0.68 | 0 | 0.21 | 225.75 | 0.81 | 0.44 |
| Hex | 15 | 40 | CA | 5A | 44 | 0 | 15 | E2 | 51 | 2C |
| Octal | 25 | 100 | 312 | 132 | 104 | 0 | 25 | 342 | 121 | 54 |
| Binary | 10101 | 1000000 | 11001010 | 1011010 | 1000100 | 0 | 10101 | 11100010 | 1010001 | 101100 |
Color Harmonies of #1540CA
Complementary color
Monochromatic Colors of #1540CA
Black with #1540CA
Text Example
Text Example
White with #1540CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1540CA; }
p { color: rgb(21,64,202); }
H1.HeaderClassName
{
color: #1540CA;
}
.AnyTagClassName
{
color: #1540CA;
}
</style>
background-color css
<style>
a { background-color: #1540CA; }
a { background-color: rgb(21,64,202); }
div.DivClassName
{
background-color: #1540CA;
}
.BgClassName
{
background-color: #1540CA;
}
</style>
border-color css
<style>
span { border-color: #1540CA; }
span { border-color: rgb(21,64,202); }
td.TdClassName
{
border-color: #1540CA;
}
.TagClassName
{
border-color: #1540CA;
}
</style>