Shades of Persian Blue #1549BE
Tints of Persian Blue #1549BE
RGB
CMYK
RGB Variations
Color information
#1549BE (or 0x1549BE) is known color: Persian Blue. HEX triplet: 15, 49 and BE. RGB value is (21,73,190). Sum of RGB (Red+Green+Blue) = 21+73+190=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #1549BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549BE is #EAB641. Grayscale: #464646. Windows color (decimal): -15382082 or 12470549. OLE color: 12470549.
HSL color Cylindrical-coordinate representation of color #1549BE: hue angle of 221.54º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1549BE is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 73 | 190 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.25 |
| HSL | 221.54º | 0.8% | 0.41% | - |
| HSV(B) | 221.54º | 0.89% | 0.75% | - |
| XYZ | 11.99 | 8.64 | 49.75 | - |
| YUV | 70.79 | 195.27 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 190 | 0.89 | 0.62 | 0 | 0.25 | 221.54 | 0.8 | 0.41 |
| Hex | 15 | 49 | BE | 59 | 3E | 0 | 19 | DE | 50 | 29 |
| Octal | 25 | 111 | 276 | 131 | 76 | 0 | 31 | 336 | 120 | 51 |
| Binary | 10101 | 1001001 | 10111110 | 1011001 | 111110 | 0 | 11001 | 11011110 | 1010000 | 101001 |
Color Harmonies of #1549BE
Complementary color
Monochromatic Colors of #1549BE
Black with #1549BE
Text Example
Text Example
White with #1549BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549BE; }
p { color: rgb(21,73,190); }
H1.HeaderClassName
{
color: #1549BE;
}
.AnyTagClassName
{
color: #1549BE;
}
</style>
background-color css
<style>
a { background-color: #1549BE; }
a { background-color: rgb(21,73,190); }
div.DivClassName
{
background-color: #1549BE;
}
.BgClassName
{
background-color: #1549BE;
}
</style>
border-color css
<style>
span { border-color: #1549BE; }
span { border-color: rgb(21,73,190); }
td.TdClassName
{
border-color: #1549BE;
}
.TagClassName
{
border-color: #1549BE;
}
</style>