Shades of Persian Blue #1140EB
Tints of Persian Blue #1140EB
RGB
CMYK
RGB Variations
Color information
#1140EB (or 0x1140EB) is known color: Persian Blue. HEX triplet: 11, 40 and EB. RGB value is (17,64,235). Sum of RGB (Red+Green+Blue) = 17+64+235=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #1140EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1140EB is #EEBF14. Grayscale: #444444. Windows color (decimal): -15646485 or 15417361. OLE color: 15417361.
HSL color Cylindrical-coordinate representation of color #1140EB: hue angle of 227.06º 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 #1140EB is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 64 | 235 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.08 |
| HSL | 227.06º | 0.87% | 0.49% | - |
| HSV(B) | 227.06º | 0.93% | 0.92% | - |
| XYZ | 17.06 | 9.78 | 79.59 | - |
| YUV | 69.44 | 221.43 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 235 | 0.93 | 0.73 | 0 | 0.08 | 227.06 | 0.87 | 0.49 |
| Hex | 11 | 40 | EB | 5D | 49 | 0 | 8 | E3 | 57 | 31 |
| Octal | 21 | 100 | 353 | 135 | 111 | 0 | 10 | 343 | 127 | 61 |
| Binary | 10001 | 1000000 | 11101011 | 1011101 | 1001001 | 0 | 1000 | 11100011 | 1010111 | 110001 |
Color Harmonies of #1140EB
Complementary color
Monochromatic Colors of #1140EB
Black with #1140EB
Text Example
Text Example
White with #1140EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1140EB; }
p { color: rgb(17,64,235); }
H1.HeaderClassName
{
color: #1140EB;
}
.AnyTagClassName
{
color: #1140EB;
}
</style>
background-color css
<style>
a { background-color: #1140EB; }
a { background-color: rgb(17,64,235); }
div.DivClassName
{
background-color: #1140EB;
}
.BgClassName
{
background-color: #1140EB;
}
</style>
border-color css
<style>
span { border-color: #1140EB; }
span { border-color: rgb(17,64,235); }
td.TdClassName
{
border-color: #1140EB;
}
.TagClassName
{
border-color: #1140EB;
}
</style>