Shades of Persian Blue #1131DA
Tints of Persian Blue #1131DA
RGB
CMYK
RGB Variations
Color information
#1131DA (or 0x1131DA) is known color: Persian Blue. HEX triplet: 11, 31 and DA. RGB value is (17,49,218). Sum of RGB (Red+Green+Blue) = 17+49+218=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #1131DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1131DA is #EECE25. Grayscale: #393939. Windows color (decimal): -15650342 or 14299409. OLE color: 14299409.
HSL color Cylindrical-coordinate representation of color #1131DA: hue angle of 230.45º 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 #1131DA is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 49 | 218 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.15 |
| HSL | 230.45º | 0.86% | 0.46% | - |
| HSV(B) | 230.45º | 0.92% | 0.85% | - |
| XYZ | 13.98 | 7.38 | 67.02 | - |
| YUV | 58.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 218 | 0.92 | 0.78 | 0 | 0.15 | 230.45 | 0.86 | 0.46 |
| Hex | 11 | 31 | DA | 5C | 4E | 0 | F | E6 | 56 | 2E |
| Octal | 21 | 61 | 332 | 134 | 116 | 0 | 17 | 346 | 126 | 56 |
| Binary | 10001 | 110001 | 11011010 | 1011100 | 1001110 | 0 | 1111 | 11100110 | 1010110 | 101110 |
Color Harmonies of #1131DA
Complementary color
Monochromatic Colors of #1131DA
Black with #1131DA
Text Example
Text Example
White with #1131DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1131DA; }
p { color: rgb(17,49,218); }
H1.HeaderClassName
{
color: #1131DA;
}
.AnyTagClassName
{
color: #1131DA;
}
</style>
background-color css
<style>
a { background-color: #1131DA; }
a { background-color: rgb(17,49,218); }
div.DivClassName
{
background-color: #1131DA;
}
.BgClassName
{
background-color: #1131DA;
}
</style>
border-color css
<style>
span { border-color: #1131DA; }
span { border-color: rgb(17,49,218); }
td.TdClassName
{
border-color: #1131DA;
}
.TagClassName
{
border-color: #1131DA;
}
</style>