Shades of Persian Blue #1524CD
Tints of Persian Blue #1524CD
RGB
CMYK
RGB Variations
Color information
#1524CD (or 0x1524CD) is known color: Persian Blue. HEX triplet: 15, 24 and CD. RGB value is (21,36,205). Sum of RGB (Red+Green+Blue) = 21+36+205=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #1524CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524CD is #EADB32. Grayscale: #323232. Windows color (decimal): -15391539 or 13444117. OLE color: 13444117.
HSL color Cylindrical-coordinate representation of color #1524CD: hue angle of 235.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1524CD is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 36 | 205 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.20 |
| HSL | 235.11º | 0.81% | 0.44% | - |
| HSV(B) | 235.11º | 0.9% | 0.8% | - |
| XYZ | 11.96 | 5.83 | 58.25 | - |
| YUV | 50.78 | 215.03 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 205 | 0.90 | 0.82 | 0 | 0.20 | 235.11 | 0.81 | 0.44 |
| Hex | 15 | 24 | CD | 5A | 52 | 0 | 14 | EB | 51 | 2C |
| Octal | 25 | 44 | 315 | 132 | 122 | 0 | 24 | 353 | 121 | 54 |
| Binary | 10101 | 100100 | 11001101 | 1011010 | 1010010 | 0 | 10100 | 11101011 | 1010001 | 101100 |
Color Harmonies of #1524CD
Complementary color
Monochromatic Colors of #1524CD
Black with #1524CD
Text Example
Text Example
White with #1524CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1524CD; }
p { color: rgb(21,36,205); }
H1.HeaderClassName
{
color: #1524CD;
}
.AnyTagClassName
{
color: #1524CD;
}
</style>
background-color css
<style>
a { background-color: #1524CD; }
a { background-color: rgb(21,36,205); }
div.DivClassName
{
background-color: #1524CD;
}
.BgClassName
{
background-color: #1524CD;
}
</style>
border-color css
<style>
span { border-color: #1524CD; }
span { border-color: rgb(21,36,205); }
td.TdClassName
{
border-color: #1524CD;
}
.TagClassName
{
border-color: #1524CD;
}
</style>