Shades of Persian Blue #1541DC
Tints of Persian Blue #1541DC
RGB
CMYK
RGB Variations
Color information
#1541DC (or 0x1541DC) is known color: Persian Blue. HEX triplet: 15, 41 and DC. RGB value is (21,65,220). Sum of RGB (Red+Green+Blue) = 21+65+220=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #1541DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541DC is #EABE23. Grayscale: #444444. Windows color (decimal): -15384100 or 14434581. OLE color: 14434581.
HSL color Cylindrical-coordinate representation of color #1541DC: hue angle of 226.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1541DC is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 65 | 220 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.14 |
| HSL | 226.73º | 0.83% | 0.47% | - |
| HSV(B) | 226.73º | 0.9% | 0.86% | - |
| XYZ | 15.12 | 9.11 | 68.67 | - |
| YUV | 69.51 | 212.92 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 220 | 0.90 | 0.70 | 0 | 0.14 | 226.73 | 0.83 | 0.47 |
| Hex | 15 | 41 | DC | 5A | 46 | 0 | E | E3 | 53 | 2F |
| Octal | 25 | 101 | 334 | 132 | 106 | 0 | 16 | 343 | 123 | 57 |
| Binary | 10101 | 1000001 | 11011100 | 1011010 | 1000110 | 0 | 1110 | 11100011 | 1010011 | 101111 |
Color Harmonies of #1541DC
Complementary color
Monochromatic Colors of #1541DC
Black with #1541DC
Text Example
Text Example
White with #1541DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1541DC; }
p { color: rgb(21,65,220); }
H1.HeaderClassName
{
color: #1541DC;
}
.AnyTagClassName
{
color: #1541DC;
}
</style>
background-color css
<style>
a { background-color: #1541DC; }
a { background-color: rgb(21,65,220); }
div.DivClassName
{
background-color: #1541DC;
}
.BgClassName
{
background-color: #1541DC;
}
</style>
border-color css
<style>
span { border-color: #1541DC; }
span { border-color: rgb(21,65,220); }
td.TdClassName
{
border-color: #1541DC;
}
.TagClassName
{
border-color: #1541DC;
}
</style>