Shades of Persian Blue #113EE6
Tints of Persian Blue #113EE6
RGB
CMYK
RGB Variations
Color information
#113EE6 (or 0x113EE6) is known color: Persian Blue. HEX triplet: 11, 3E and E6. RGB value is (17,62,230). Sum of RGB (Red+Green+Blue) = 17+62+230=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 230 (90.23% from 255 or 74.43% from 309); Max value from RGB is 230 - color contains mainly: blue. Hex color #113EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113EE6 is #EEC119. Grayscale: #424242. Windows color (decimal): -15647002 or 15089169. OLE color: 15089169.
HSL color Cylindrical-coordinate representation of color #113EE6: hue angle of 227.32º 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 #113EE6 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 62 | 230 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.10 |
| HSL | 227.32º | 0.86% | 0.48% | - |
| HSV(B) | 227.32º | 0.93% | 0.9% | - |
| XYZ | 16.24 | 9.28 | 75.8 | - |
| YUV | 67.7 | 219.59 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 230 | 0.93 | 0.73 | 0 | 0.10 | 227.32 | 0.86 | 0.48 |
| Hex | 11 | 3E | E6 | 5D | 49 | 0 | A | E3 | 56 | 30 |
| Octal | 21 | 76 | 346 | 135 | 111 | 0 | 12 | 343 | 126 | 60 |
| Binary | 10001 | 111110 | 11100110 | 1011101 | 1001001 | 0 | 1010 | 11100011 | 1010110 | 110000 |
Color Harmonies of #113EE6
Complementary color
Monochromatic Colors of #113EE6
Black with #113EE6
Text Example
Text Example
White with #113EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EE6; }
p { color: rgb(17,62,230); }
H1.HeaderClassName
{
color: #113EE6;
}
.AnyTagClassName
{
color: #113EE6;
}
</style>
background-color css
<style>
a { background-color: #113EE6; }
a { background-color: rgb(17,62,230); }
div.DivClassName
{
background-color: #113EE6;
}
.BgClassName
{
background-color: #113EE6;
}
</style>
border-color css
<style>
span { border-color: #113EE6; }
span { border-color: rgb(17,62,230); }
td.TdClassName
{
border-color: #113EE6;
}
.TagClassName
{
border-color: #113EE6;
}
</style>