Shades of Persian Blue #1545F1
Tints of Persian Blue #1545F1
RGB
CMYK
RGB Variations
Color information
#1545F1 (or 0x1545F1) is known color: Persian Blue. HEX triplet: 15, 45 and F1. RGB value is (21,69,241). Sum of RGB (Red+Green+Blue) = 21+69+241=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #1545F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1545F1 is #EABA0E. Grayscale: #494949. Windows color (decimal): -15383055 or 15811861. OLE color: 15811861.
HSL color Cylindrical-coordinate representation of color #1545F1: hue angle of 226.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1545F1 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 69 | 241 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.05 |
| HSL | 226.91º | 0.89% | 0.51% | - |
| HSV(B) | 226.91º | 0.91% | 0.95% | - |
| XYZ | 18.31 | 10.77 | 84.33 | - |
| YUV | 74.26 | 222.1 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 241 | 0.91 | 0.71 | 0 | 0.05 | 226.91 | 0.89 | 0.51 |
| Hex | 15 | 45 | F1 | 5B | 47 | 0 | 5 | E3 | 59 | 33 |
| Octal | 25 | 105 | 361 | 133 | 107 | 0 | 5 | 343 | 131 | 63 |
| Binary | 10101 | 1000101 | 11110001 | 1011011 | 1000111 | 0 | 101 | 11100011 | 1011001 | 110011 |
Color Harmonies of #1545F1
Complementary color
Monochromatic Colors of #1545F1
Black with #1545F1
Text Example
Text Example
White with #1545F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1545F1; }
p { color: rgb(21,69,241); }
H1.HeaderClassName
{
color: #1545F1;
}
.AnyTagClassName
{
color: #1545F1;
}
</style>
background-color css
<style>
a { background-color: #1545F1; }
a { background-color: rgb(21,69,241); }
div.DivClassName
{
background-color: #1545F1;
}
.BgClassName
{
background-color: #1545F1;
}
</style>
border-color css
<style>
span { border-color: #1545F1; }
span { border-color: rgb(21,69,241); }
td.TdClassName
{
border-color: #1545F1;
}
.TagClassName
{
border-color: #1545F1;
}
</style>