Shades of Persian Blue #152ADB
Tints of Persian Blue #152ADB
RGB
CMYK
RGB Variations
Color information
#152ADB (or 0x152ADB) is known color: Persian Blue. HEX triplet: 15, 2A and DB. RGB value is (21,42,219). Sum of RGB (Red+Green+Blue) = 21+42+219=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #152ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ADB is #EAD524. Grayscale: #373737. Windows color (decimal): -15389989 or 14363157. OLE color: 14363157.
HSL color Cylindrical-coordinate representation of color #152ADB: hue angle of 233.64º 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 #152ADB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 42 | 219 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.14 |
| HSL | 233.64º | 0.83% | 0.47% | - |
| HSV(B) | 233.64º | 0.9% | 0.86% | - |
| XYZ | 13.92 | 6.93 | 67.62 | - |
| YUV | 55.9 | 220.04 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 219 | 0.90 | 0.81 | 0 | 0.14 | 233.64 | 0.83 | 0.47 |
| Hex | 15 | 2A | DB | 5A | 51 | 0 | E | EA | 52 | 2F |
| Octal | 25 | 52 | 333 | 132 | 121 | 0 | 16 | 352 | 122 | 57 |
| Binary | 10101 | 101010 | 11011011 | 1011010 | 1010001 | 0 | 1110 | 11101010 | 1010010 | 101111 |
Color Harmonies of #152ADB
Complementary color
Monochromatic Colors of #152ADB
Black with #152ADB
Text Example
Text Example
White with #152ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ADB; }
p { color: rgb(21,42,219); }
H1.HeaderClassName
{
color: #152ADB;
}
.AnyTagClassName
{
color: #152ADB;
}
</style>
background-color css
<style>
a { background-color: #152ADB; }
a { background-color: rgb(21,42,219); }
div.DivClassName
{
background-color: #152ADB;
}
.BgClassName
{
background-color: #152ADB;
}
</style>
border-color css
<style>
span { border-color: #152ADB; }
span { border-color: rgb(21,42,219); }
td.TdClassName
{
border-color: #152ADB;
}
.TagClassName
{
border-color: #152ADB;
}
</style>