Shades of Persian Blue #1533DC
Tints of Persian Blue #1533DC
RGB
CMYK
RGB Variations
Color information
#1533DC (or 0x1533DC) is known color: Persian Blue. HEX triplet: 15, 33 and DC. RGB value is (21,51,220). Sum of RGB (Red+Green+Blue) = 21+51+220=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #1533DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533DC is #EACC23. Grayscale: #3C3C3C. Windows color (decimal): -15387684 or 14430997. OLE color: 14430997.
HSL color Cylindrical-coordinate representation of color #1533DC: hue angle of 230.95º degrees, saturation: 0.83, 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 #1533DC is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 51 | 220 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.14 |
| HSL | 230.95º | 0.83% | 0.47% | - |
| HSV(B) | 230.95º | 0.9% | 0.86% | - |
| XYZ | 14.41 | 7.69 | 68.44 | - |
| YUV | 61.3 | 217.56 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 220 | 0.90 | 0.77 | 0 | 0.14 | 230.95 | 0.83 | 0.47 |
| Hex | 15 | 33 | DC | 5A | 4D | 0 | E | E7 | 53 | 2F |
| Octal | 25 | 63 | 334 | 132 | 115 | 0 | 16 | 347 | 123 | 57 |
| Binary | 10101 | 110011 | 11011100 | 1011010 | 1001101 | 0 | 1110 | 11100111 | 1010011 | 101111 |
Color Harmonies of #1533DC
Complementary color
Monochromatic Colors of #1533DC
Black with #1533DC
Text Example
Text Example
White with #1533DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533DC; }
p { color: rgb(21,51,220); }
H1.HeaderClassName
{
color: #1533DC;
}
.AnyTagClassName
{
color: #1533DC;
}
</style>
background-color css
<style>
a { background-color: #1533DC; }
a { background-color: rgb(21,51,220); }
div.DivClassName
{
background-color: #1533DC;
}
.BgClassName
{
background-color: #1533DC;
}
</style>
border-color css
<style>
span { border-color: #1533DC; }
span { border-color: rgb(21,51,220); }
td.TdClassName
{
border-color: #1533DC;
}
.TagClassName
{
border-color: #1533DC;
}
</style>