Shades of Persian Blue #1537B6
Tints of Persian Blue #1537B6
RGB
CMYK
RGB Variations
Color information
#1537B6 (or 0x1537B6) is known color: Persian Blue. HEX triplet: 15, 37 and B6. RGB value is (21,55,182). Sum of RGB (Red+Green+Blue) = 21+55+182=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #1537B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537B6 is #EAC849. Grayscale: #3A3A3A. Windows color (decimal): -15386698 or 11941653. OLE color: 11941653.
HSL color Cylindrical-coordinate representation of color #1537B6: hue angle of 227.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1537B6 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 55 | 182 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.29 |
| HSL | 227.33º | 0.79% | 0.4% | - |
| HSV(B) | 227.33º | 0.88% | 0.71% | - |
| XYZ | 10.12 | 6.27 | 44.93 | - |
| YUV | 59.31 | 197.24 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 182 | 0.88 | 0.70 | 0 | 0.29 | 227.33 | 0.79 | 0.4 |
| Hex | 15 | 37 | B6 | 58 | 46 | 0 | 1D | E3 | 4F | 28 |
| Octal | 25 | 67 | 266 | 130 | 106 | 0 | 35 | 343 | 117 | 50 |
| Binary | 10101 | 110111 | 10110110 | 1011000 | 1000110 | 0 | 11101 | 11100011 | 1001111 | 101000 |
Color Harmonies of #1537B6
Complementary color
Monochromatic Colors of #1537B6
Black with #1537B6
Text Example
Text Example
White with #1537B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1537B6; }
p { color: rgb(21,55,182); }
H1.HeaderClassName
{
color: #1537B6;
}
.AnyTagClassName
{
color: #1537B6;
}
</style>
background-color css
<style>
a { background-color: #1537B6; }
a { background-color: rgb(21,55,182); }
div.DivClassName
{
background-color: #1537B6;
}
.BgClassName
{
background-color: #1537B6;
}
</style>
border-color css
<style>
span { border-color: #1537B6; }
span { border-color: rgb(21,55,182); }
td.TdClassName
{
border-color: #1537B6;
}
.TagClassName
{
border-color: #1537B6;
}
</style>