Shades of Persian Blue #1133D6
Tints of Persian Blue #1133D6
RGB
CMYK
RGB Variations
Color information
#1133D6 (or 0x1133D6) is known color: Persian Blue. HEX triplet: 11, 33 and D6. RGB value is (17,51,214). Sum of RGB (Red+Green+Blue) = 17+51+214=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #1133D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1133D6 is #EECC29. Grayscale: #3A3A3A. Windows color (decimal): -15649834 or 14037777. OLE color: 14037777.
HSL color Cylindrical-coordinate representation of color #1133D6: hue angle of 229.64º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1133D6 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 51 | 214 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.16 |
| HSL | 229.64º | 0.85% | 0.45% | - |
| HSV(B) | 229.64º | 0.92% | 0.84% | - |
| XYZ | 13.55 | 7.34 | 64.32 | - |
| YUV | 59.42 | 215.24 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 214 | 0.92 | 0.76 | 0 | 0.16 | 229.64 | 0.85 | 0.45 |
| Hex | 11 | 33 | D6 | 5C | 4C | 0 | 10 | E6 | 55 | 2D |
| Octal | 21 | 63 | 326 | 134 | 114 | 0 | 20 | 346 | 125 | 55 |
| Binary | 10001 | 110011 | 11010110 | 1011100 | 1001100 | 0 | 10000 | 11100110 | 1010101 | 101101 |
Color Harmonies of #1133D6
Complementary color
Monochromatic Colors of #1133D6
Black with #1133D6
Text Example
Text Example
White with #1133D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1133D6; }
p { color: rgb(17,51,214); }
H1.HeaderClassName
{
color: #1133D6;
}
.AnyTagClassName
{
color: #1133D6;
}
</style>
background-color css
<style>
a { background-color: #1133D6; }
a { background-color: rgb(17,51,214); }
div.DivClassName
{
background-color: #1133D6;
}
.BgClassName
{
background-color: #1133D6;
}
</style>
border-color css
<style>
span { border-color: #1133D6; }
span { border-color: rgb(17,51,214); }
td.TdClassName
{
border-color: #1133D6;
}
.TagClassName
{
border-color: #1133D6;
}
</style>