Shades of Persian Blue #1539EA
Tints of Persian Blue #1539EA
RGB
CMYK
RGB Variations
Color information
#1539EA (or 0x1539EA) is known color: Persian Blue. HEX triplet: 15, 39 and EA. RGB value is (21,57,234). Sum of RGB (Red+Green+Blue) = 21+57+234=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #1539EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1539EA is #EAC615. Grayscale: #414141. Windows color (decimal): -15386134 or 15350037. OLE color: 15350037.
HSL color Cylindrical-coordinate representation of color #1539EA: hue angle of 229.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1539EA is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 57 | 234 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.08 |
| HSL | 229.86º | 0.84% | 0.5% | - |
| HSV(B) | 229.86º | 0.91% | 0.92% | - |
| XYZ | 16.62 | 9.03 | 78.71 | - |
| YUV | 66.41 | 222.57 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 234 | 0.91 | 0.76 | 0 | 0.08 | 229.86 | 0.84 | 0.5 |
| Hex | 15 | 39 | EA | 5B | 4C | 0 | 8 | E6 | 54 | 32 |
| Octal | 25 | 71 | 352 | 133 | 114 | 0 | 10 | 346 | 124 | 62 |
| Binary | 10101 | 111001 | 11101010 | 1011011 | 1001100 | 0 | 1000 | 11100110 | 1010100 | 110010 |
Color Harmonies of #1539EA
Complementary color
Monochromatic Colors of #1539EA
Black with #1539EA
Text Example
Text Example
White with #1539EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1539EA; }
p { color: rgb(21,57,234); }
H1.HeaderClassName
{
color: #1539EA;
}
.AnyTagClassName
{
color: #1539EA;
}
</style>
background-color css
<style>
a { background-color: #1539EA; }
a { background-color: rgb(21,57,234); }
div.DivClassName
{
background-color: #1539EA;
}
.BgClassName
{
background-color: #1539EA;
}
</style>
border-color css
<style>
span { border-color: #1539EA; }
span { border-color: rgb(21,57,234); }
td.TdClassName
{
border-color: #1539EA;
}
.TagClassName
{
border-color: #1539EA;
}
</style>