Shades of Persian Blue #1541DF
Tints of Persian Blue #1541DF
RGB
CMYK
RGB Variations
Color information
#1541DF (or 0x1541DF) is known color: Persian Blue. HEX triplet: 15, 41 and DF. RGB value is (21,65,223). Sum of RGB (Red+Green+Blue) = 21+65+223=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #1541DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541DF is #EABE20. Grayscale: #454545. Windows color (decimal): -15384097 or 14631189. OLE color: 14631189.
HSL color Cylindrical-coordinate representation of color #1541DF: hue angle of 226.93º 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 #1541DF is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 65 | 223 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.13 |
| HSL | 226.93º | 0.83% | 0.48% | - |
| HSV(B) | 226.93º | 0.91% | 0.87% | - |
| XYZ | 15.52 | 9.27 | 70.78 | - |
| YUV | 69.86 | 214.42 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 223 | 0.91 | 0.71 | 0 | 0.13 | 226.93 | 0.83 | 0.48 |
| Hex | 15 | 41 | DF | 5B | 47 | 0 | D | E3 | 53 | 30 |
| Octal | 25 | 101 | 337 | 133 | 107 | 0 | 15 | 343 | 123 | 60 |
| Binary | 10101 | 1000001 | 11011111 | 1011011 | 1000111 | 0 | 1101 | 11100011 | 1010011 | 110000 |
Color Harmonies of #1541DF
Complementary color
Monochromatic Colors of #1541DF
Black with #1541DF
Text Example
Text Example
White with #1541DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1541DF; }
p { color: rgb(21,65,223); }
H1.HeaderClassName
{
color: #1541DF;
}
.AnyTagClassName
{
color: #1541DF;
}
</style>
background-color css
<style>
a { background-color: #1541DF; }
a { background-color: rgb(21,65,223); }
div.DivClassName
{
background-color: #1541DF;
}
.BgClassName
{
background-color: #1541DF;
}
</style>
border-color css
<style>
span { border-color: #1541DF; }
span { border-color: rgb(21,65,223); }
td.TdClassName
{
border-color: #1541DF;
}
.TagClassName
{
border-color: #1541DF;
}
</style>