Shades of Persian Blue #113BE5
Tints of Persian Blue #113BE5
RGB
CMYK
RGB Variations
Color information
#113BE5 (or 0x113BE5) is known color: Persian Blue. HEX triplet: 11, 3B and E5. RGB value is (17,59,229). Sum of RGB (Red+Green+Blue) = 17+59+229=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #113BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BE5 is #EEC41A. Grayscale: #414141. Windows color (decimal): -15647771 or 15022865. OLE color: 15022865.
HSL color Cylindrical-coordinate representation of color #113BE5: hue angle of 228.11º 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 #113BE5 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 59 | 229 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.10 |
| HSL | 228.11º | 0.86% | 0.48% | - |
| HSV(B) | 228.11º | 0.93% | 0.9% | - |
| XYZ | 15.94 | 8.9 | 75.01 | - |
| YUV | 65.82 | 220.09 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 229 | 0.93 | 0.74 | 0 | 0.10 | 228.11 | 0.86 | 0.48 |
| Hex | 11 | 3B | E5 | 5D | 4A | 0 | A | E4 | 56 | 30 |
| Octal | 21 | 73 | 345 | 135 | 112 | 0 | 12 | 344 | 126 | 60 |
| Binary | 10001 | 111011 | 11100101 | 1011101 | 1001010 | 0 | 1010 | 11100100 | 1010110 | 110000 |
Color Harmonies of #113BE5
Complementary color
Monochromatic Colors of #113BE5
Black with #113BE5
Text Example
Text Example
White with #113BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BE5; }
p { color: rgb(17,59,229); }
H1.HeaderClassName
{
color: #113BE5;
}
.AnyTagClassName
{
color: #113BE5;
}
</style>
background-color css
<style>
a { background-color: #113BE5; }
a { background-color: rgb(17,59,229); }
div.DivClassName
{
background-color: #113BE5;
}
.BgClassName
{
background-color: #113BE5;
}
</style>
border-color css
<style>
span { border-color: #113BE5; }
span { border-color: rgb(17,59,229); }
td.TdClassName
{
border-color: #113BE5;
}
.TagClassName
{
border-color: #113BE5;
}
</style>