Shades of Persian Blue #1546E5
Tints of Persian Blue #1546E5
RGB
CMYK
RGB Variations
Color information
#1546E5 (or 0x1546E5) is known color: Persian Blue. HEX triplet: 15, 46 and E5. RGB value is (21,70,229). Sum of RGB (Red+Green+Blue) = 21+70+229=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #1546E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546E5 is #EAB91A. Grayscale: #484848. Windows color (decimal): -15382811 or 15025685. OLE color: 15025685.
HSL color Cylindrical-coordinate representation of color #1546E5: hue angle of 225.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1546E5 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 70 | 229 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.10 |
| HSL | 225.87º | 0.83% | 0.49% | - |
| HSV(B) | 225.87º | 0.91% | 0.9% | - |
| XYZ | 16.64 | 10.2 | 75.22 | - |
| YUV | 73.48 | 215.77 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 229 | 0.91 | 0.69 | 0 | 0.10 | 225.87 | 0.83 | 0.49 |
| Hex | 15 | 46 | E5 | 5B | 45 | 0 | A | E2 | 53 | 31 |
| Octal | 25 | 106 | 345 | 133 | 105 | 0 | 12 | 342 | 123 | 61 |
| Binary | 10101 | 1000110 | 11100101 | 1011011 | 1000101 | 0 | 1010 | 11100010 | 1010011 | 110001 |
Color Harmonies of #1546E5
Complementary color
Monochromatic Colors of #1546E5
Black with #1546E5
Text Example
Text Example
White with #1546E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546E5; }
p { color: rgb(21,70,229); }
H1.HeaderClassName
{
color: #1546E5;
}
.AnyTagClassName
{
color: #1546E5;
}
</style>
background-color css
<style>
a { background-color: #1546E5; }
a { background-color: rgb(21,70,229); }
div.DivClassName
{
background-color: #1546E5;
}
.BgClassName
{
background-color: #1546E5;
}
</style>
border-color css
<style>
span { border-color: #1546E5; }
span { border-color: rgb(21,70,229); }
td.TdClassName
{
border-color: #1546E5;
}
.TagClassName
{
border-color: #1546E5;
}
</style>