Shades of Persian Blue #153BCD
Tints of Persian Blue #153BCD
RGB
CMYK
RGB Variations
Color information
#153BCD (or 0x153BCD) is known color: Persian Blue. HEX triplet: 15, 3B and CD. RGB value is (21,59,205). Sum of RGB (Red+Green+Blue) = 21+59+205=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #153BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153BCD is #EAC432. Grayscale: #3F3F3F. Windows color (decimal): -15385651 or 13450005. OLE color: 13450005.
HSL color Cylindrical-coordinate representation of color #153BCD: hue angle of 227.61º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153BCD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 59 | 205 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.20 |
| HSL | 227.61º | 0.81% | 0.44% | - |
| HSV(B) | 227.61º | 0.9% | 0.8% | - |
| XYZ | 12.89 | 7.7 | 58.56 | - |
| YUV | 64.28 | 207.41 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 205 | 0.90 | 0.71 | 0 | 0.20 | 227.61 | 0.81 | 0.44 |
| Hex | 15 | 3B | CD | 5A | 47 | 0 | 14 | E4 | 51 | 2C |
| Octal | 25 | 73 | 315 | 132 | 107 | 0 | 24 | 344 | 121 | 54 |
| Binary | 10101 | 111011 | 11001101 | 1011010 | 1000111 | 0 | 10100 | 11100100 | 1010001 | 101100 |
Color Harmonies of #153BCD
Complementary color
Monochromatic Colors of #153BCD
Black with #153BCD
Text Example
Text Example
White with #153BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BCD; }
p { color: rgb(21,59,205); }
H1.HeaderClassName
{
color: #153BCD;
}
.AnyTagClassName
{
color: #153BCD;
}
</style>
background-color css
<style>
a { background-color: #153BCD; }
a { background-color: rgb(21,59,205); }
div.DivClassName
{
background-color: #153BCD;
}
.BgClassName
{
background-color: #153BCD;
}
</style>
border-color css
<style>
span { border-color: #153BCD; }
span { border-color: rgb(21,59,205); }
td.TdClassName
{
border-color: #153BCD;
}
.TagClassName
{
border-color: #153BCD;
}
</style>