Shades of Persian Blue #1546BC
Tints of Persian Blue #1546BC
RGB
CMYK
RGB Variations
Color information
#1546BC (or 0x1546BC) is known color: Persian Blue. HEX triplet: 15, 46 and BC. RGB value is (21,70,188). Sum of RGB (Red+Green+Blue) = 21+70+188=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #1546BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546BC is #EAB943. Grayscale: #444444. Windows color (decimal): -15382852 or 12338709. OLE color: 12338709.
HSL color Cylindrical-coordinate representation of color #1546BC: hue angle of 222.4º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1546BC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 70 | 188 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.26 |
| HSL | 222.4º | 0.8% | 0.41% | - |
| HSV(B) | 222.4º | 0.89% | 0.74% | - |
| XYZ | 11.58 | 8.17 | 48.54 | - |
| YUV | 68.8 | 195.27 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 188 | 0.89 | 0.63 | 0 | 0.26 | 222.4 | 0.8 | 0.41 |
| Hex | 15 | 46 | BC | 59 | 3F | 0 | 1A | DE | 50 | 29 |
| Octal | 25 | 106 | 274 | 131 | 77 | 0 | 32 | 336 | 120 | 51 |
| Binary | 10101 | 1000110 | 10111100 | 1011001 | 111111 | 0 | 11010 | 11011110 | 1010000 | 101001 |
Color Harmonies of #1546BC
Complementary color
Monochromatic Colors of #1546BC
Black with #1546BC
Text Example
Text Example
White with #1546BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546BC; }
p { color: rgb(21,70,188); }
H1.HeaderClassName
{
color: #1546BC;
}
.AnyTagClassName
{
color: #1546BC;
}
</style>
background-color css
<style>
a { background-color: #1546BC; }
a { background-color: rgb(21,70,188); }
div.DivClassName
{
background-color: #1546BC;
}
.BgClassName
{
background-color: #1546BC;
}
</style>
border-color css
<style>
span { border-color: #1546BC; }
span { border-color: rgb(21,70,188); }
td.TdClassName
{
border-color: #1546BC;
}
.TagClassName
{
border-color: #1546BC;
}
</style>