Shades of Persian Blue #2515BA
Tints of Persian Blue #2515BA
RGB
CMYK
RGB Variations
Color information
#2515BA (or 0x2515BA) is known color: Persian Blue. HEX triplet: 25, 15 and BA. RGB value is (37,21,186). Sum of RGB (Red+Green+Blue) = 37+21+186=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #2515BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515BA is #DAEA45. Grayscale: #2B2B2B. Windows color (decimal): -14346822 or 12195109. OLE color: 12195109.
HSL color Cylindrical-coordinate representation of color #2515BA: hue angle of 245.82º 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 #2515BA is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 21 | 186 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.27 |
| HSL | 245.82º | 0.8% | 0.41% | - |
| HSV(B) | 245.82º | 0.89% | 0.73% | - |
| XYZ | 9.89 | 4.47 | 46.8 | - |
| YUV | 44.59 | 207.8 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 186 | 0.80 | 0.89 | 0 | 0.27 | 245.82 | 0.8 | 0.41 |
| Hex | 25 | 15 | BA | 50 | 59 | 0 | 1B | F6 | 50 | 29 |
| Octal | 45 | 25 | 272 | 120 | 131 | 0 | 33 | 366 | 120 | 51 |
| Binary | 100101 | 10101 | 10111010 | 1010000 | 1011001 | 0 | 11011 | 11110110 | 1010000 | 101001 |
Color Harmonies of #2515BA
Complementary color
Monochromatic Colors of #2515BA
Black with #2515BA
Text Example
Text Example
White with #2515BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515BA; }
p { color: rgb(37,21,186); }
H1.HeaderClassName
{
color: #2515BA;
}
.AnyTagClassName
{
color: #2515BA;
}
</style>
background-color css
<style>
a { background-color: #2515BA; }
a { background-color: rgb(37,21,186); }
div.DivClassName
{
background-color: #2515BA;
}
.BgClassName
{
background-color: #2515BA;
}
</style>
border-color css
<style>
span { border-color: #2515BA; }
span { border-color: rgb(37,21,186); }
td.TdClassName
{
border-color: #2515BA;
}
.TagClassName
{
border-color: #2515BA;
}
</style>