Shades of Persian Blue #1533ED
Tints of Persian Blue #1533ED
RGB
CMYK
RGB Variations
Color information
#1533ED (or 0x1533ED) is known color: Persian Blue. HEX triplet: 15, 33 and ED. RGB value is (21,51,237). Sum of RGB (Red+Green+Blue) = 21+51+237=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #1533ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1533ED is #EACC12. Grayscale: #3E3E3E. Windows color (decimal): -15387667 or 15545109. OLE color: 15545109.
HSL color Cylindrical-coordinate representation of color #1533ED: hue angle of 231.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1533ED is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 51 | 237 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.07 |
| HSL | 231.67º | 0.86% | 0.51% | - |
| HSV(B) | 231.67º | 0.91% | 0.93% | - |
| XYZ | 16.78 | 8.64 | 80.9 | - |
| YUV | 63.23 | 226.06 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 237 | 0.91 | 0.78 | 0 | 0.07 | 231.67 | 0.86 | 0.51 |
| Hex | 15 | 33 | ED | 5B | 4E | 0 | 7 | E8 | 56 | 33 |
| Octal | 25 | 63 | 355 | 133 | 116 | 0 | 7 | 350 | 126 | 63 |
| Binary | 10101 | 110011 | 11101101 | 1011011 | 1001110 | 0 | 111 | 11101000 | 1010110 | 110011 |
Color Harmonies of #1533ED
Complementary color
Monochromatic Colors of #1533ED
Black with #1533ED
Text Example
Text Example
White with #1533ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533ED; }
p { color: rgb(21,51,237); }
H1.HeaderClassName
{
color: #1533ED;
}
.AnyTagClassName
{
color: #1533ED;
}
</style>
background-color css
<style>
a { background-color: #1533ED; }
a { background-color: rgb(21,51,237); }
div.DivClassName
{
background-color: #1533ED;
}
.BgClassName
{
background-color: #1533ED;
}
</style>
border-color css
<style>
span { border-color: #1533ED; }
span { border-color: rgb(21,51,237); }
td.TdClassName
{
border-color: #1533ED;
}
.TagClassName
{
border-color: #1533ED;
}
</style>