Shades of Persian Blue #113FE6
Tints of Persian Blue #113FE6
RGB
CMYK
RGB Variations
Color information
#113FE6 (or 0x113FE6) is known color: Persian Blue. HEX triplet: 11, 3F and E6. RGB value is (17,63,230). Sum of RGB (Red+Green+Blue) = 17+63+230=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #113FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FE6 is #EEC019. Grayscale: #434343. Windows color (decimal): -15646746 or 15089425. OLE color: 15089425.
HSL color Cylindrical-coordinate representation of color #113FE6: hue angle of 227.04º 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 #113FE6 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 63 | 230 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.10 |
| HSL | 227.04º | 0.86% | 0.48% | - |
| HSV(B) | 227.04º | 0.93% | 0.9% | - |
| XYZ | 16.29 | 9.39 | 75.82 | - |
| YUV | 68.28 | 219.26 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 230 | 0.93 | 0.73 | 0 | 0.10 | 227.04 | 0.86 | 0.48 |
| Hex | 11 | 3F | E6 | 5D | 49 | 0 | A | E3 | 56 | 30 |
| Octal | 21 | 77 | 346 | 135 | 111 | 0 | 12 | 343 | 126 | 60 |
| Binary | 10001 | 111111 | 11100110 | 1011101 | 1001001 | 0 | 1010 | 11100011 | 1010110 | 110000 |
Color Harmonies of #113FE6
Complementary color
Monochromatic Colors of #113FE6
Black with #113FE6
Text Example
Text Example
White with #113FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FE6; }
p { color: rgb(17,63,230); }
H1.HeaderClassName
{
color: #113FE6;
}
.AnyTagClassName
{
color: #113FE6;
}
</style>
background-color css
<style>
a { background-color: #113FE6; }
a { background-color: rgb(17,63,230); }
div.DivClassName
{
background-color: #113FE6;
}
.BgClassName
{
background-color: #113FE6;
}
</style>
border-color css
<style>
span { border-color: #113FE6; }
span { border-color: rgb(17,63,230); }
td.TdClassName
{
border-color: #113FE6;
}
.TagClassName
{
border-color: #113FE6;
}
</style>