Shades of Persian Blue #1546BA
Tints of Persian Blue #1546BA
RGB
CMYK
RGB Variations
Color information
#1546BA (or 0x1546BA) is known color: Persian Blue. HEX triplet: 15, 46 and BA. RGB value is (21,70,186). Sum of RGB (Red+Green+Blue) = 21+70+186=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #1546BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546BA is #EAB945. Grayscale: #444444. Windows color (decimal): -15382854 or 12207637. OLE color: 12207637.
HSL color Cylindrical-coordinate representation of color #1546BA: hue angle of 222.18º 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 #1546BA is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 70 | 186 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.27 |
| HSL | 222.18º | 0.8% | 0.41% | - |
| HSV(B) | 222.18º | 0.89% | 0.73% | - |
| XYZ | 11.36 | 8.08 | 47.42 | - |
| YUV | 68.57 | 194.27 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 186 | 0.89 | 0.62 | 0 | 0.27 | 222.18 | 0.8 | 0.41 |
| Hex | 15 | 46 | BA | 59 | 3E | 0 | 1B | DE | 50 | 29 |
| Octal | 25 | 106 | 272 | 131 | 76 | 0 | 33 | 336 | 120 | 51 |
| Binary | 10101 | 1000110 | 10111010 | 1011001 | 111110 | 0 | 11011 | 11011110 | 1010000 | 101001 |
Color Harmonies of #1546BA
Complementary color
Monochromatic Colors of #1546BA
Black with #1546BA
Text Example
Text Example
White with #1546BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546BA; }
p { color: rgb(21,70,186); }
H1.HeaderClassName
{
color: #1546BA;
}
.AnyTagClassName
{
color: #1546BA;
}
</style>
background-color css
<style>
a { background-color: #1546BA; }
a { background-color: rgb(21,70,186); }
div.DivClassName
{
background-color: #1546BA;
}
.BgClassName
{
background-color: #1546BA;
}
</style>
border-color css
<style>
span { border-color: #1546BA; }
span { border-color: rgb(21,70,186); }
td.TdClassName
{
border-color: #1546BA;
}
.TagClassName
{
border-color: #1546BA;
}
</style>