Shades of Persian Blue #1536DB
Tints of Persian Blue #1536DB
RGB
CMYK
RGB Variations
Color information
#1536DB (or 0x1536DB) is known color: Persian Blue. HEX triplet: 15, 36 and DB. RGB value is (21,54,219). Sum of RGB (Red+Green+Blue) = 21+54+219=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #1536DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536DB is #EAC924. Grayscale: #3E3E3E. Windows color (decimal): -15386917 or 14366229. OLE color: 14366229.
HSL color Cylindrical-coordinate representation of color #1536DB: hue angle of 230º 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 #1536DB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 54 | 219 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.14 |
| HSL | 230º | 0.83% | 0.47% | - |
| HSV(B) | 230º | 0.9% | 0.86% | - |
| XYZ | 14.41 | 7.91 | 67.79 | - |
| YUV | 62.94 | 216.07 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 219 | 0.90 | 0.75 | 0 | 0.14 | 230 | 0.83 | 0.47 |
| Hex | 15 | 36 | DB | 5A | 4B | 0 | E | E6 | 52 | 2F |
| Octal | 25 | 66 | 333 | 132 | 113 | 0 | 16 | 346 | 122 | 57 |
| Binary | 10101 | 110110 | 11011011 | 1011010 | 1001011 | 0 | 1110 | 11100110 | 1010010 | 101111 |
Color Harmonies of #1536DB
Complementary color
Monochromatic Colors of #1536DB
Black with #1536DB
Text Example
Text Example
White with #1536DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536DB; }
p { color: rgb(21,54,219); }
H1.HeaderClassName
{
color: #1536DB;
}
.AnyTagClassName
{
color: #1536DB;
}
</style>
background-color css
<style>
a { background-color: #1536DB; }
a { background-color: rgb(21,54,219); }
div.DivClassName
{
background-color: #1536DB;
}
.BgClassName
{
background-color: #1536DB;
}
</style>
border-color css
<style>
span { border-color: #1536DB; }
span { border-color: rgb(21,54,219); }
td.TdClassName
{
border-color: #1536DB;
}
.TagClassName
{
border-color: #1536DB;
}
</style>