Shades of Persian Blue #1537C1
Tints of Persian Blue #1537C1
RGB
CMYK
RGB Variations
Color information
#1537C1 (or 0x1537C1) is known color: Persian Blue. HEX triplet: 15, 37 and C1. RGB value is (21,55,193). Sum of RGB (Red+Green+Blue) = 21+55+193=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 193 (75.78% from 255 or 71.75% from 269); Max value from RGB is 193 - color contains mainly: blue. Hex color #1537C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537C1 is #EAC83E. Grayscale: #3B3B3B. Windows color (decimal): -15386687 or 12662549. OLE color: 12662549.
HSL color Cylindrical-coordinate representation of color #1537C1: hue angle of 228.14º 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 #1537C1 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 55 | 193 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.24 |
| HSL | 228.14º | 0.8% | 0.42% | - |
| HSV(B) | 228.14º | 0.89% | 0.76% | - |
| XYZ | 11.3 | 6.74 | 51.16 | - |
| YUV | 60.57 | 202.74 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 193 | 0.89 | 0.72 | 0 | 0.24 | 228.14 | 0.8 | 0.42 |
| Hex | 15 | 37 | C1 | 59 | 48 | 0 | 18 | E4 | 50 | 2A |
| Octal | 25 | 67 | 301 | 131 | 110 | 0 | 30 | 344 | 120 | 52 |
| Binary | 10101 | 110111 | 11000001 | 1011001 | 1001000 | 0 | 11000 | 11100100 | 1010000 | 101010 |
Color Harmonies of #1537C1
Complementary color
Monochromatic Colors of #1537C1
Black with #1537C1
Text Example
Text Example
White with #1537C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1537C1; }
p { color: rgb(21,55,193); }
H1.HeaderClassName
{
color: #1537C1;
}
.AnyTagClassName
{
color: #1537C1;
}
</style>
background-color css
<style>
a { background-color: #1537C1; }
a { background-color: rgb(21,55,193); }
div.DivClassName
{
background-color: #1537C1;
}
.BgClassName
{
background-color: #1537C1;
}
</style>
border-color css
<style>
span { border-color: #1537C1; }
span { border-color: rgb(21,55,193); }
td.TdClassName
{
border-color: #1537C1;
}
.TagClassName
{
border-color: #1537C1;
}
</style>