Shades of Persian Blue #113EEC
Tints of Persian Blue #113EEC
RGB
CMYK
RGB Variations
Color information
#113EEC (or 0x113EEC) is known color: Persian Blue. HEX triplet: 11, 3E and EC. RGB value is (17,62,236). Sum of RGB (Red+Green+Blue) = 17+62+236=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #113EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113EEC is #EEC113. Grayscale: #434343. Windows color (decimal): -15646996 or 15482385. OLE color: 15482385.
HSL color Cylindrical-coordinate representation of color #113EEC: hue angle of 227.67º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113EEC is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 62 | 236 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.07 |
| HSL | 227.67º | 0.87% | 0.5% | - |
| HSV(B) | 227.67º | 0.93% | 0.93% | - |
| XYZ | 17.09 | 9.62 | 80.31 | - |
| YUV | 68.38 | 222.59 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 236 | 0.93 | 0.74 | 0 | 0.07 | 227.67 | 0.87 | 0.5 |
| Hex | 11 | 3E | EC | 5D | 4A | 0 | 7 | E4 | 57 | 32 |
| Octal | 21 | 76 | 354 | 135 | 112 | 0 | 7 | 344 | 127 | 62 |
| Binary | 10001 | 111110 | 11101100 | 1011101 | 1001010 | 0 | 111 | 11100100 | 1010111 | 110010 |
Color Harmonies of #113EEC
Complementary color
Monochromatic Colors of #113EEC
Black with #113EEC
Text Example
Text Example
White with #113EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EEC; }
p { color: rgb(17,62,236); }
H1.HeaderClassName
{
color: #113EEC;
}
.AnyTagClassName
{
color: #113EEC;
}
</style>
background-color css
<style>
a { background-color: #113EEC; }
a { background-color: rgb(17,62,236); }
div.DivClassName
{
background-color: #113EEC;
}
.BgClassName
{
background-color: #113EEC;
}
</style>
border-color css
<style>
span { border-color: #113EEC; }
span { border-color: rgb(17,62,236); }
td.TdClassName
{
border-color: #113EEC;
}
.TagClassName
{
border-color: #113EEC;
}
</style>