Shades of Persian Blue #113EE5
Tints of Persian Blue #113EE5
RGB
CMYK
RGB Variations
Color information
#113EE5 (or 0x113EE5) is known color: Persian Blue. HEX triplet: 11, 3E and E5. RGB value is (17,62,229). Sum of RGB (Red+Green+Blue) = 17+62+229=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #113EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EE5 is #EEC11A. Grayscale: #424242. Windows color (decimal): -15647003 or 15023633. OLE color: 15023633.
HSL color Cylindrical-coordinate representation of color #113EE5: hue angle of 227.26º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113EE5 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 62 | 229 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.10 |
| HSL | 227.26º | 0.86% | 0.48% | - |
| HSV(B) | 227.26º | 0.93% | 0.9% | - |
| XYZ | 16.1 | 9.22 | 75.06 | - |
| YUV | 67.58 | 219.09 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 229 | 0.93 | 0.73 | 0 | 0.10 | 227.26 | 0.86 | 0.48 |
| Hex | 11 | 3E | E5 | 5D | 49 | 0 | A | E3 | 56 | 30 |
| Octal | 21 | 76 | 345 | 135 | 111 | 0 | 12 | 343 | 126 | 60 |
| Binary | 10001 | 111110 | 11100101 | 1011101 | 1001001 | 0 | 1010 | 11100011 | 1010110 | 110000 |
Color Harmonies of #113EE5
Complementary color
Monochromatic Colors of #113EE5
Black with #113EE5
Text Example
Text Example
White with #113EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EE5; }
p { color: rgb(17,62,229); }
H1.HeaderClassName
{
color: #113EE5;
}
.AnyTagClassName
{
color: #113EE5;
}
</style>
background-color css
<style>
a { background-color: #113EE5; }
a { background-color: rgb(17,62,229); }
div.DivClassName
{
background-color: #113EE5;
}
.BgClassName
{
background-color: #113EE5;
}
</style>
border-color css
<style>
span { border-color: #113EE5; }
span { border-color: rgb(17,62,229); }
td.TdClassName
{
border-color: #113EE5;
}
.TagClassName
{
border-color: #113EE5;
}
</style>