Shades of Persian Blue #153BE6
Tints of Persian Blue #153BE6
RGB
CMYK
RGB Variations
Color information
#153BE6 (or 0x153BE6) is known color: Persian Blue. HEX triplet: 15, 3B and E6. RGB value is (21,59,230). Sum of RGB (Red+Green+Blue) = 21+59+230=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #153BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BE6 is #EAC419. Grayscale: #424242. Windows color (decimal): -15385626 or 15088405. OLE color: 15088405.
HSL color Cylindrical-coordinate representation of color #153BE6: hue angle of 229.09º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153BE6 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 59 | 230 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.10 |
| HSL | 229.09º | 0.83% | 0.49% | - |
| HSV(B) | 229.09º | 0.91% | 0.9% | - |
| XYZ | 16.16 | 9 | 75.75 | - |
| YUV | 67.13 | 219.91 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 230 | 0.91 | 0.74 | 0 | 0.10 | 229.09 | 0.83 | 0.49 |
| Hex | 15 | 3B | E6 | 5B | 4A | 0 | A | E5 | 53 | 31 |
| Octal | 25 | 73 | 346 | 133 | 112 | 0 | 12 | 345 | 123 | 61 |
| Binary | 10101 | 111011 | 11100110 | 1011011 | 1001010 | 0 | 1010 | 11100101 | 1010011 | 110001 |
Color Harmonies of #153BE6
Complementary color
Monochromatic Colors of #153BE6
Black with #153BE6
Text Example
Text Example
White with #153BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BE6; }
p { color: rgb(21,59,230); }
H1.HeaderClassName
{
color: #153BE6;
}
.AnyTagClassName
{
color: #153BE6;
}
</style>
background-color css
<style>
a { background-color: #153BE6; }
a { background-color: rgb(21,59,230); }
div.DivClassName
{
background-color: #153BE6;
}
.BgClassName
{
background-color: #153BE6;
}
</style>
border-color css
<style>
span { border-color: #153BE6; }
span { border-color: rgb(21,59,230); }
td.TdClassName
{
border-color: #153BE6;
}
.TagClassName
{
border-color: #153BE6;
}
</style>