Shades of Persian Blue #153CE1
Tints of Persian Blue #153CE1
RGB
CMYK
RGB Variations
Color information
#153CE1 (or 0x153CE1) is known color: Persian Blue. HEX triplet: 15, 3C and E1. RGB value is (21,60,225). Sum of RGB (Red+Green+Blue) = 21+60+225=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 225 (88.28% from 255 or 73.53% from 306); Max value from RGB is 225 - color contains mainly: blue. Hex color #153CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CE1 is #EAC31E. Grayscale: #424242. Windows color (decimal): -15385375 or 14760981. OLE color: 14760981.
HSL color Cylindrical-coordinate representation of color #153CE1: hue angle of 228.53º 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 #153CE1 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 60 | 225 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.12 |
| HSL | 228.53º | 0.83% | 0.48% | - |
| HSV(B) | 228.53º | 0.91% | 0.88% | - |
| XYZ | 15.52 | 8.83 | 72.12 | - |
| YUV | 67.15 | 217.08 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 225 | 0.91 | 0.73 | 0 | 0.12 | 228.53 | 0.83 | 0.48 |
| Hex | 15 | 3C | E1 | 5B | 49 | 0 | C | E5 | 53 | 30 |
| Octal | 25 | 74 | 341 | 133 | 111 | 0 | 14 | 345 | 123 | 60 |
| Binary | 10101 | 111100 | 11100001 | 1011011 | 1001001 | 0 | 1100 | 11100101 | 1010011 | 110000 |
Color Harmonies of #153CE1
Complementary color
Monochromatic Colors of #153CE1
Black with #153CE1
Text Example
Text Example
White with #153CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CE1; }
p { color: rgb(21,60,225); }
H1.HeaderClassName
{
color: #153CE1;
}
.AnyTagClassName
{
color: #153CE1;
}
</style>
background-color css
<style>
a { background-color: #153CE1; }
a { background-color: rgb(21,60,225); }
div.DivClassName
{
background-color: #153CE1;
}
.BgClassName
{
background-color: #153CE1;
}
</style>
border-color css
<style>
span { border-color: #153CE1; }
span { border-color: rgb(21,60,225); }
td.TdClassName
{
border-color: #153CE1;
}
.TagClassName
{
border-color: #153CE1;
}
</style>