Shades of Persian Blue #1537DB
Tints of Persian Blue #1537DB
RGB
CMYK
RGB Variations
Color information
#1537DB (or 0x1537DB) is known color: Persian Blue. HEX triplet: 15, 37 and DB. RGB value is (21,55,219). Sum of RGB (Red+Green+Blue) = 21+55+219=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #1537DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537DB is #EAC824. Grayscale: #3E3E3E. Windows color (decimal): -15386661 or 14366485. OLE color: 14366485.
HSL color Cylindrical-coordinate representation of color #1537DB: hue angle of 229.7º 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 #1537DB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 55 | 219 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.14 |
| HSL | 229.7º | 0.83% | 0.47% | - |
| HSV(B) | 229.7º | 0.9% | 0.86% | - |
| XYZ | 14.46 | 8.01 | 67.8 | - |
| YUV | 63.53 | 215.74 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 219 | 0.90 | 0.75 | 0 | 0.14 | 229.7 | 0.83 | 0.47 |
| Hex | 15 | 37 | DB | 5A | 4B | 0 | E | E6 | 52 | 2F |
| Octal | 25 | 67 | 333 | 132 | 113 | 0 | 16 | 346 | 122 | 57 |
| Binary | 10101 | 110111 | 11011011 | 1011010 | 1001011 | 0 | 1110 | 11100110 | 1010010 | 101111 |
Color Harmonies of #1537DB
Complementary color
Monochromatic Colors of #1537DB
Black with #1537DB
Text Example
Text Example
White with #1537DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1537DB; }
p { color: rgb(21,55,219); }
H1.HeaderClassName
{
color: #1537DB;
}
.AnyTagClassName
{
color: #1537DB;
}
</style>
background-color css
<style>
a { background-color: #1537DB; }
a { background-color: rgb(21,55,219); }
div.DivClassName
{
background-color: #1537DB;
}
.BgClassName
{
background-color: #1537DB;
}
</style>
border-color css
<style>
span { border-color: #1537DB; }
span { border-color: rgb(21,55,219); }
td.TdClassName
{
border-color: #1537DB;
}
.TagClassName
{
border-color: #1537DB;
}
</style>