Shades of Persian Blue #1546B7
Tints of Persian Blue #1546B7
RGB
CMYK
RGB Variations
Color information
#1546B7 (or 0x1546B7) is known color: Persian Blue. HEX triplet: 15, 46 and B7. RGB value is (21,70,183). Sum of RGB (Red+Green+Blue) = 21+70+183=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 183 (71.88% from 255 or 66.79% from 274); Max value from RGB is 183 - color contains mainly: blue. Hex color #1546B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546B7 is #EAB948. Grayscale: #434343. Windows color (decimal): -15382857 or 12011029. OLE color: 12011029.
HSL color Cylindrical-coordinate representation of color #1546B7: hue angle of 221.85º 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 #1546B7 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 70 | 183 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.28 |
| HSL | 221.85º | 0.79% | 0.4% | - |
| HSV(B) | 221.85º | 0.89% | 0.72% | - |
| XYZ | 11.05 | 7.96 | 45.75 | - |
| YUV | 68.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 183 | 0.89 | 0.62 | 0 | 0.28 | 221.85 | 0.79 | 0.4 |
| Hex | 15 | 46 | B7 | 59 | 3E | 0 | 1C | DE | 4F | 28 |
| Octal | 25 | 106 | 267 | 131 | 76 | 0 | 34 | 336 | 117 | 50 |
| Binary | 10101 | 1000110 | 10110111 | 1011001 | 111110 | 0 | 11100 | 11011110 | 1001111 | 101000 |
Color Harmonies of #1546B7
Complementary color
Monochromatic Colors of #1546B7
Black with #1546B7
Text Example
Text Example
White with #1546B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546B7; }
p { color: rgb(21,70,183); }
H1.HeaderClassName
{
color: #1546B7;
}
.AnyTagClassName
{
color: #1546B7;
}
</style>
background-color css
<style>
a { background-color: #1546B7; }
a { background-color: rgb(21,70,183); }
div.DivClassName
{
background-color: #1546B7;
}
.BgClassName
{
background-color: #1546B7;
}
</style>
border-color css
<style>
span { border-color: #1546B7; }
span { border-color: rgb(21,70,183); }
td.TdClassName
{
border-color: #1546B7;
}
.TagClassName
{
border-color: #1546B7;
}
</style>