Shades of Persian Blue #1523CD
Tints of Persian Blue #1523CD
RGB
CMYK
RGB Variations
Color information
#1523CD (or 0x1523CD) is known color: Persian Blue. HEX triplet: 15, 23 and CD. RGB value is (21,35,205). Sum of RGB (Red+Green+Blue) = 21+35+205=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #1523CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1523CD is #EADC32. Grayscale: #313131. Windows color (decimal): -15391795 or 13443861. OLE color: 13443861.
HSL color Cylindrical-coordinate representation of color #1523CD: hue angle of 235.43º 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 #1523CD is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 35 | 205 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.20 |
| HSL | 235.43º | 0.81% | 0.44% | - |
| HSV(B) | 235.43º | 0.9% | 0.8% | - |
| XYZ | 11.93 | 5.77 | 58.24 | - |
| YUV | 50.19 | 215.36 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 205 | 0.90 | 0.83 | 0 | 0.20 | 235.43 | 0.81 | 0.44 |
| Hex | 15 | 23 | CD | 5A | 53 | 0 | 14 | EB | 51 | 2C |
| Octal | 25 | 43 | 315 | 132 | 123 | 0 | 24 | 353 | 121 | 54 |
| Binary | 10101 | 100011 | 11001101 | 1011010 | 1010011 | 0 | 10100 | 11101011 | 1010001 | 101100 |
Color Harmonies of #1523CD
Complementary color
Monochromatic Colors of #1523CD
Black with #1523CD
Text Example
Text Example
White with #1523CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1523CD; }
p { color: rgb(21,35,205); }
H1.HeaderClassName
{
color: #1523CD;
}
.AnyTagClassName
{
color: #1523CD;
}
</style>
background-color css
<style>
a { background-color: #1523CD; }
a { background-color: rgb(21,35,205); }
div.DivClassName
{
background-color: #1523CD;
}
.BgClassName
{
background-color: #1523CD;
}
</style>
border-color css
<style>
span { border-color: #1523CD; }
span { border-color: rgb(21,35,205); }
td.TdClassName
{
border-color: #1523CD;
}
.TagClassName
{
border-color: #1523CD;
}
</style>