Shades of Persian Blue #1532BA
Tints of Persian Blue #1532BA
RGB
CMYK
RGB Variations
Color information
#1532BA (or 0x1532BA) is known color: Persian Blue. HEX triplet: 15, 32 and BA. RGB value is (21,50,186). Sum of RGB (Red+Green+Blue) = 21+50+186=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #1532BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1532BA is #EACD45. Grayscale: #383838. Windows color (decimal): -15387974 or 12202517. OLE color: 12202517.
HSL color Cylindrical-coordinate representation of color #1532BA: hue angle of 229.45º 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 #1532BA is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 50 | 186 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.27 |
| HSL | 229.45º | 0.8% | 0.41% | - |
| HSV(B) | 229.45º | 0.89% | 0.73% | - |
| XYZ | 10.31 | 5.99 | 47.07 | - |
| YUV | 56.83 | 200.89 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 186 | 0.89 | 0.73 | 0 | 0.27 | 229.45 | 0.8 | 0.41 |
| Hex | 15 | 32 | BA | 59 | 49 | 0 | 1B | E5 | 50 | 29 |
| Octal | 25 | 62 | 272 | 131 | 111 | 0 | 33 | 345 | 120 | 51 |
| Binary | 10101 | 110010 | 10111010 | 1011001 | 1001001 | 0 | 11011 | 11100101 | 1010000 | 101001 |
Color Harmonies of #1532BA
Complementary color
Monochromatic Colors of #1532BA
Black with #1532BA
Text Example
Text Example
White with #1532BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1532BA; }
p { color: rgb(21,50,186); }
H1.HeaderClassName
{
color: #1532BA;
}
.AnyTagClassName
{
color: #1532BA;
}
</style>
background-color css
<style>
a { background-color: #1532BA; }
a { background-color: rgb(21,50,186); }
div.DivClassName
{
background-color: #1532BA;
}
.BgClassName
{
background-color: #1532BA;
}
</style>
border-color css
<style>
span { border-color: #1532BA; }
span { border-color: rgb(21,50,186); }
td.TdClassName
{
border-color: #1532BA;
}
.TagClassName
{
border-color: #1532BA;
}
</style>