Shades of Persian Blue #1546DA
Tints of Persian Blue #1546DA
RGB
CMYK
RGB Variations
Color information
#1546DA (or 0x1546DA) is known color: Persian Blue. HEX triplet: 15, 46 and DA. RGB value is (21,70,218). Sum of RGB (Red+Green+Blue) = 21+70+218=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #1546DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1546DA is #EAB925. Grayscale: #474747. Windows color (decimal): -15382822 or 14304789. OLE color: 14304789.
HSL color Cylindrical-coordinate representation of color #1546DA: hue angle of 225.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1546DA is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 70 | 218 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.15 |
| HSL | 225.08º | 0.82% | 0.47% | - |
| HSV(B) | 225.08º | 0.9% | 0.85% | - |
| XYZ | 15.15 | 9.6 | 67.38 | - |
| YUV | 72.22 | 210.27 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 218 | 0.90 | 0.68 | 0 | 0.15 | 225.08 | 0.82 | 0.47 |
| Hex | 15 | 46 | DA | 5A | 44 | 0 | F | E1 | 52 | 2F |
| Octal | 25 | 106 | 332 | 132 | 104 | 0 | 17 | 341 | 122 | 57 |
| Binary | 10101 | 1000110 | 11011010 | 1011010 | 1000100 | 0 | 1111 | 11100001 | 1010010 | 101111 |
Color Harmonies of #1546DA
Complementary color
Monochromatic Colors of #1546DA
Black with #1546DA
Text Example
Text Example
White with #1546DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546DA; }
p { color: rgb(21,70,218); }
H1.HeaderClassName
{
color: #1546DA;
}
.AnyTagClassName
{
color: #1546DA;
}
</style>
background-color css
<style>
a { background-color: #1546DA; }
a { background-color: rgb(21,70,218); }
div.DivClassName
{
background-color: #1546DA;
}
.BgClassName
{
background-color: #1546DA;
}
</style>
border-color css
<style>
span { border-color: #1546DA; }
span { border-color: rgb(21,70,218); }
td.TdClassName
{
border-color: #1546DA;
}
.TagClassName
{
border-color: #1546DA;
}
</style>