Shades of Persian Blue #1543E1
Tints of Persian Blue #1543E1
RGB
CMYK
RGB Variations
Color information
#1543E1 (or 0x1543E1) is known color: Persian Blue. HEX triplet: 15, 43 and E1. RGB value is (21,67,225). Sum of RGB (Red+Green+Blue) = 21+67+225=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #1543E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1543E1 is #EABC1E. Grayscale: #464646. Windows color (decimal): -15383583 or 14762773. OLE color: 14762773.
HSL color Cylindrical-coordinate representation of color #1543E1: hue angle of 226.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1543E1 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 67 | 225 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.12 |
| HSL | 226.47º | 0.83% | 0.48% | - |
| HSV(B) | 226.47º | 0.91% | 0.88% | - |
| XYZ | 15.91 | 9.61 | 72.25 | - |
| YUV | 71.26 | 214.76 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 225 | 0.91 | 0.70 | 0 | 0.12 | 226.47 | 0.83 | 0.48 |
| Hex | 15 | 43 | E1 | 5B | 46 | 0 | C | E2 | 53 | 30 |
| Octal | 25 | 103 | 341 | 133 | 106 | 0 | 14 | 342 | 123 | 60 |
| Binary | 10101 | 1000011 | 11100001 | 1011011 | 1000110 | 0 | 1100 | 11100010 | 1010011 | 110000 |
Color Harmonies of #1543E1
Complementary color
Monochromatic Colors of #1543E1
Black with #1543E1
Text Example
Text Example
White with #1543E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1543E1; }
p { color: rgb(21,67,225); }
H1.HeaderClassName
{
color: #1543E1;
}
.AnyTagClassName
{
color: #1543E1;
}
</style>
background-color css
<style>
a { background-color: #1543E1; }
a { background-color: rgb(21,67,225); }
div.DivClassName
{
background-color: #1543E1;
}
.BgClassName
{
background-color: #1543E1;
}
</style>
border-color css
<style>
span { border-color: #1543E1; }
span { border-color: rgb(21,67,225); }
td.TdClassName
{
border-color: #1543E1;
}
.TagClassName
{
border-color: #1543E1;
}
</style>