Shades of Persian Blue #152DE8
Tints of Persian Blue #152DE8
RGB
CMYK
RGB Variations
Color information
#152DE8 (or 0x152DE8) is known color: Persian Blue. HEX triplet: 15, 2D and E8. RGB value is (21,45,232). Sum of RGB (Red+Green+Blue) = 21+45+232=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 232 (91.02% from 255 or 77.85% from 298); Max value from RGB is 232 - color contains mainly: blue. Hex color #152DE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152DE8 is #EAD217. Grayscale: #3A3A3A. Windows color (decimal): -15389208 or 15215893. OLE color: 15215893.
HSL color Cylindrical-coordinate representation of color #152DE8: hue angle of 233.18º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152DE8 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 45 | 232 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.09 |
| HSL | 233.18º | 0.83% | 0.5% | - |
| HSV(B) | 233.18º | 0.91% | 0.91% | - |
| XYZ | 15.81 | 7.86 | 77.03 | - |
| YUV | 59.14 | 225.55 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 232 | 0.91 | 0.81 | 0 | 0.09 | 233.18 | 0.83 | 0.5 |
| Hex | 15 | 2D | E8 | 5B | 51 | 0 | 9 | E9 | 53 | 32 |
| Octal | 25 | 55 | 350 | 133 | 121 | 0 | 11 | 351 | 123 | 62 |
| Binary | 10101 | 101101 | 11101000 | 1011011 | 1010001 | 0 | 1001 | 11101001 | 1010011 | 110010 |
Color Harmonies of #152DE8
Complementary color
Monochromatic Colors of #152DE8
Black with #152DE8
Text Example
Text Example
White with #152DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DE8; }
p { color: rgb(21,45,232); }
H1.HeaderClassName
{
color: #152DE8;
}
.AnyTagClassName
{
color: #152DE8;
}
</style>
background-color css
<style>
a { background-color: #152DE8; }
a { background-color: rgb(21,45,232); }
div.DivClassName
{
background-color: #152DE8;
}
.BgClassName
{
background-color: #152DE8;
}
</style>
border-color css
<style>
span { border-color: #152DE8; }
span { border-color: rgb(21,45,232); }
td.TdClassName
{
border-color: #152DE8;
}
.TagClassName
{
border-color: #152DE8;
}
</style>