Shades of Persian Blue #152BDE
Tints of Persian Blue #152BDE
RGB
CMYK
RGB Variations
Color information
#152BDE (or 0x152BDE) is known color: Persian Blue. HEX triplet: 15, 2B and DE. RGB value is (21,43,222). Sum of RGB (Red+Green+Blue) = 21+43+222=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #152BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BDE is #EAD421. Grayscale: #383838. Windows color (decimal): -15389730 or 14560021. OLE color: 14560021.
HSL color Cylindrical-coordinate representation of color #152BDE: hue angle of 233.43º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152BDE is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 43 | 222 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.13 |
| HSL | 233.43º | 0.83% | 0.48% | - |
| HSV(B) | 233.43º | 0.91% | 0.87% | - |
| XYZ | 14.36 | 7.16 | 69.73 | - |
| YUV | 56.83 | 221.21 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 222 | 0.91 | 0.81 | 0 | 0.13 | 233.43 | 0.83 | 0.48 |
| Hex | 15 | 2B | DE | 5B | 51 | 0 | D | E9 | 53 | 30 |
| Octal | 25 | 53 | 336 | 133 | 121 | 0 | 15 | 351 | 123 | 60 |
| Binary | 10101 | 101011 | 11011110 | 1011011 | 1010001 | 0 | 1101 | 11101001 | 1010011 | 110000 |
Color Harmonies of #152BDE
Complementary color
Monochromatic Colors of #152BDE
Black with #152BDE
Text Example
Text Example
White with #152BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BDE; }
p { color: rgb(21,43,222); }
H1.HeaderClassName
{
color: #152BDE;
}
.AnyTagClassName
{
color: #152BDE;
}
</style>
background-color css
<style>
a { background-color: #152BDE; }
a { background-color: rgb(21,43,222); }
div.DivClassName
{
background-color: #152BDE;
}
.BgClassName
{
background-color: #152BDE;
}
</style>
border-color css
<style>
span { border-color: #152BDE; }
span { border-color: rgb(21,43,222); }
td.TdClassName
{
border-color: #152BDE;
}
.TagClassName
{
border-color: #152BDE;
}
</style>