Shades of Persian Blue #1533CF
Tints of Persian Blue #1533CF
RGB
CMYK
RGB Variations
Color information
#1533CF (or 0x1533CF) is known color: Persian Blue. HEX triplet: 15, 33 and CF. RGB value is (21,51,207). Sum of RGB (Red+Green+Blue) = 21+51+207=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #1533CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533CF is #EACC30. Grayscale: #3B3B3B. Windows color (decimal): -15387697 or 13579029. OLE color: 13579029.
HSL color Cylindrical-coordinate representation of color #1533CF: hue angle of 230.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1533CF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 51 | 207 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.19 |
| HSL | 230.32º | 0.82% | 0.45% | - |
| HSV(B) | 230.32º | 0.9% | 0.81% | - |
| XYZ | 12.76 | 7.03 | 59.72 | - |
| YUV | 59.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 207 | 0.90 | 0.75 | 0 | 0.19 | 230.32 | 0.82 | 0.45 |
| Hex | 15 | 33 | CF | 5A | 4B | 0 | 13 | E6 | 52 | 2D |
| Octal | 25 | 63 | 317 | 132 | 113 | 0 | 23 | 346 | 122 | 55 |
| Binary | 10101 | 110011 | 11001111 | 1011010 | 1001011 | 0 | 10011 | 11100110 | 1010010 | 101101 |
Color Harmonies of #1533CF
Complementary color
Monochromatic Colors of #1533CF
Black with #1533CF
Text Example
Text Example
White with #1533CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533CF; }
p { color: rgb(21,51,207); }
H1.HeaderClassName
{
color: #1533CF;
}
.AnyTagClassName
{
color: #1533CF;
}
</style>
background-color css
<style>
a { background-color: #1533CF; }
a { background-color: rgb(21,51,207); }
div.DivClassName
{
background-color: #1533CF;
}
.BgClassName
{
background-color: #1533CF;
}
</style>
border-color css
<style>
span { border-color: #1533CF; }
span { border-color: rgb(21,51,207); }
td.TdClassName
{
border-color: #1533CF;
}
.TagClassName
{
border-color: #1533CF;
}
</style>