Shades of Persian Blue #1547EB
Tints of Persian Blue #1547EB
RGB
CMYK
RGB Variations
Color information
#1547EB (or 0x1547EB) is known color: Persian Blue. HEX triplet: 15, 47 and EB. RGB value is (21,71,235). Sum of RGB (Red+Green+Blue) = 21+71+235=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #1547EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1547EB is #EAB814. Grayscale: #4A4A4A. Windows color (decimal): -15382549 or 15419157. OLE color: 15419157.
HSL color Cylindrical-coordinate representation of color #1547EB: hue angle of 225.98º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1547EB is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 71 | 235 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.08 |
| HSL | 225.98º | 0.84% | 0.5% | - |
| HSV(B) | 225.98º | 0.91% | 0.92% | - |
| XYZ | 17.56 | 10.66 | 79.73 | - |
| YUV | 74.75 | 218.44 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 235 | 0.91 | 0.70 | 0 | 0.08 | 225.98 | 0.84 | 0.5 |
| Hex | 15 | 47 | EB | 5B | 46 | 0 | 8 | E2 | 54 | 32 |
| Octal | 25 | 107 | 353 | 133 | 106 | 0 | 10 | 342 | 124 | 62 |
| Binary | 10101 | 1000111 | 11101011 | 1011011 | 1000110 | 0 | 1000 | 11100010 | 1010100 | 110010 |
Color Harmonies of #1547EB
Complementary color
Monochromatic Colors of #1547EB
Black with #1547EB
Text Example
Text Example
White with #1547EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1547EB; }
p { color: rgb(21,71,235); }
H1.HeaderClassName
{
color: #1547EB;
}
.AnyTagClassName
{
color: #1547EB;
}
</style>
background-color css
<style>
a { background-color: #1547EB; }
a { background-color: rgb(21,71,235); }
div.DivClassName
{
background-color: #1547EB;
}
.BgClassName
{
background-color: #1547EB;
}
</style>
border-color css
<style>
span { border-color: #1547EB; }
span { border-color: rgb(21,71,235); }
td.TdClassName
{
border-color: #1547EB;
}
.TagClassName
{
border-color: #1547EB;
}
</style>