Shades of Persian Blue #113CEB
Tints of Persian Blue #113CEB
RGB
CMYK
RGB Variations
Color information
#113CEB (or 0x113CEB) is known color: Persian Blue. HEX triplet: 11, 3C and EB. RGB value is (17,60,235). Sum of RGB (Red+Green+Blue) = 17+60+235=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #113CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113CEB is #EEC314. Grayscale: #424242. Windows color (decimal): -15647509 or 15416337. OLE color: 15416337.
HSL color Cylindrical-coordinate representation of color #113CEB: hue angle of 228.17º 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 #113CEB is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 60 | 235 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.08 |
| HSL | 228.17º | 0.87% | 0.49% | - |
| HSV(B) | 228.17º | 0.93% | 0.92% | - |
| XYZ | 16.84 | 9.35 | 79.51 | - |
| YUV | 67.09 | 222.75 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 235 | 0.93 | 0.74 | 0 | 0.08 | 228.17 | 0.87 | 0.49 |
| Hex | 11 | 3C | EB | 5D | 4A | 0 | 8 | E4 | 57 | 31 |
| Octal | 21 | 74 | 353 | 135 | 112 | 0 | 10 | 344 | 127 | 61 |
| Binary | 10001 | 111100 | 11101011 | 1011101 | 1001010 | 0 | 1000 | 11100100 | 1010111 | 110001 |
Color Harmonies of #113CEB
Complementary color
Monochromatic Colors of #113CEB
Black with #113CEB
Text Example
Text Example
White with #113CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CEB; }
p { color: rgb(17,60,235); }
H1.HeaderClassName
{
color: #113CEB;
}
.AnyTagClassName
{
color: #113CEB;
}
</style>
background-color css
<style>
a { background-color: #113CEB; }
a { background-color: rgb(17,60,235); }
div.DivClassName
{
background-color: #113CEB;
}
.BgClassName
{
background-color: #113CEB;
}
</style>
border-color css
<style>
span { border-color: #113CEB; }
span { border-color: rgb(17,60,235); }
td.TdClassName
{
border-color: #113CEB;
}
.TagClassName
{
border-color: #113CEB;
}
</style>