Shades of Persian Blue #153FDB
Tints of Persian Blue #153FDB
RGB
CMYK
RGB Variations
Color information
#153FDB (or 0x153FDB) is known color: Persian Blue. HEX triplet: 15, 3F and DB. RGB value is (21,63,219). Sum of RGB (Red+Green+Blue) = 21+63+219=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #153FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FDB is #EAC024. Grayscale: #434343. Windows color (decimal): -15384613 or 14368533. OLE color: 14368533.
HSL color Cylindrical-coordinate representation of color #153FDB: hue angle of 227.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153FDB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 63 | 219 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.14 |
| HSL | 227.27º | 0.83% | 0.47% | - |
| HSV(B) | 227.27º | 0.9% | 0.86% | - |
| XYZ | 14.87 | 8.83 | 67.94 | - |
| YUV | 68.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 219 | 0.90 | 0.71 | 0 | 0.14 | 227.27 | 0.83 | 0.47 |
| Hex | 15 | 3F | DB | 5A | 47 | 0 | E | E3 | 52 | 2F |
| Octal | 25 | 77 | 333 | 132 | 107 | 0 | 16 | 343 | 122 | 57 |
| Binary | 10101 | 111111 | 11011011 | 1011010 | 1000111 | 0 | 1110 | 11100011 | 1010010 | 101111 |
Color Harmonies of #153FDB
Complementary color
Monochromatic Colors of #153FDB
Black with #153FDB
Text Example
Text Example
White with #153FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FDB; }
p { color: rgb(21,63,219); }
H1.HeaderClassName
{
color: #153FDB;
}
.AnyTagClassName
{
color: #153FDB;
}
</style>
background-color css
<style>
a { background-color: #153FDB; }
a { background-color: rgb(21,63,219); }
div.DivClassName
{
background-color: #153FDB;
}
.BgClassName
{
background-color: #153FDB;
}
</style>
border-color css
<style>
span { border-color: #153FDB; }
span { border-color: rgb(21,63,219); }
td.TdClassName
{
border-color: #153FDB;
}
.TagClassName
{
border-color: #153FDB;
}
</style>