Shades of Persian Blue #1541D0
Tints of Persian Blue #1541D0
RGB
CMYK
RGB Variations
Color information
#1541D0 (or 0x1541D0) is known color: Persian Blue. HEX triplet: 15, 41 and D0. RGB value is (21,65,208). Sum of RGB (Red+Green+Blue) = 21+65+208=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 208 (81.64% from 255 or 70.75% from 294); Max value from RGB is 208 - color contains mainly: blue. Hex color #1541D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541D0 is #EABE2F. Grayscale: #434343. Windows color (decimal): -15384112 or 13648149. OLE color: 13648149.
HSL color Cylindrical-coordinate representation of color #1541D0: hue angle of 225.88º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1541D0 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 65 | 208 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.18 |
| HSL | 225.88º | 0.82% | 0.45% | - |
| HSV(B) | 225.88º | 0.9% | 0.82% | - |
| XYZ | 13.58 | 8.49 | 60.6 | - |
| YUV | 68.15 | 206.92 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 208 | 0.90 | 0.69 | 0 | 0.18 | 225.88 | 0.82 | 0.45 |
| Hex | 15 | 41 | D0 | 5A | 45 | 0 | 12 | E2 | 52 | 2D |
| Octal | 25 | 101 | 320 | 132 | 105 | 0 | 22 | 342 | 122 | 55 |
| Binary | 10101 | 1000001 | 11010000 | 1011010 | 1000101 | 0 | 10010 | 11100010 | 1010010 | 101101 |
Color Harmonies of #1541D0
Complementary color
Monochromatic Colors of #1541D0
Black with #1541D0
Text Example
Text Example
White with #1541D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1541D0; }
p { color: rgb(21,65,208); }
H1.HeaderClassName
{
color: #1541D0;
}
.AnyTagClassName
{
color: #1541D0;
}
</style>
background-color css
<style>
a { background-color: #1541D0; }
a { background-color: rgb(21,65,208); }
div.DivClassName
{
background-color: #1541D0;
}
.BgClassName
{
background-color: #1541D0;
}
</style>
border-color css
<style>
span { border-color: #1541D0; }
span { border-color: rgb(21,65,208); }
td.TdClassName
{
border-color: #1541D0;
}
.TagClassName
{
border-color: #1541D0;
}
</style>