Shades of Persian Blue #1547C9
Tints of Persian Blue #1547C9
RGB
CMYK
RGB Variations
Color information
#1547C9 (or 0x1547C9) is known color: Persian Blue. HEX triplet: 15, 47 and C9. RGB value is (21,71,201). Sum of RGB (Red+Green+Blue) = 21+71+201=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #1547C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1547C9 is #EAB836. Grayscale: #464646. Windows color (decimal): -15382583 or 13190933. OLE color: 13190933.
HSL color Cylindrical-coordinate representation of color #1547C9: hue angle of 223.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1547C9 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 71 | 201 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.21 |
| HSL | 223.33º | 0.81% | 0.44% | - |
| HSV(B) | 223.33º | 0.9% | 0.79% | - |
| XYZ | 13.11 | 8.88 | 56.28 | - |
| YUV | 70.87 | 201.44 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 201 | 0.90 | 0.65 | 0 | 0.21 | 223.33 | 0.81 | 0.44 |
| Hex | 15 | 47 | C9 | 5A | 41 | 0 | 15 | DF | 51 | 2C |
| Octal | 25 | 107 | 311 | 132 | 101 | 0 | 25 | 337 | 121 | 54 |
| Binary | 10101 | 1000111 | 11001001 | 1011010 | 1000001 | 0 | 10101 | 11011111 | 1010001 | 101100 |
Color Harmonies of #1547C9
Complementary color
Monochromatic Colors of #1547C9
Black with #1547C9
Text Example
Text Example
White with #1547C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1547C9; }
p { color: rgb(21,71,201); }
H1.HeaderClassName
{
color: #1547C9;
}
.AnyTagClassName
{
color: #1547C9;
}
</style>
background-color css
<style>
a { background-color: #1547C9; }
a { background-color: rgb(21,71,201); }
div.DivClassName
{
background-color: #1547C9;
}
.BgClassName
{
background-color: #1547C9;
}
</style>
border-color css
<style>
span { border-color: #1547C9; }
span { border-color: rgb(21,71,201); }
td.TdClassName
{
border-color: #1547C9;
}
.TagClassName
{
border-color: #1547C9;
}
</style>