Shades of Persian Blue #1536BA
Tints of Persian Blue #1536BA
RGB
CMYK
RGB Variations
Color information
#1536BA (or 0x1536BA) is known color: Persian Blue. HEX triplet: 15, 36 and BA. RGB value is (21,54,186). Sum of RGB (Red+Green+Blue) = 21+54+186=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #1536BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536BA is #EAC945. Grayscale: #3A3A3A. Windows color (decimal): -15386950 or 12203541. OLE color: 12203541.
HSL color Cylindrical-coordinate representation of color #1536BA: hue angle of 228º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1536BA is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 54 | 186 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.27 |
| HSL | 228º | 0.8% | 0.41% | - |
| HSV(B) | 228º | 0.89% | 0.73% | - |
| XYZ | 10.49 | 6.34 | 47.13 | - |
| YUV | 59.18 | 199.57 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 186 | 0.89 | 0.71 | 0 | 0.27 | 228 | 0.8 | 0.41 |
| Hex | 15 | 36 | BA | 59 | 47 | 0 | 1B | E4 | 50 | 29 |
| Octal | 25 | 66 | 272 | 131 | 107 | 0 | 33 | 344 | 120 | 51 |
| Binary | 10101 | 110110 | 10111010 | 1011001 | 1000111 | 0 | 11011 | 11100100 | 1010000 | 101001 |
Color Harmonies of #1536BA
Complementary color
Monochromatic Colors of #1536BA
Black with #1536BA
Text Example
Text Example
White with #1536BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536BA; }
p { color: rgb(21,54,186); }
H1.HeaderClassName
{
color: #1536BA;
}
.AnyTagClassName
{
color: #1536BA;
}
</style>
background-color css
<style>
a { background-color: #1536BA; }
a { background-color: rgb(21,54,186); }
div.DivClassName
{
background-color: #1536BA;
}
.BgClassName
{
background-color: #1536BA;
}
</style>
border-color css
<style>
span { border-color: #1536BA; }
span { border-color: rgb(21,54,186); }
td.TdClassName
{
border-color: #1536BA;
}
.TagClassName
{
border-color: #1536BA;
}
</style>