Shades of Persian Blue #1539D9
Tints of Persian Blue #1539D9
RGB
CMYK
RGB Variations
Color information
#1539D9 (or 0x1539D9) is known color: Persian Blue. HEX triplet: 15, 39 and D9. RGB value is (21,57,217). Sum of RGB (Red+Green+Blue) = 21+57+217=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #1539D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1539D9 is #EAC626. Grayscale: #3F3F3F. Windows color (decimal): -15386151 or 14235925. OLE color: 14235925.
HSL color Cylindrical-coordinate representation of color #1539D9: hue angle of 228.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1539D9 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 57 | 217 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.15 |
| HSL | 228.98º | 0.82% | 0.47% | - |
| HSV(B) | 228.98º | 0.9% | 0.85% | - |
| XYZ | 14.3 | 8.1 | 66.45 | - |
| YUV | 64.48 | 214.07 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 217 | 0.90 | 0.74 | 0 | 0.15 | 228.98 | 0.82 | 0.47 |
| Hex | 15 | 39 | D9 | 5A | 4A | 0 | F | E5 | 52 | 2F |
| Octal | 25 | 71 | 331 | 132 | 112 | 0 | 17 | 345 | 122 | 57 |
| Binary | 10101 | 111001 | 11011001 | 1011010 | 1001010 | 0 | 1111 | 11100101 | 1010010 | 101111 |
Color Harmonies of #1539D9
Complementary color
Monochromatic Colors of #1539D9
Black with #1539D9
Text Example
Text Example
White with #1539D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1539D9; }
p { color: rgb(21,57,217); }
H1.HeaderClassName
{
color: #1539D9;
}
.AnyTagClassName
{
color: #1539D9;
}
</style>
background-color css
<style>
a { background-color: #1539D9; }
a { background-color: rgb(21,57,217); }
div.DivClassName
{
background-color: #1539D9;
}
.BgClassName
{
background-color: #1539D9;
}
</style>
border-color css
<style>
span { border-color: #1539D9; }
span { border-color: rgb(21,57,217); }
td.TdClassName
{
border-color: #1539D9;
}
.TagClassName
{
border-color: #1539D9;
}
</style>