Shades of Persian Blue #1536C9
Tints of Persian Blue #1536C9
RGB
CMYK
RGB Variations
Color information
#1536C9 (or 0x1536C9) is known color: Persian Blue. HEX triplet: 15, 36 and C9. RGB value is (21,54,201). Sum of RGB (Red+Green+Blue) = 21+54+201=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #1536C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536C9 is #EAC936. Grayscale: #3C3C3C. Windows color (decimal): -15386935 or 13186581. OLE color: 13186581.
HSL color Cylindrical-coordinate representation of color #1536C9: hue angle of 229º 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 #1536C9 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 54 | 201 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.21 |
| HSL | 229º | 0.81% | 0.44% | - |
| HSV(B) | 229º | 0.9% | 0.79% | - |
| XYZ | 12.17 | 7.01 | 55.97 | - |
| YUV | 60.89 | 207.07 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 201 | 0.90 | 0.73 | 0 | 0.21 | 229 | 0.81 | 0.44 |
| Hex | 15 | 36 | C9 | 5A | 49 | 0 | 15 | E5 | 51 | 2C |
| Octal | 25 | 66 | 311 | 132 | 111 | 0 | 25 | 345 | 121 | 54 |
| Binary | 10101 | 110110 | 11001001 | 1011010 | 1001001 | 0 | 10101 | 11100101 | 1010001 | 101100 |
Color Harmonies of #1536C9
Complementary color
Monochromatic Colors of #1536C9
Black with #1536C9
Text Example
Text Example
White with #1536C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536C9; }
p { color: rgb(21,54,201); }
H1.HeaderClassName
{
color: #1536C9;
}
.AnyTagClassName
{
color: #1536C9;
}
</style>
background-color css
<style>
a { background-color: #1536C9; }
a { background-color: rgb(21,54,201); }
div.DivClassName
{
background-color: #1536C9;
}
.BgClassName
{
background-color: #1536C9;
}
</style>
border-color css
<style>
span { border-color: #1536C9; }
span { border-color: rgb(21,54,201); }
td.TdClassName
{
border-color: #1536C9;
}
.TagClassName
{
border-color: #1536C9;
}
</style>