Shades of Persian Blue #153BE1
Tints of Persian Blue #153BE1
RGB
CMYK
RGB Variations
Color information
#153BE1 (or 0x153BE1) is known color: Persian Blue. HEX triplet: 15, 3B and E1. RGB value is (21,59,225). Sum of RGB (Red+Green+Blue) = 21+59+225=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 225 (88.28% from 255 or 73.77% from 305); Max value from RGB is 225 - color contains mainly: blue. Hex color #153BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BE1 is #EAC41E. Grayscale: #414141. Windows color (decimal): -15385631 or 14760725. OLE color: 14760725.
HSL color Cylindrical-coordinate representation of color #153BE1: hue angle of 228.82º 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 #153BE1 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 59 | 225 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.12 |
| HSL | 228.82º | 0.83% | 0.48% | - |
| HSV(B) | 228.82º | 0.91% | 0.88% | - |
| XYZ | 15.46 | 8.72 | 72.1 | - |
| YUV | 66.56 | 217.41 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 225 | 0.91 | 0.74 | 0 | 0.12 | 228.82 | 0.83 | 0.48 |
| Hex | 15 | 3B | E1 | 5B | 4A | 0 | C | E5 | 53 | 30 |
| Octal | 25 | 73 | 341 | 133 | 112 | 0 | 14 | 345 | 123 | 60 |
| Binary | 10101 | 111011 | 11100001 | 1011011 | 1001010 | 0 | 1100 | 11100101 | 1010011 | 110000 |
Color Harmonies of #153BE1
Complementary color
Monochromatic Colors of #153BE1
Black with #153BE1
Text Example
Text Example
White with #153BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BE1; }
p { color: rgb(21,59,225); }
H1.HeaderClassName
{
color: #153BE1;
}
.AnyTagClassName
{
color: #153BE1;
}
</style>
background-color css
<style>
a { background-color: #153BE1; }
a { background-color: rgb(21,59,225); }
div.DivClassName
{
background-color: #153BE1;
}
.BgClassName
{
background-color: #153BE1;
}
</style>
border-color css
<style>
span { border-color: #153BE1; }
span { border-color: rgb(21,59,225); }
td.TdClassName
{
border-color: #153BE1;
}
.TagClassName
{
border-color: #153BE1;
}
</style>