Shades of Persian Blue #1542DF
Tints of Persian Blue #1542DF
RGB
CMYK
RGB Variations
Color information
#1542DF (or 0x1542DF) is known color: Persian Blue. HEX triplet: 15, 42 and DF. RGB value is (21,66,223). Sum of RGB (Red+Green+Blue) = 21+66+223=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #1542DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1542DF is #EABD20. Grayscale: #454545. Windows color (decimal): -15383841 or 14631445. OLE color: 14631445.
HSL color Cylindrical-coordinate representation of color #1542DF: hue angle of 226.63º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1542DF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 66 | 223 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.13 |
| HSL | 226.63º | 0.83% | 0.48% | - |
| HSV(B) | 226.63º | 0.91% | 0.87% | - |
| XYZ | 15.58 | 9.38 | 70.8 | - |
| YUV | 70.44 | 214.09 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 223 | 0.91 | 0.70 | 0 | 0.13 | 226.63 | 0.83 | 0.48 |
| Hex | 15 | 42 | DF | 5B | 46 | 0 | D | E3 | 53 | 30 |
| Octal | 25 | 102 | 337 | 133 | 106 | 0 | 15 | 343 | 123 | 60 |
| Binary | 10101 | 1000010 | 11011111 | 1011011 | 1000110 | 0 | 1101 | 11100011 | 1010011 | 110000 |
Color Harmonies of #1542DF
Complementary color
Monochromatic Colors of #1542DF
Black with #1542DF
Text Example
Text Example
White with #1542DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1542DF; }
p { color: rgb(21,66,223); }
H1.HeaderClassName
{
color: #1542DF;
}
.AnyTagClassName
{
color: #1542DF;
}
</style>
background-color css
<style>
a { background-color: #1542DF; }
a { background-color: rgb(21,66,223); }
div.DivClassName
{
background-color: #1542DF;
}
.BgClassName
{
background-color: #1542DF;
}
</style>
border-color css
<style>
span { border-color: #1542DF; }
span { border-color: rgb(21,66,223); }
td.TdClassName
{
border-color: #1542DF;
}
.TagClassName
{
border-color: #1542DF;
}
</style>