Shades of Persian Blue #152BDB
Tints of Persian Blue #152BDB
RGB
CMYK
RGB Variations
Color information
#152BDB (or 0x152BDB) is known color: Persian Blue. HEX triplet: 15, 2B and DB. RGB value is (21,43,219). Sum of RGB (Red+Green+Blue) = 21+43+219=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #152BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BDB is #EAD424. Grayscale: #373737. Windows color (decimal): -15389733 or 14363413. OLE color: 14363413.
HSL color Cylindrical-coordinate representation of color #152BDB: hue angle of 233.33º 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 #152BDB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 43 | 219 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.14 |
| HSL | 233.33º | 0.83% | 0.47% | - |
| HSV(B) | 233.33º | 0.9% | 0.86% | - |
| XYZ | 13.96 | 7 | 67.63 | - |
| YUV | 56.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 219 | 0.90 | 0.80 | 0 | 0.14 | 233.33 | 0.83 | 0.47 |
| Hex | 15 | 2B | DB | 5A | 50 | 0 | E | E9 | 52 | 2F |
| Octal | 25 | 53 | 333 | 132 | 120 | 0 | 16 | 351 | 122 | 57 |
| Binary | 10101 | 101011 | 11011011 | 1011010 | 1010000 | 0 | 1110 | 11101001 | 1010010 | 101111 |
Color Harmonies of #152BDB
Complementary color
Monochromatic Colors of #152BDB
Black with #152BDB
Text Example
Text Example
White with #152BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BDB; }
p { color: rgb(21,43,219); }
H1.HeaderClassName
{
color: #152BDB;
}
.AnyTagClassName
{
color: #152BDB;
}
</style>
background-color css
<style>
a { background-color: #152BDB; }
a { background-color: rgb(21,43,219); }
div.DivClassName
{
background-color: #152BDB;
}
.BgClassName
{
background-color: #152BDB;
}
</style>
border-color css
<style>
span { border-color: #152BDB; }
span { border-color: rgb(21,43,219); }
td.TdClassName
{
border-color: #152BDB;
}
.TagClassName
{
border-color: #152BDB;
}
</style>