Shades of Persian Blue #2015BA
Tints of Persian Blue #2015BA
RGB
CMYK
RGB Variations
Color information
#2015BA (or 0x2015BA) is known color: Persian Blue. HEX triplet: 20, 15 and BA. RGB value is (32,21,186). Sum of RGB (Red+Green+Blue) = 32+21+186=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #2015BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015BA is #DFEA45. Grayscale: #2A2A2A. Windows color (decimal): -14674502 or 12195104. OLE color: 12195104.
HSL color Cylindrical-coordinate representation of color #2015BA: hue angle of 244º 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 #2015BA is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 21 | 186 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.27 |
| HSL | 244º | 0.8% | 0.41% | - |
| HSV(B) | 244º | 0.89% | 0.73% | - |
| XYZ | 9.73 | 4.39 | 46.79 | - |
| YUV | 43.1 | 208.64 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 186 | 0.83 | 0.89 | 0 | 0.27 | 244 | 0.8 | 0.41 |
| Hex | 20 | 15 | BA | 53 | 59 | 0 | 1B | F4 | 50 | 29 |
| Octal | 40 | 25 | 272 | 123 | 131 | 0 | 33 | 364 | 120 | 51 |
| Binary | 100000 | 10101 | 10111010 | 1010011 | 1011001 | 0 | 11011 | 11110100 | 1010000 | 101001 |
Color Harmonies of #2015BA
Complementary color
Monochromatic Colors of #2015BA
Black with #2015BA
Text Example
Text Example
White with #2015BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015BA; }
p { color: rgb(32,21,186); }
H1.HeaderClassName
{
color: #2015BA;
}
.AnyTagClassName
{
color: #2015BA;
}
</style>
background-color css
<style>
a { background-color: #2015BA; }
a { background-color: rgb(32,21,186); }
div.DivClassName
{
background-color: #2015BA;
}
.BgClassName
{
background-color: #2015BA;
}
</style>
border-color css
<style>
span { border-color: #2015BA; }
span { border-color: rgb(32,21,186); }
td.TdClassName
{
border-color: #2015BA;
}
.TagClassName
{
border-color: #2015BA;
}
</style>