Shades of Persian Blue #1131C2
Tints of Persian Blue #1131C2
RGB
CMYK
RGB Variations
Color information
#1131C2 (or 0x1131C2) is known color: Persian Blue. HEX triplet: 11, 31 and C2. RGB value is (17,49,194). Sum of RGB (Red+Green+Blue) = 17+49+194=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 194 (76.17% from 255 or 74.62% from 260); Max value from RGB is 194 - color contains mainly: blue. Hex color #1131C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1131C2 is #EECE3D. Grayscale: #373737. Windows color (decimal): -15650366 or 12726545. OLE color: 12726545.
HSL color Cylindrical-coordinate representation of color #1131C2: hue angle of 229.15º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1131C2 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 49 | 194 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.24 |
| HSL | 229.15º | 0.84% | 0.41% | - |
| HSV(B) | 229.15º | 0.91% | 0.76% | - |
| XYZ | 11.07 | 6.21 | 51.65 | - |
| YUV | 55.96 | 205.9 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 194 | 0.91 | 0.75 | 0 | 0.24 | 229.15 | 0.84 | 0.41 |
| Hex | 11 | 31 | C2 | 5B | 4B | 0 | 18 | E5 | 54 | 29 |
| Octal | 21 | 61 | 302 | 133 | 113 | 0 | 30 | 345 | 124 | 51 |
| Binary | 10001 | 110001 | 11000010 | 1011011 | 1001011 | 0 | 11000 | 11100101 | 1010100 | 101001 |
Color Harmonies of #1131C2
Complementary color
Monochromatic Colors of #1131C2
Black with #1131C2
Text Example
Text Example
White with #1131C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1131C2; }
p { color: rgb(17,49,194); }
H1.HeaderClassName
{
color: #1131C2;
}
.AnyTagClassName
{
color: #1131C2;
}
</style>
background-color css
<style>
a { background-color: #1131C2; }
a { background-color: rgb(17,49,194); }
div.DivClassName
{
background-color: #1131C2;
}
.BgClassName
{
background-color: #1131C2;
}
</style>
border-color css
<style>
span { border-color: #1131C2; }
span { border-color: rgb(17,49,194); }
td.TdClassName
{
border-color: #1131C2;
}
.TagClassName
{
border-color: #1131C2;
}
</style>