Shades of Persian Blue #1536B7
Tints of Persian Blue #1536B7
RGB
CMYK
RGB Variations
Color information
#1536B7 (or 0x1536B7) is known color: Persian Blue. HEX triplet: 15, 36 and B7. RGB value is (21,54,183). Sum of RGB (Red+Green+Blue) = 21+54+183=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #1536B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1536B7 is #EAC948. Grayscale: #3A3A3A. Windows color (decimal): -15386953 or 12006933. OLE color: 12006933.
HSL color Cylindrical-coordinate representation of color #1536B7: hue angle of 227.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1536B7 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 54 | 183 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.28 |
| HSL | 227.78º | 0.79% | 0.4% | - |
| HSV(B) | 227.78º | 0.89% | 0.72% | - |
| XYZ | 10.18 | 6.22 | 45.46 | - |
| YUV | 58.84 | 198.07 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 183 | 0.89 | 0.70 | 0 | 0.28 | 227.78 | 0.79 | 0.4 |
| Hex | 15 | 36 | B7 | 59 | 46 | 0 | 1C | E4 | 4F | 28 |
| Octal | 25 | 66 | 267 | 131 | 106 | 0 | 34 | 344 | 117 | 50 |
| Binary | 10101 | 110110 | 10110111 | 1011001 | 1000110 | 0 | 11100 | 11100100 | 1001111 | 101000 |
Color Harmonies of #1536B7
Complementary color
Monochromatic Colors of #1536B7
Black with #1536B7
Text Example
Text Example
White with #1536B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1536B7; }
p { color: rgb(21,54,183); }
H1.HeaderClassName
{
color: #1536B7;
}
.AnyTagClassName
{
color: #1536B7;
}
</style>
background-color css
<style>
a { background-color: #1536B7; }
a { background-color: rgb(21,54,183); }
div.DivClassName
{
background-color: #1536B7;
}
.BgClassName
{
background-color: #1536B7;
}
</style>
border-color css
<style>
span { border-color: #1536B7; }
span { border-color: rgb(21,54,183); }
td.TdClassName
{
border-color: #1536B7;
}
.TagClassName
{
border-color: #1536B7;
}
</style>