Shades of Persian Blue #1537CD
Tints of Persian Blue #1537CD
RGB
CMYK
RGB Variations
Color information
#1537CD (or 0x1537CD) is known color: Persian Blue. HEX triplet: 15, 37 and CD. RGB value is (21,55,205). Sum of RGB (Red+Green+Blue) = 21+55+205=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #1537CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537CD is #EAC832. Grayscale: #3D3D3D. Windows color (decimal): -15386675 or 13448981. OLE color: 13448981.
HSL color Cylindrical-coordinate representation of color #1537CD: hue angle of 228.91º 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 #1537CD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 55 | 205 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.20 |
| HSL | 228.91º | 0.81% | 0.44% | - |
| HSV(B) | 228.91º | 0.9% | 0.8% | - |
| XYZ | 12.69 | 7.3 | 58.5 | - |
| YUV | 61.93 | 208.74 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 205 | 0.90 | 0.73 | 0 | 0.20 | 228.91 | 0.81 | 0.44 |
| Hex | 15 | 37 | CD | 5A | 49 | 0 | 14 | E5 | 51 | 2C |
| Octal | 25 | 67 | 315 | 132 | 111 | 0 | 24 | 345 | 121 | 54 |
| Binary | 10101 | 110111 | 11001101 | 1011010 | 1001001 | 0 | 10100 | 11100101 | 1010001 | 101100 |
Color Harmonies of #1537CD
Complementary color
Monochromatic Colors of #1537CD
Black with #1537CD
Text Example
Text Example
White with #1537CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1537CD; }
p { color: rgb(21,55,205); }
H1.HeaderClassName
{
color: #1537CD;
}
.AnyTagClassName
{
color: #1537CD;
}
</style>
background-color css
<style>
a { background-color: #1537CD; }
a { background-color: rgb(21,55,205); }
div.DivClassName
{
background-color: #1537CD;
}
.BgClassName
{
background-color: #1537CD;
}
</style>
border-color css
<style>
span { border-color: #1537CD; }
span { border-color: rgb(21,55,205); }
td.TdClassName
{
border-color: #1537CD;
}
.TagClassName
{
border-color: #1537CD;
}
</style>