Shades of Persian Blue #1542D7
Tints of Persian Blue #1542D7
RGB
CMYK
RGB Variations
Color information
#1542D7 (or 0x1542D7) is known color: Persian Blue. HEX triplet: 15, 42 and D7. RGB value is (21,66,215). Sum of RGB (Red+Green+Blue) = 21+66+215=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 215 (84.38% from 255 or 71.19% from 302); Max value from RGB is 215 - color contains mainly: blue. Hex color #1542D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1542D7 is #EABD28. Grayscale: #444444. Windows color (decimal): -15383849 or 14107157. OLE color: 14107157.
HSL color Cylindrical-coordinate representation of color #1542D7: hue angle of 226.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1542D7 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 66 | 215 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.16 |
| HSL | 226.08º | 0.82% | 0.46% | - |
| HSV(B) | 226.08º | 0.9% | 0.84% | - |
| XYZ | 14.52 | 8.96 | 65.25 | - |
| YUV | 69.53 | 210.09 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 215 | 0.90 | 0.69 | 0 | 0.16 | 226.08 | 0.82 | 0.46 |
| Hex | 15 | 42 | D7 | 5A | 45 | 0 | 10 | E2 | 52 | 2E |
| Octal | 25 | 102 | 327 | 132 | 105 | 0 | 20 | 342 | 122 | 56 |
| Binary | 10101 | 1000010 | 11010111 | 1011010 | 1000101 | 0 | 10000 | 11100010 | 1010010 | 101110 |
Color Harmonies of #1542D7
Complementary color
Monochromatic Colors of #1542D7
Black with #1542D7
Text Example
Text Example
White with #1542D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1542D7; }
p { color: rgb(21,66,215); }
H1.HeaderClassName
{
color: #1542D7;
}
.AnyTagClassName
{
color: #1542D7;
}
</style>
background-color css
<style>
a { background-color: #1542D7; }
a { background-color: rgb(21,66,215); }
div.DivClassName
{
background-color: #1542D7;
}
.BgClassName
{
background-color: #1542D7;
}
</style>
border-color css
<style>
span { border-color: #1542D7; }
span { border-color: rgb(21,66,215); }
td.TdClassName
{
border-color: #1542D7;
}
.TagClassName
{
border-color: #1542D7;
}
</style>