Shades of Persian Blue #1539C9
Tints of Persian Blue #1539C9
RGB
CMYK
RGB Variations
Color information
#1539C9 (or 0x1539C9) is known color: Persian Blue. HEX triplet: 15, 39 and C9. RGB value is (21,57,201). Sum of RGB (Red+Green+Blue) = 21+57+201=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #1539C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1539C9 is #EAC636. Grayscale: #3E3E3E. Windows color (decimal): -15386167 or 13187349. OLE color: 13187349.
HSL color Cylindrical-coordinate representation of color #1539C9: hue angle of 228º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1539C9 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 57 | 201 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.21 |
| HSL | 228º | 0.81% | 0.44% | - |
| HSV(B) | 228º | 0.9% | 0.79% | - |
| XYZ | 12.32 | 7.3 | 56.02 | - |
| YUV | 62.65 | 206.07 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 201 | 0.90 | 0.72 | 0 | 0.21 | 228 | 0.81 | 0.44 |
| Hex | 15 | 39 | C9 | 5A | 48 | 0 | 15 | E4 | 51 | 2C |
| Octal | 25 | 71 | 311 | 132 | 110 | 0 | 25 | 344 | 121 | 54 |
| Binary | 10101 | 111001 | 11001001 | 1011010 | 1001000 | 0 | 10101 | 11100100 | 1010001 | 101100 |
Color Harmonies of #1539C9
Complementary color
Monochromatic Colors of #1539C9
Black with #1539C9
Text Example
Text Example
White with #1539C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1539C9; }
p { color: rgb(21,57,201); }
H1.HeaderClassName
{
color: #1539C9;
}
.AnyTagClassName
{
color: #1539C9;
}
</style>
background-color css
<style>
a { background-color: #1539C9; }
a { background-color: rgb(21,57,201); }
div.DivClassName
{
background-color: #1539C9;
}
.BgClassName
{
background-color: #1539C9;
}
</style>
border-color css
<style>
span { border-color: #1539C9; }
span { border-color: rgb(21,57,201); }
td.TdClassName
{
border-color: #1539C9;
}
.TagClassName
{
border-color: #1539C9;
}
</style>