Shades of Persian Blue #1527DB
Tints of Persian Blue #1527DB
RGB
CMYK
RGB Variations
Color information
#1527DB (or 0x1527DB) is known color: Persian Blue. HEX triplet: 15, 27 and DB. RGB value is (21,39,219). Sum of RGB (Red+Green+Blue) = 21+39+219=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #1527DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1527DB is #EAD824. Grayscale: #353535. Windows color (decimal): -15390757 or 14362389. OLE color: 14362389.
HSL color Cylindrical-coordinate representation of color #1527DB: hue angle of 234.55º 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 #1527DB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 39 | 219 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.14 |
| HSL | 234.55º | 0.83% | 0.47% | - |
| HSV(B) | 234.55º | 0.9% | 0.86% | - |
| XYZ | 13.82 | 6.72 | 67.59 | - |
| YUV | 54.14 | 221.04 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 219 | 0.90 | 0.82 | 0 | 0.14 | 234.55 | 0.83 | 0.47 |
| Hex | 15 | 27 | DB | 5A | 52 | 0 | E | EB | 52 | 2F |
| Octal | 25 | 47 | 333 | 132 | 122 | 0 | 16 | 353 | 122 | 57 |
| Binary | 10101 | 100111 | 11011011 | 1011010 | 1010010 | 0 | 1110 | 11101011 | 1010010 | 101111 |
Color Harmonies of #1527DB
Complementary color
Monochromatic Colors of #1527DB
Black with #1527DB
Text Example
Text Example
White with #1527DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1527DB; }
p { color: rgb(21,39,219); }
H1.HeaderClassName
{
color: #1527DB;
}
.AnyTagClassName
{
color: #1527DB;
}
</style>
background-color css
<style>
a { background-color: #1527DB; }
a { background-color: rgb(21,39,219); }
div.DivClassName
{
background-color: #1527DB;
}
.BgClassName
{
background-color: #1527DB;
}
</style>
border-color css
<style>
span { border-color: #1527DB; }
span { border-color: rgb(21,39,219); }
td.TdClassName
{
border-color: #1527DB;
}
.TagClassName
{
border-color: #1527DB;
}
</style>