Shades of Persian Blue #1135C2
Tints of Persian Blue #1135C2
RGB
CMYK
RGB Variations
Color information
#1135C2 (or 0x1135C2) is known color: Persian Blue. HEX triplet: 11, 35 and C2. RGB value is (17,53,194). Sum of RGB (Red+Green+Blue) = 17+53+194=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #1135C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1135C2 is #EECA3D. Grayscale: #393939. Windows color (decimal): -15649342 or 12727569. OLE color: 12727569.
HSL color Cylindrical-coordinate representation of color #1135C2: hue angle of 227.8º 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 #1135C2 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 53 | 194 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.24 |
| HSL | 227.8º | 0.84% | 0.41% | - |
| HSV(B) | 227.8º | 0.91% | 0.76% | - |
| XYZ | 11.24 | 6.56 | 51.71 | - |
| YUV | 58.31 | 204.57 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 194 | 0.91 | 0.73 | 0 | 0.24 | 227.8 | 0.84 | 0.41 |
| Hex | 11 | 35 | C2 | 5B | 49 | 0 | 18 | E4 | 54 | 29 |
| Octal | 21 | 65 | 302 | 133 | 111 | 0 | 30 | 344 | 124 | 51 |
| Binary | 10001 | 110101 | 11000010 | 1011011 | 1001001 | 0 | 11000 | 11100100 | 1010100 | 101001 |
Color Harmonies of #1135C2
Complementary color
Monochromatic Colors of #1135C2
Black with #1135C2
Text Example
Text Example
White with #1135C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1135C2; }
p { color: rgb(17,53,194); }
H1.HeaderClassName
{
color: #1135C2;
}
.AnyTagClassName
{
color: #1135C2;
}
</style>
background-color css
<style>
a { background-color: #1135C2; }
a { background-color: rgb(17,53,194); }
div.DivClassName
{
background-color: #1135C2;
}
.BgClassName
{
background-color: #1135C2;
}
</style>
border-color css
<style>
span { border-color: #1135C2; }
span { border-color: rgb(17,53,194); }
td.TdClassName
{
border-color: #1135C2;
}
.TagClassName
{
border-color: #1135C2;
}
</style>