Shades of Persian Blue #1135ED
Tints of Persian Blue #1135ED
RGB
CMYK
RGB Variations
Color information
#1135ED (or 0x1135ED) is known color: Persian Blue. HEX triplet: 11, 35 and ED. RGB value is (17,53,237). Sum of RGB (Red+Green+Blue) = 17+53+237=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #1135ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1135ED is #EECA12. Grayscale: #3E3E3E. Windows color (decimal): -15649299 or 15545617. OLE color: 15545617.
HSL color Cylindrical-coordinate representation of color #1135ED: hue angle of 230.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1135ED is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 53 | 237 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.07 |
| HSL | 230.18º | 0.87% | 0.5% | - |
| HSV(B) | 230.18º | 0.93% | 0.93% | - |
| XYZ | 16.79 | 8.78 | 80.93 | - |
| YUV | 63.21 | 226.07 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 237 | 0.93 | 0.78 | 0 | 0.07 | 230.18 | 0.87 | 0.5 |
| Hex | 11 | 35 | ED | 5D | 4E | 0 | 7 | E6 | 57 | 32 |
| Octal | 21 | 65 | 355 | 135 | 116 | 0 | 7 | 346 | 127 | 62 |
| Binary | 10001 | 110101 | 11101101 | 1011101 | 1001110 | 0 | 111 | 11100110 | 1010111 | 110010 |
Color Harmonies of #1135ED
Complementary color
Monochromatic Colors of #1135ED
Black with #1135ED
Text Example
Text Example
White with #1135ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1135ED; }
p { color: rgb(17,53,237); }
H1.HeaderClassName
{
color: #1135ED;
}
.AnyTagClassName
{
color: #1135ED;
}
</style>
background-color css
<style>
a { background-color: #1135ED; }
a { background-color: rgb(17,53,237); }
div.DivClassName
{
background-color: #1135ED;
}
.BgClassName
{
background-color: #1135ED;
}
</style>
border-color css
<style>
span { border-color: #1135ED; }
span { border-color: rgb(17,53,237); }
td.TdClassName
{
border-color: #1135ED;
}
.TagClassName
{
border-color: #1135ED;
}
</style>