Shades of Persian Blue #153BDE
Tints of Persian Blue #153BDE
RGB
CMYK
RGB Variations
Color information
#153BDE (or 0x153BDE) is known color: Persian Blue. HEX triplet: 15, 3B and DE. RGB value is (21,59,222). Sum of RGB (Red+Green+Blue) = 21+59+222=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #153BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BDE is #EAC421. Grayscale: #414141. Windows color (decimal): -15385634 or 14564117. OLE color: 14564117.
HSL color Cylindrical-coordinate representation of color #153BDE: hue angle of 228.66º 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 #153BDE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 59 | 222 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.13 |
| HSL | 228.66º | 0.83% | 0.48% | - |
| HSV(B) | 228.66º | 0.91% | 0.87% | - |
| XYZ | 15.06 | 8.56 | 69.97 | - |
| YUV | 66.22 | 215.91 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 222 | 0.91 | 0.73 | 0 | 0.13 | 228.66 | 0.83 | 0.48 |
| Hex | 15 | 3B | DE | 5B | 49 | 0 | D | E5 | 53 | 30 |
| Octal | 25 | 73 | 336 | 133 | 111 | 0 | 15 | 345 | 123 | 60 |
| Binary | 10101 | 111011 | 11011110 | 1011011 | 1001001 | 0 | 1101 | 11100101 | 1010011 | 110000 |
Color Harmonies of #153BDE
Complementary color
Monochromatic Colors of #153BDE
Black with #153BDE
Text Example
Text Example
White with #153BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BDE; }
p { color: rgb(21,59,222); }
H1.HeaderClassName
{
color: #153BDE;
}
.AnyTagClassName
{
color: #153BDE;
}
</style>
background-color css
<style>
a { background-color: #153BDE; }
a { background-color: rgb(21,59,222); }
div.DivClassName
{
background-color: #153BDE;
}
.BgClassName
{
background-color: #153BDE;
}
</style>
border-color css
<style>
span { border-color: #153BDE; }
span { border-color: rgb(21,59,222); }
td.TdClassName
{
border-color: #153BDE;
}
.TagClassName
{
border-color: #153BDE;
}
</style>