Shades of Persian Blue #1536C2
Tints of Persian Blue #1536C2
RGB
CMYK
RGB Variations
Color information
#1536C2 (or 0x1536C2) is known color: Persian Blue. HEX triplet: 15, 36 and C2. RGB value is (21,54,194). Sum of RGB (Red+Green+Blue) = 21+54+194=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 194 (76.17% from 255 or 72.12% from 269); Max value from RGB is 194 - color contains mainly: blue. Hex color #1536C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536C2 is #EAC93D. Grayscale: #3B3B3B. Windows color (decimal): -15386942 or 12727829. OLE color: 12727829.
HSL color Cylindrical-coordinate representation of color #1536C2: hue angle of 228.55º 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 #1536C2 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 54 | 194 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.24 |
| HSL | 228.55º | 0.8% | 0.42% | - |
| HSV(B) | 228.55º | 0.89% | 0.76% | - |
| XYZ | 11.37 | 6.69 | 51.73 | - |
| YUV | 60.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 194 | 0.89 | 0.72 | 0 | 0.24 | 228.55 | 0.8 | 0.42 |
| Hex | 15 | 36 | C2 | 59 | 48 | 0 | 18 | E5 | 50 | 2A |
| Octal | 25 | 66 | 302 | 131 | 110 | 0 | 30 | 345 | 120 | 52 |
| Binary | 10101 | 110110 | 11000010 | 1011001 | 1001000 | 0 | 11000 | 11100101 | 1010000 | 101010 |
Color Harmonies of #1536C2
Complementary color
Monochromatic Colors of #1536C2
Black with #1536C2
Text Example
Text Example
White with #1536C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536C2; }
p { color: rgb(21,54,194); }
H1.HeaderClassName
{
color: #1536C2;
}
.AnyTagClassName
{
color: #1536C2;
}
</style>
background-color css
<style>
a { background-color: #1536C2; }
a { background-color: rgb(21,54,194); }
div.DivClassName
{
background-color: #1536C2;
}
.BgClassName
{
background-color: #1536C2;
}
</style>
border-color css
<style>
span { border-color: #1536C2; }
span { border-color: rgb(21,54,194); }
td.TdClassName
{
border-color: #1536C2;
}
.TagClassName
{
border-color: #1536C2;
}
</style>