Shades of Persian Blue #1546D8
Tints of Persian Blue #1546D8
RGB
CMYK
RGB Variations
Color information
#1546D8 (or 0x1546D8) is known color: Persian Blue. HEX triplet: 15, 46 and D8. RGB value is (21,70,216). Sum of RGB (Red+Green+Blue) = 21+70+216=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 216 (84.77% from 255 or 70.36% from 307); Max value from RGB is 216 - color contains mainly: blue. Hex color #1546D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546D8 is #EAB927. Grayscale: #474747. Windows color (decimal): -15382824 or 14173717. OLE color: 14173717.
HSL color Cylindrical-coordinate representation of color #1546D8: hue angle of 224.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1546D8 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 70 | 216 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.15 |
| HSL | 224.92º | 0.82% | 0.46% | - |
| HSV(B) | 224.92º | 0.9% | 0.85% | - |
| XYZ | 14.89 | 9.5 | 66.01 | - |
| YUV | 71.99 | 209.27 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 216 | 0.90 | 0.68 | 0 | 0.15 | 224.92 | 0.82 | 0.46 |
| Hex | 15 | 46 | D8 | 5A | 44 | 0 | F | E1 | 52 | 2E |
| Octal | 25 | 106 | 330 | 132 | 104 | 0 | 17 | 341 | 122 | 56 |
| Binary | 10101 | 1000110 | 11011000 | 1011010 | 1000100 | 0 | 1111 | 11100001 | 1010010 | 101110 |
Color Harmonies of #1546D8
Complementary color
Monochromatic Colors of #1546D8
Black with #1546D8
Text Example
Text Example
White with #1546D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546D8; }
p { color: rgb(21,70,216); }
H1.HeaderClassName
{
color: #1546D8;
}
.AnyTagClassName
{
color: #1546D8;
}
</style>
background-color css
<style>
a { background-color: #1546D8; }
a { background-color: rgb(21,70,216); }
div.DivClassName
{
background-color: #1546D8;
}
.BgClassName
{
background-color: #1546D8;
}
</style>
border-color css
<style>
span { border-color: #1546D8; }
span { border-color: rgb(21,70,216); }
td.TdClassName
{
border-color: #1546D8;
}
.TagClassName
{
border-color: #1546D8;
}
</style>