Shades of Persian Blue #152DB9
Tints of Persian Blue #152DB9
RGB
CMYK
RGB Variations
Color information
#152DB9 (or 0x152DB9) is known color: Persian Blue. HEX triplet: 15, 2D and B9. RGB value is (21,45,185). Sum of RGB (Red+Green+Blue) = 21+45+185=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 185 (72.66% from 255 or 73.71% from 251); Max value from RGB is 185 - color contains mainly: blue. Hex color #152DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DB9 is #EAD246. Grayscale: #353535. Windows color (decimal): -15389255 or 12135701. OLE color: 12135701.
HSL color Cylindrical-coordinate representation of color #152DB9: hue angle of 231.22º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152DB9 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 45 | 185 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.27 |
| HSL | 231.22º | 0.8% | 0.4% | - |
| HSV(B) | 231.22º | 0.89% | 0.73% | - |
| XYZ | 10 | 5.54 | 46.44 | - |
| YUV | 53.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 185 | 0.89 | 0.76 | 0 | 0.27 | 231.22 | 0.8 | 0.4 |
| Hex | 15 | 2D | B9 | 59 | 4C | 0 | 1B | E7 | 50 | 28 |
| Octal | 25 | 55 | 271 | 131 | 114 | 0 | 33 | 347 | 120 | 50 |
| Binary | 10101 | 101101 | 10111001 | 1011001 | 1001100 | 0 | 11011 | 11100111 | 1010000 | 101000 |
Color Harmonies of #152DB9
Complementary color
Monochromatic Colors of #152DB9
Black with #152DB9
Text Example
Text Example
White with #152DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DB9; }
p { color: rgb(21,45,185); }
H1.HeaderClassName
{
color: #152DB9;
}
.AnyTagClassName
{
color: #152DB9;
}
</style>
background-color css
<style>
a { background-color: #152DB9; }
a { background-color: rgb(21,45,185); }
div.DivClassName
{
background-color: #152DB9;
}
.BgClassName
{
background-color: #152DB9;
}
</style>
border-color css
<style>
span { border-color: #152DB9; }
span { border-color: rgb(21,45,185); }
td.TdClassName
{
border-color: #152DB9;
}
.TagClassName
{
border-color: #152DB9;
}
</style>