Shades of Persian Blue #1533DB
Tints of Persian Blue #1533DB
RGB
CMYK
RGB Variations
Color information
#1533DB (or 0x1533DB) is known color: Persian Blue. HEX triplet: 15, 33 and DB. RGB value is (21,51,219). Sum of RGB (Red+Green+Blue) = 21+51+219=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #1533DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533DB is #EACC24. Grayscale: #3C3C3C. Windows color (decimal): -15387685 or 14365461. OLE color: 14365461.
HSL color Cylindrical-coordinate representation of color #1533DB: hue angle of 230.91º 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 #1533DB is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 51 | 219 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.14 |
| HSL | 230.91º | 0.83% | 0.47% | - |
| HSV(B) | 230.91º | 0.9% | 0.86% | - |
| XYZ | 14.28 | 7.64 | 67.74 | - |
| YUV | 61.18 | 217.06 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 219 | 0.90 | 0.77 | 0 | 0.14 | 230.91 | 0.83 | 0.47 |
| Hex | 15 | 33 | DB | 5A | 4D | 0 | E | E7 | 52 | 2F |
| Octal | 25 | 63 | 333 | 132 | 115 | 0 | 16 | 347 | 122 | 57 |
| Binary | 10101 | 110011 | 11011011 | 1011010 | 1001101 | 0 | 1110 | 11100111 | 1010010 | 101111 |
Color Harmonies of #1533DB
Complementary color
Monochromatic Colors of #1533DB
Black with #1533DB
Text Example
Text Example
White with #1533DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533DB; }
p { color: rgb(21,51,219); }
H1.HeaderClassName
{
color: #1533DB;
}
.AnyTagClassName
{
color: #1533DB;
}
</style>
background-color css
<style>
a { background-color: #1533DB; }
a { background-color: rgb(21,51,219); }
div.DivClassName
{
background-color: #1533DB;
}
.BgClassName
{
background-color: #1533DB;
}
</style>
border-color css
<style>
span { border-color: #1533DB; }
span { border-color: rgb(21,51,219); }
td.TdClassName
{
border-color: #1533DB;
}
.TagClassName
{
border-color: #1533DB;
}
</style>