Shades of Persian Blue #1136EB
Tints of Persian Blue #1136EB
RGB
CMYK
RGB Variations
Color information
#1136EB (or 0x1136EB) is known color: Persian Blue. HEX triplet: 11, 36 and EB. RGB value is (17,54,235). Sum of RGB (Red+Green+Blue) = 17+54+235=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 235 (92.19% from 255 or 76.80% from 306); Max value from RGB is 235 - color contains mainly: blue. Hex color #1136EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1136EB is #EEC914. Grayscale: #3E3E3E. Windows color (decimal): -15649045 or 15414801. OLE color: 15414801.
HSL color Cylindrical-coordinate representation of color #1136EB: hue angle of 229.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1136EB is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 54 | 235 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.08 |
| HSL | 229.82º | 0.87% | 0.49% | - |
| HSV(B) | 229.82º | 0.93% | 0.92% | - |
| XYZ | 16.55 | 8.76 | 79.42 | - |
| YUV | 63.57 | 224.74 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 235 | 0.93 | 0.77 | 0 | 0.08 | 229.82 | 0.87 | 0.49 |
| Hex | 11 | 36 | EB | 5D | 4D | 0 | 8 | E6 | 57 | 31 |
| Octal | 21 | 66 | 353 | 135 | 115 | 0 | 10 | 346 | 127 | 61 |
| Binary | 10001 | 110110 | 11101011 | 1011101 | 1001101 | 0 | 1000 | 11100110 | 1010111 | 110001 |
Color Harmonies of #1136EB
Complementary color
Monochromatic Colors of #1136EB
Black with #1136EB
Text Example
Text Example
White with #1136EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1136EB; }
p { color: rgb(17,54,235); }
H1.HeaderClassName
{
color: #1136EB;
}
.AnyTagClassName
{
color: #1136EB;
}
</style>
background-color css
<style>
a { background-color: #1136EB; }
a { background-color: rgb(17,54,235); }
div.DivClassName
{
background-color: #1136EB;
}
.BgClassName
{
background-color: #1136EB;
}
</style>
border-color css
<style>
span { border-color: #1136EB; }
span { border-color: rgb(17,54,235); }
td.TdClassName
{
border-color: #1136EB;
}
.TagClassName
{
border-color: #1136EB;
}
</style>