Shades of Persian Blue #1533C1
Tints of Persian Blue #1533C1
RGB
CMYK
RGB Variations
Color information
#1533C1 (or 0x1533C1) is known color: Persian Blue. HEX triplet: 15, 33 and C1. RGB value is (21,51,193). Sum of RGB (Red+Green+Blue) = 21+51+193=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 193 (75.78% from 255 or 72.83% from 265); Max value from RGB is 193 - color contains mainly: blue. Hex color #1533C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1533C1 is #EACC3E. Grayscale: #393939. Windows color (decimal): -15387711 or 12661525. OLE color: 12661525.
HSL color Cylindrical-coordinate representation of color #1533C1: hue angle of 229.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1533C1 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 51 | 193 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.24 |
| HSL | 229.53º | 0.8% | 0.42% | - |
| HSV(B) | 229.53º | 0.89% | 0.76% | - |
| XYZ | 11.12 | 6.38 | 51.1 | - |
| YUV | 58.22 | 204.06 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 193 | 0.89 | 0.74 | 0 | 0.24 | 229.53 | 0.8 | 0.42 |
| Hex | 15 | 33 | C1 | 59 | 4A | 0 | 18 | E6 | 50 | 2A |
| Octal | 25 | 63 | 301 | 131 | 112 | 0 | 30 | 346 | 120 | 52 |
| Binary | 10101 | 110011 | 11000001 | 1011001 | 1001010 | 0 | 11000 | 11100110 | 1010000 | 101010 |
Color Harmonies of #1533C1
Complementary color
Monochromatic Colors of #1533C1
Black with #1533C1
Text Example
Text Example
White with #1533C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1533C1; }
p { color: rgb(21,51,193); }
H1.HeaderClassName
{
color: #1533C1;
}
.AnyTagClassName
{
color: #1533C1;
}
</style>
background-color css
<style>
a { background-color: #1533C1; }
a { background-color: rgb(21,51,193); }
div.DivClassName
{
background-color: #1533C1;
}
.BgClassName
{
background-color: #1533C1;
}
</style>
border-color css
<style>
span { border-color: #1533C1; }
span { border-color: rgb(21,51,193); }
td.TdClassName
{
border-color: #1533C1;
}
.TagClassName
{
border-color: #1533C1;
}
</style>