Shades of Persian Blue #1518BB
Tints of Persian Blue #1518BB
RGB
CMYK
RGB Variations
Color information
#1518BB (or 0x1518BB) is known color: Persian Blue. HEX triplet: 15, 18 and BB. RGB value is (21,24,187). Sum of RGB (Red+Green+Blue) = 21+24+187=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #1518BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518BB is #EAE744. Grayscale: #292929. Windows color (decimal): -15394629 or 12261397. OLE color: 12261397.
HSL color Cylindrical-coordinate representation of color #1518BB: hue angle of 238.92º 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 #1518BB is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 24 | 187 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.27 |
| HSL | 238.92º | 0.8% | 0.41% | - |
| HSV(B) | 238.92º | 0.89% | 0.73% | - |
| XYZ | 9.61 | 4.4 | 47.36 | - |
| YUV | 41.69 | 210.01 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 187 | 0.89 | 0.87 | 0 | 0.27 | 238.92 | 0.8 | 0.41 |
| Hex | 15 | 18 | BB | 59 | 57 | 0 | 1B | EF | 50 | 29 |
| Octal | 25 | 30 | 273 | 131 | 127 | 0 | 33 | 357 | 120 | 51 |
| Binary | 10101 | 11000 | 10111011 | 1011001 | 1010111 | 0 | 11011 | 11101111 | 1010000 | 101001 |
Color Harmonies of #1518BB
Complementary color
Monochromatic Colors of #1518BB
Black with #1518BB
Text Example
Text Example
White with #1518BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1518BB; }
p { color: rgb(21,24,187); }
H1.HeaderClassName
{
color: #1518BB;
}
.AnyTagClassName
{
color: #1518BB;
}
</style>
background-color css
<style>
a { background-color: #1518BB; }
a { background-color: rgb(21,24,187); }
div.DivClassName
{
background-color: #1518BB;
}
.BgClassName
{
background-color: #1518BB;
}
</style>
border-color css
<style>
span { border-color: #1518BB; }
span { border-color: rgb(21,24,187); }
td.TdClassName
{
border-color: #1518BB;
}
.TagClassName
{
border-color: #1518BB;
}
</style>