Shades of Persian Blue #113EC6
Tints of Persian Blue #113EC6
RGB
CMYK
RGB Variations
Color information
#113EC6 (or 0x113EC6) is known color: Persian Blue. HEX triplet: 11, 3E and C6. RGB value is (17,62,198). Sum of RGB (Red+Green+Blue) = 17+62+198=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #113EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EC6 is #EEC139. Grayscale: #3F3F3F. Windows color (decimal): -15647034 or 12992017. OLE color: 12992017.
HSL color Cylindrical-coordinate representation of color #113EC6: hue angle of 225.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113EC6 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 62 | 198 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.22 |
| HSL | 225.08º | 0.84% | 0.42% | - |
| HSV(B) | 225.08º | 0.91% | 0.78% | - |
| XYZ | 12.15 | 7.64 | 54.26 | - |
| YUV | 64.05 | 203.59 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 198 | 0.91 | 0.69 | 0 | 0.22 | 225.08 | 0.84 | 0.42 |
| Hex | 11 | 3E | C6 | 5B | 45 | 0 | 16 | E1 | 54 | 2A |
| Octal | 21 | 76 | 306 | 133 | 105 | 0 | 26 | 341 | 124 | 52 |
| Binary | 10001 | 111110 | 11000110 | 1011011 | 1000101 | 0 | 10110 | 11100001 | 1010100 | 101010 |
Color Harmonies of #113EC6
Complementary color
Monochromatic Colors of #113EC6
Black with #113EC6
Text Example
Text Example
White with #113EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EC6; }
p { color: rgb(17,62,198); }
H1.HeaderClassName
{
color: #113EC6;
}
.AnyTagClassName
{
color: #113EC6;
}
</style>
background-color css
<style>
a { background-color: #113EC6; }
a { background-color: rgb(17,62,198); }
div.DivClassName
{
background-color: #113EC6;
}
.BgClassName
{
background-color: #113EC6;
}
</style>
border-color css
<style>
span { border-color: #113EC6; }
span { border-color: rgb(17,62,198); }
td.TdClassName
{
border-color: #113EC6;
}
.TagClassName
{
border-color: #113EC6;
}
</style>