Shades of Persian Blue #1539EC
Tints of Persian Blue #1539EC
RGB
CMYK
RGB Variations
Color information
#1539EC (or 0x1539EC) is known color: Persian Blue. HEX triplet: 15, 39 and EC. RGB value is (21,57,236). Sum of RGB (Red+Green+Blue) = 21+57+236=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #1539EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1539EC is #EAC613. Grayscale: #414141. Windows color (decimal): -15386132 or 15481109. OLE color: 15481109.
HSL color Cylindrical-coordinate representation of color #1539EC: hue angle of 229.95º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1539EC is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 57 | 236 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.07 |
| HSL | 229.95º | 0.85% | 0.5% | - |
| HSV(B) | 229.95º | 0.91% | 0.93% | - |
| XYZ | 16.91 | 9.14 | 80.23 | - |
| YUV | 66.64 | 223.57 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 236 | 0.91 | 0.76 | 0 | 0.07 | 229.95 | 0.85 | 0.5 |
| Hex | 15 | 39 | EC | 5B | 4C | 0 | 7 | E6 | 55 | 32 |
| Octal | 25 | 71 | 354 | 133 | 114 | 0 | 7 | 346 | 125 | 62 |
| Binary | 10101 | 111001 | 11101100 | 1011011 | 1001100 | 0 | 111 | 11100110 | 1010101 | 110010 |
Color Harmonies of #1539EC
Complementary color
Monochromatic Colors of #1539EC
Black with #1539EC
Text Example
Text Example
White with #1539EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1539EC; }
p { color: rgb(21,57,236); }
H1.HeaderClassName
{
color: #1539EC;
}
.AnyTagClassName
{
color: #1539EC;
}
</style>
background-color css
<style>
a { background-color: #1539EC; }
a { background-color: rgb(21,57,236); }
div.DivClassName
{
background-color: #1539EC;
}
.BgClassName
{
background-color: #1539EC;
}
</style>
border-color css
<style>
span { border-color: #1539EC; }
span { border-color: rgb(21,57,236); }
td.TdClassName
{
border-color: #1539EC;
}
.TagClassName
{
border-color: #1539EC;
}
</style>