Shades of Persian Blue #1544ED
Tints of Persian Blue #1544ED
RGB
CMYK
RGB Variations
Color information
#1544ED (or 0x1544ED) is known color: Persian Blue. HEX triplet: 15, 44 and ED. RGB value is (21,68,237). Sum of RGB (Red+Green+Blue) = 21+68+237=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #1544ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1544ED is #EABB12. Grayscale: #484848. Windows color (decimal): -15383315 or 15549461. OLE color: 15549461.
HSL color Cylindrical-coordinate representation of color #1544ED: hue angle of 226.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1544ED is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 68 | 237 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.07 |
| HSL | 226.94º | 0.86% | 0.51% | - |
| HSV(B) | 226.94º | 0.91% | 0.93% | - |
| XYZ | 17.66 | 10.41 | 81.2 | - |
| YUV | 73.21 | 220.43 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 237 | 0.91 | 0.71 | 0 | 0.07 | 226.94 | 0.86 | 0.51 |
| Hex | 15 | 44 | ED | 5B | 47 | 0 | 7 | E3 | 56 | 33 |
| Octal | 25 | 104 | 355 | 133 | 107 | 0 | 7 | 343 | 126 | 63 |
| Binary | 10101 | 1000100 | 11101101 | 1011011 | 1000111 | 0 | 111 | 11100011 | 1010110 | 110011 |
Color Harmonies of #1544ED
Complementary color
Monochromatic Colors of #1544ED
Black with #1544ED
Text Example
Text Example
White with #1544ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1544ED; }
p { color: rgb(21,68,237); }
H1.HeaderClassName
{
color: #1544ED;
}
.AnyTagClassName
{
color: #1544ED;
}
</style>
background-color css
<style>
a { background-color: #1544ED; }
a { background-color: rgb(21,68,237); }
div.DivClassName
{
background-color: #1544ED;
}
.BgClassName
{
background-color: #1544ED;
}
</style>
border-color css
<style>
span { border-color: #1544ED; }
span { border-color: rgb(21,68,237); }
td.TdClassName
{
border-color: #1544ED;
}
.TagClassName
{
border-color: #1544ED;
}
</style>