Shades of Persian Blue #1141DA
Tints of Persian Blue #1141DA
RGB
CMYK
RGB Variations
Color information
#1141DA (or 0x1141DA) is known color: Persian Blue. HEX triplet: 11, 41 and DA. RGB value is (17,65,218). Sum of RGB (Red+Green+Blue) = 17+65+218=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #1141DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1141DA is #EEBE25. Grayscale: #434343. Windows color (decimal): -15646246 or 14303505. OLE color: 14303505.
HSL color Cylindrical-coordinate representation of color #1141DA: hue angle of 225.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1141DA is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 65 | 218 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.15 |
| HSL | 225.67º | 0.86% | 0.46% | - |
| HSV(B) | 225.67º | 0.92% | 0.85% | - |
| XYZ | 14.78 | 8.96 | 67.28 | - |
| YUV | 68.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 218 | 0.92 | 0.70 | 0 | 0.15 | 225.67 | 0.86 | 0.46 |
| Hex | 11 | 41 | DA | 5C | 46 | 0 | F | E2 | 56 | 2E |
| Octal | 21 | 101 | 332 | 134 | 106 | 0 | 17 | 342 | 126 | 56 |
| Binary | 10001 | 1000001 | 11011010 | 1011100 | 1000110 | 0 | 1111 | 11100010 | 1010110 | 101110 |
Color Harmonies of #1141DA
Complementary color
Monochromatic Colors of #1141DA
Black with #1141DA
Text Example
Text Example
White with #1141DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141DA; }
p { color: rgb(17,65,218); }
H1.HeaderClassName
{
color: #1141DA;
}
.AnyTagClassName
{
color: #1141DA;
}
</style>
background-color css
<style>
a { background-color: #1141DA; }
a { background-color: rgb(17,65,218); }
div.DivClassName
{
background-color: #1141DA;
}
.BgClassName
{
background-color: #1141DA;
}
</style>
border-color css
<style>
span { border-color: #1141DA; }
span { border-color: rgb(17,65,218); }
td.TdClassName
{
border-color: #1141DA;
}
.TagClassName
{
border-color: #1141DA;
}
</style>