Shades of Persian Blue #2115BA
Tints of Persian Blue #2115BA
RGB
CMYK
RGB Variations
Color information
#2115BA (or 0x2115BA) is known color: Persian Blue. HEX triplet: 21, 15 and BA. RGB value is (33,21,186). Sum of RGB (Red+Green+Blue) = 33+21+186=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #2115BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115BA is #DEEA45. Grayscale: #2A2A2A. Windows color (decimal): -14608966 or 12195105. OLE color: 12195105.
HSL color Cylindrical-coordinate representation of color #2115BA: hue angle of 244.36º 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 #2115BA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 21 | 186 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.27 |
| HSL | 244.36º | 0.8% | 0.41% | - |
| HSV(B) | 244.36º | 0.89% | 0.73% | - |
| XYZ | 9.76 | 4.4 | 46.79 | - |
| YUV | 43.4 | 208.48 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 186 | 0.82 | 0.89 | 0 | 0.27 | 244.36 | 0.8 | 0.41 |
| Hex | 21 | 15 | BA | 52 | 59 | 0 | 1B | F4 | 50 | 29 |
| Octal | 41 | 25 | 272 | 122 | 131 | 0 | 33 | 364 | 120 | 51 |
| Binary | 100001 | 10101 | 10111010 | 1010010 | 1011001 | 0 | 11011 | 11110100 | 1010000 | 101001 |
Color Harmonies of #2115BA
Complementary color
Monochromatic Colors of #2115BA
Black with #2115BA
Text Example
Text Example
White with #2115BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115BA; }
p { color: rgb(33,21,186); }
H1.HeaderClassName
{
color: #2115BA;
}
.AnyTagClassName
{
color: #2115BA;
}
</style>
background-color css
<style>
a { background-color: #2115BA; }
a { background-color: rgb(33,21,186); }
div.DivClassName
{
background-color: #2115BA;
}
.BgClassName
{
background-color: #2115BA;
}
</style>
border-color css
<style>
span { border-color: #2115BA; }
span { border-color: rgb(33,21,186); }
td.TdClassName
{
border-color: #2115BA;
}
.TagClassName
{
border-color: #2115BA;
}
</style>