Shades of Persian Blue #1524BA
Tints of Persian Blue #1524BA
RGB
CMYK
RGB Variations
Color information
#1524BA (or 0x1524BA) is known color: Persian Blue. HEX triplet: 15, 24 and BA. RGB value is (21,36,186). Sum of RGB (Red+Green+Blue) = 21+36+186=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #1524BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524BA is #EADB45. Grayscale: #303030. Windows color (decimal): -15391558 or 12198933. OLE color: 12198933.
HSL color Cylindrical-coordinate representation of color #1524BA: hue angle of 234.55º 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 #1524BA is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 36 | 186 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.27 |
| HSL | 234.55º | 0.8% | 0.41% | - |
| HSV(B) | 234.55º | 0.89% | 0.73% | - |
| XYZ | 9.8 | 4.97 | 46.9 | - |
| YUV | 48.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 186 | 0.89 | 0.81 | 0 | 0.27 | 234.55 | 0.8 | 0.41 |
| Hex | 15 | 24 | BA | 59 | 51 | 0 | 1B | EB | 50 | 29 |
| Octal | 25 | 44 | 272 | 131 | 121 | 0 | 33 | 353 | 120 | 51 |
| Binary | 10101 | 100100 | 10111010 | 1011001 | 1010001 | 0 | 11011 | 11101011 | 1010000 | 101001 |
Color Harmonies of #1524BA
Complementary color
Monochromatic Colors of #1524BA
Black with #1524BA
Text Example
Text Example
White with #1524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1524BA; }
p { color: rgb(21,36,186); }
H1.HeaderClassName
{
color: #1524BA;
}
.AnyTagClassName
{
color: #1524BA;
}
</style>
background-color css
<style>
a { background-color: #1524BA; }
a { background-color: rgb(21,36,186); }
div.DivClassName
{
background-color: #1524BA;
}
.BgClassName
{
background-color: #1524BA;
}
</style>
border-color css
<style>
span { border-color: #1524BA; }
span { border-color: rgb(21,36,186); }
td.TdClassName
{
border-color: #1524BA;
}
.TagClassName
{
border-color: #1524BA;
}
</style>