Shades of Persian Blue #113ECF
Tints of Persian Blue #113ECF
RGB
CMYK
RGB Variations
Color information
#113ECF (or 0x113ECF) is known color: Persian Blue. HEX triplet: 11, 3E and CF. RGB value is (17,62,207). Sum of RGB (Red+Green+Blue) = 17+62+207=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #113ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113ECF is #EEC130. Grayscale: #404040. Windows color (decimal): -15647025 or 13581841. OLE color: 13581841.
HSL color Cylindrical-coordinate representation of color #113ECF: hue angle of 225.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113ECF is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 62 | 207 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.19 |
| HSL | 225.79º | 0.85% | 0.44% | - |
| HSV(B) | 225.79º | 0.92% | 0.81% | - |
| XYZ | 13.22 | 8.07 | 59.89 | - |
| YUV | 65.08 | 208.09 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 207 | 0.92 | 0.70 | 0 | 0.19 | 225.79 | 0.85 | 0.44 |
| Hex | 11 | 3E | CF | 5C | 46 | 0 | 13 | E2 | 55 | 2C |
| Octal | 21 | 76 | 317 | 134 | 106 | 0 | 23 | 342 | 125 | 54 |
| Binary | 10001 | 111110 | 11001111 | 1011100 | 1000110 | 0 | 10011 | 11100010 | 1010101 | 101100 |
Color Harmonies of #113ECF
Complementary color
Monochromatic Colors of #113ECF
Black with #113ECF
Text Example
Text Example
White with #113ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113ECF; }
p { color: rgb(17,62,207); }
H1.HeaderClassName
{
color: #113ECF;
}
.AnyTagClassName
{
color: #113ECF;
}
</style>
background-color css
<style>
a { background-color: #113ECF; }
a { background-color: rgb(17,62,207); }
div.DivClassName
{
background-color: #113ECF;
}
.BgClassName
{
background-color: #113ECF;
}
</style>
border-color css
<style>
span { border-color: #113ECF; }
span { border-color: rgb(17,62,207); }
td.TdClassName
{
border-color: #113ECF;
}
.TagClassName
{
border-color: #113ECF;
}
</style>