Shades of Persian Blue #113DEC
Tints of Persian Blue #113DEC
RGB
CMYK
RGB Variations
Color information
#113DEC (or 0x113DEC) is known color: Persian Blue. HEX triplet: 11, 3D and EC. RGB value is (17,61,236). Sum of RGB (Red+Green+Blue) = 17+61+236=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #113DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113DEC is #EEC213. Grayscale: #434343. Windows color (decimal): -15647252 or 15482129. OLE color: 15482129.
HSL color Cylindrical-coordinate representation of color #113DEC: hue angle of 227.95º 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 #113DEC is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 61 | 236 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.07 |
| HSL | 227.95º | 0.87% | 0.5% | - |
| HSV(B) | 227.95º | 0.93% | 0.93% | - |
| XYZ | 17.04 | 9.51 | 80.29 | - |
| YUV | 67.79 | 222.92 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 236 | 0.93 | 0.74 | 0 | 0.07 | 227.95 | 0.87 | 0.5 |
| Hex | 11 | 3D | EC | 5D | 4A | 0 | 7 | E4 | 57 | 32 |
| Octal | 21 | 75 | 354 | 135 | 112 | 0 | 7 | 344 | 127 | 62 |
| Binary | 10001 | 111101 | 11101100 | 1011101 | 1001010 | 0 | 111 | 11100100 | 1010111 | 110010 |
Color Harmonies of #113DEC
Complementary color
Monochromatic Colors of #113DEC
Black with #113DEC
Text Example
Text Example
White with #113DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DEC; }
p { color: rgb(17,61,236); }
H1.HeaderClassName
{
color: #113DEC;
}
.AnyTagClassName
{
color: #113DEC;
}
</style>
background-color css
<style>
a { background-color: #113DEC; }
a { background-color: rgb(17,61,236); }
div.DivClassName
{
background-color: #113DEC;
}
.BgClassName
{
background-color: #113DEC;
}
</style>
border-color css
<style>
span { border-color: #113DEC; }
span { border-color: rgb(17,61,236); }
td.TdClassName
{
border-color: #113DEC;
}
.TagClassName
{
border-color: #113DEC;
}
</style>