Shades of Persian Blue #1547BA
Tints of Persian Blue #1547BA
RGB
CMYK
RGB Variations
Color information
#1547BA (or 0x1547BA) is known color: Persian Blue. HEX triplet: 15, 47 and BA. RGB value is (21,71,186). Sum of RGB (Red+Green+Blue) = 21+71+186=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #1547BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547BA is #EAB845. Grayscale: #444444. Windows color (decimal): -15382598 or 12207893. OLE color: 12207893.
HSL color Cylindrical-coordinate representation of color #1547BA: hue angle of 221.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 #1547BA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 71 | 186 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.27 |
| HSL | 221.82º | 0.8% | 0.41% | - |
| HSV(B) | 221.82º | 0.89% | 0.73% | - |
| XYZ | 11.43 | 8.21 | 47.44 | - |
| YUV | 69.16 | 193.94 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 186 | 0.89 | 0.62 | 0 | 0.27 | 221.82 | 0.8 | 0.41 |
| Hex | 15 | 47 | BA | 59 | 3E | 0 | 1B | DE | 50 | 29 |
| Octal | 25 | 107 | 272 | 131 | 76 | 0 | 33 | 336 | 120 | 51 |
| Binary | 10101 | 1000111 | 10111010 | 1011001 | 111110 | 0 | 11011 | 11011110 | 1010000 | 101001 |
Color Harmonies of #1547BA
Complementary color
Monochromatic Colors of #1547BA
Black with #1547BA
Text Example
Text Example
White with #1547BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1547BA; }
p { color: rgb(21,71,186); }
H1.HeaderClassName
{
color: #1547BA;
}
.AnyTagClassName
{
color: #1547BA;
}
</style>
background-color css
<style>
a { background-color: #1547BA; }
a { background-color: rgb(21,71,186); }
div.DivClassName
{
background-color: #1547BA;
}
.BgClassName
{
background-color: #1547BA;
}
</style>
border-color css
<style>
span { border-color: #1547BA; }
span { border-color: rgb(21,71,186); }
td.TdClassName
{
border-color: #1547BA;
}
.TagClassName
{
border-color: #1547BA;
}
</style>