Shades of Persian Blue #1537CE
Tints of Persian Blue #1537CE
RGB
CMYK
RGB Variations
Color information
#1537CE (or 0x1537CE) is known color: Persian Blue. HEX triplet: 15, 37 and CE. RGB value is (21,55,206). Sum of RGB (Red+Green+Blue) = 21+55+206=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #1537CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537CE is #EAC831. Grayscale: #3D3D3D. Windows color (decimal): -15386674 or 13514517. OLE color: 13514517.
HSL color Cylindrical-coordinate representation of color #1537CE: hue angle of 228.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1537CE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 55 | 206 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.19 |
| HSL | 228.97º | 0.81% | 0.45% | - |
| HSV(B) | 228.97º | 0.9% | 0.81% | - |
| XYZ | 12.82 | 7.35 | 59.14 | - |
| YUV | 62.05 | 209.24 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 206 | 0.90 | 0.73 | 0 | 0.19 | 228.97 | 0.81 | 0.45 |
| Hex | 15 | 37 | CE | 5A | 49 | 0 | 13 | E5 | 51 | 2D |
| Octal | 25 | 67 | 316 | 132 | 111 | 0 | 23 | 345 | 121 | 55 |
| Binary | 10101 | 110111 | 11001110 | 1011010 | 1001001 | 0 | 10011 | 11100101 | 1010001 | 101101 |
Color Harmonies of #1537CE
Complementary color
Monochromatic Colors of #1537CE
Black with #1537CE
Text Example
Text Example
White with #1537CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1537CE; }
p { color: rgb(21,55,206); }
H1.HeaderClassName
{
color: #1537CE;
}
.AnyTagClassName
{
color: #1537CE;
}
</style>
background-color css
<style>
a { background-color: #1537CE; }
a { background-color: rgb(21,55,206); }
div.DivClassName
{
background-color: #1537CE;
}
.BgClassName
{
background-color: #1537CE;
}
</style>
border-color css
<style>
span { border-color: #1537CE; }
span { border-color: rgb(21,55,206); }
td.TdClassName
{
border-color: #1537CE;
}
.TagClassName
{
border-color: #1537CE;
}
</style>