Shades of Persian Blue #1549BA
Tints of Persian Blue #1549BA
RGB
CMYK
RGB Variations
Color information
#1549BA (or 0x1549BA) is known color: Persian Blue. HEX triplet: 15, 49 and BA. RGB value is (21,73,186). Sum of RGB (Red+Green+Blue) = 21+73+186=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #1549BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549BA is #EAB645. Grayscale: #454545. Windows color (decimal): -15382086 or 12208405. OLE color: 12208405.
HSL color Cylindrical-coordinate representation of color #1549BA: hue angle of 221.09º 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 #1549BA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 73 | 186 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.27 |
| HSL | 221.09º | 0.8% | 0.41% | - |
| HSV(B) | 221.09º | 0.89% | 0.73% | - |
| XYZ | 11.55 | 8.47 | 47.48 | - |
| YUV | 70.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 186 | 0.89 | 0.61 | 0 | 0.27 | 221.09 | 0.8 | 0.41 |
| Hex | 15 | 49 | BA | 59 | 3D | 0 | 1B | DD | 50 | 29 |
| Octal | 25 | 111 | 272 | 131 | 75 | 0 | 33 | 335 | 120 | 51 |
| Binary | 10101 | 1001001 | 10111010 | 1011001 | 111101 | 0 | 11011 | 11011101 | 1010000 | 101001 |
Color Harmonies of #1549BA
Complementary color
Monochromatic Colors of #1549BA
Black with #1549BA
Text Example
Text Example
White with #1549BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549BA; }
p { color: rgb(21,73,186); }
H1.HeaderClassName
{
color: #1549BA;
}
.AnyTagClassName
{
color: #1549BA;
}
</style>
background-color css
<style>
a { background-color: #1549BA; }
a { background-color: rgb(21,73,186); }
div.DivClassName
{
background-color: #1549BA;
}
.BgClassName
{
background-color: #1549BA;
}
</style>
border-color css
<style>
span { border-color: #1549BA; }
span { border-color: rgb(21,73,186); }
td.TdClassName
{
border-color: #1549BA;
}
.TagClassName
{
border-color: #1549BA;
}
</style>