Shades of Persian Blue #152DE0
Tints of Persian Blue #152DE0
RGB
CMYK
RGB Variations
Color information
#152DE0 (or 0x152DE0) is known color: Persian Blue. HEX triplet: 15, 2D and E0. RGB value is (21,45,224). Sum of RGB (Red+Green+Blue) = 21+45+224=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 224 (87.89% from 255 or 77.24% from 290); Max value from RGB is 224 - color contains mainly: blue. Hex color #152DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DE0 is #EAD21F. Grayscale: #393939. Windows color (decimal): -15389216 or 14691605. OLE color: 14691605.
HSL color Cylindrical-coordinate representation of color #152DE0: hue angle of 232.91º 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 #152DE0 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 45 | 224 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.12 |
| HSL | 232.91º | 0.83% | 0.48% | - |
| HSV(B) | 232.91º | 0.91% | 0.88% | - |
| XYZ | 14.7 | 7.42 | 71.18 | - |
| YUV | 58.23 | 221.55 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 224 | 0.91 | 0.80 | 0 | 0.12 | 232.91 | 0.83 | 0.48 |
| Hex | 15 | 2D | E0 | 5B | 50 | 0 | C | E9 | 53 | 30 |
| Octal | 25 | 55 | 340 | 133 | 120 | 0 | 14 | 351 | 123 | 60 |
| Binary | 10101 | 101101 | 11100000 | 1011011 | 1010000 | 0 | 1100 | 11101001 | 1010011 | 110000 |
Color Harmonies of #152DE0
Complementary color
Monochromatic Colors of #152DE0
Black with #152DE0
Text Example
Text Example
White with #152DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DE0; }
p { color: rgb(21,45,224); }
H1.HeaderClassName
{
color: #152DE0;
}
.AnyTagClassName
{
color: #152DE0;
}
</style>
background-color css
<style>
a { background-color: #152DE0; }
a { background-color: rgb(21,45,224); }
div.DivClassName
{
background-color: #152DE0;
}
.BgClassName
{
background-color: #152DE0;
}
</style>
border-color css
<style>
span { border-color: #152DE0; }
span { border-color: rgb(21,45,224); }
td.TdClassName
{
border-color: #152DE0;
}
.TagClassName
{
border-color: #152DE0;
}
</style>