Shades of Persian Blue #152CDB
Tints of Persian Blue #152CDB
RGB
CMYK
RGB Variations
Color information
#152CDB (or 0x152CDB) is known color: Persian Blue. HEX triplet: 15, 2C and DB. RGB value is (21,44,219). Sum of RGB (Red+Green+Blue) = 21+44+219=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #152CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CDB is #EAD324. Grayscale: #383838. Windows color (decimal): -15389477 or 14363669. OLE color: 14363669.
HSL color Cylindrical-coordinate representation of color #152CDB: hue angle of 233.03º 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 #152CDB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 44 | 219 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.14 |
| HSL | 233.03º | 0.83% | 0.47% | - |
| HSV(B) | 233.03º | 0.9% | 0.86% | - |
| XYZ | 14 | 7.08 | 67.65 | - |
| YUV | 57.07 | 219.38 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 219 | 0.90 | 0.80 | 0 | 0.14 | 233.03 | 0.83 | 0.47 |
| Hex | 15 | 2C | DB | 5A | 50 | 0 | E | E9 | 52 | 2F |
| Octal | 25 | 54 | 333 | 132 | 120 | 0 | 16 | 351 | 122 | 57 |
| Binary | 10101 | 101100 | 11011011 | 1011010 | 1010000 | 0 | 1110 | 11101001 | 1010010 | 101111 |
Color Harmonies of #152CDB
Complementary color
Monochromatic Colors of #152CDB
Black with #152CDB
Text Example
Text Example
White with #152CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CDB; }
p { color: rgb(21,44,219); }
H1.HeaderClassName
{
color: #152CDB;
}
.AnyTagClassName
{
color: #152CDB;
}
</style>
background-color css
<style>
a { background-color: #152CDB; }
a { background-color: rgb(21,44,219); }
div.DivClassName
{
background-color: #152CDB;
}
.BgClassName
{
background-color: #152CDB;
}
</style>
border-color css
<style>
span { border-color: #152CDB; }
span { border-color: rgb(21,44,219); }
td.TdClassName
{
border-color: #152CDB;
}
.TagClassName
{
border-color: #152CDB;
}
</style>