Shades of Persian Blue #1545EB
Tints of Persian Blue #1545EB
RGB
CMYK
RGB Variations
Color information
#1545EB (or 0x1545EB) is known color: Persian Blue. HEX triplet: 15, 45 and EB. RGB value is (21,69,235). Sum of RGB (Red+Green+Blue) = 21+69+235=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #1545EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1545EB is #EABA14. Grayscale: #484848. Windows color (decimal): -15383061 or 15418645. OLE color: 15418645.
HSL color Cylindrical-coordinate representation of color #1545EB: hue angle of 226.54º 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 #1545EB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 69 | 235 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.08 |
| HSL | 226.54º | 0.84% | 0.5% | - |
| HSV(B) | 226.54º | 0.91% | 0.92% | - |
| XYZ | 17.43 | 10.41 | 79.69 | - |
| YUV | 73.57 | 219.1 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 235 | 0.91 | 0.71 | 0 | 0.08 | 226.54 | 0.84 | 0.5 |
| Hex | 15 | 45 | EB | 5B | 47 | 0 | 8 | E3 | 54 | 32 |
| Octal | 25 | 105 | 353 | 133 | 107 | 0 | 10 | 343 | 124 | 62 |
| Binary | 10101 | 1000101 | 11101011 | 1011011 | 1000111 | 0 | 1000 | 11100011 | 1010100 | 110010 |
Color Harmonies of #1545EB
Complementary color
Monochromatic Colors of #1545EB
Black with #1545EB
Text Example
Text Example
White with #1545EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1545EB; }
p { color: rgb(21,69,235); }
H1.HeaderClassName
{
color: #1545EB;
}
.AnyTagClassName
{
color: #1545EB;
}
</style>
background-color css
<style>
a { background-color: #1545EB; }
a { background-color: rgb(21,69,235); }
div.DivClassName
{
background-color: #1545EB;
}
.BgClassName
{
background-color: #1545EB;
}
</style>
border-color css
<style>
span { border-color: #1545EB; }
span { border-color: rgb(21,69,235); }
td.TdClassName
{
border-color: #1545EB;
}
.TagClassName
{
border-color: #1545EB;
}
</style>