Shades of Persian Blue #1538BA
Tints of Persian Blue #1538BA
RGB
CMYK
RGB Variations
Color information
#1538BA (or 0x1538BA) is known color: Persian Blue. HEX triplet: 15, 38 and BA. RGB value is (21,56,186). Sum of RGB (Red+Green+Blue) = 21+56+186=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #1538BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538BA is #EAC745. Grayscale: #3B3B3B. Windows color (decimal): -15386438 or 12204053. OLE color: 12204053.
HSL color Cylindrical-coordinate representation of color #1538BA: hue angle of 227.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1538BA is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 56 | 186 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.27 |
| HSL | 227.27º | 0.8% | 0.41% | - |
| HSV(B) | 227.27º | 0.89% | 0.73% | - |
| XYZ | 10.59 | 6.53 | 47.16 | - |
| YUV | 60.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 186 | 0.89 | 0.70 | 0 | 0.27 | 227.27 | 0.8 | 0.41 |
| Hex | 15 | 38 | BA | 59 | 46 | 0 | 1B | E3 | 50 | 29 |
| Octal | 25 | 70 | 272 | 131 | 106 | 0 | 33 | 343 | 120 | 51 |
| Binary | 10101 | 111000 | 10111010 | 1011001 | 1000110 | 0 | 11011 | 11100011 | 1010000 | 101001 |
Color Harmonies of #1538BA
Complementary color
Monochromatic Colors of #1538BA
Black with #1538BA
Text Example
Text Example
White with #1538BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1538BA; }
p { color: rgb(21,56,186); }
H1.HeaderClassName
{
color: #1538BA;
}
.AnyTagClassName
{
color: #1538BA;
}
</style>
background-color css
<style>
a { background-color: #1538BA; }
a { background-color: rgb(21,56,186); }
div.DivClassName
{
background-color: #1538BA;
}
.BgClassName
{
background-color: #1538BA;
}
</style>
border-color css
<style>
span { border-color: #1538BA; }
span { border-color: rgb(21,56,186); }
td.TdClassName
{
border-color: #1538BA;
}
.TagClassName
{
border-color: #1538BA;
}
</style>