Shades of Persian Blue #113EBC
Tints of Persian Blue #113EBC
RGB
CMYK
RGB Variations
Color information
#113EBC (or 0x113EBC) is known color: Persian Blue. HEX triplet: 11, 3E and BC. RGB value is (17,62,188). Sum of RGB (Red+Green+Blue) = 17+62+188=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #113EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113EBC is #EEC143. Grayscale: #3E3E3E. Windows color (decimal): -15647044 or 12336657. OLE color: 12336657.
HSL color Cylindrical-coordinate representation of color #113EBC: hue angle of 224.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113EBC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 62 | 188 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.26 |
| HSL | 224.21º | 0.83% | 0.4% | - |
| HSV(B) | 224.21º | 0.91% | 0.74% | - |
| XYZ | 11.03 | 7.2 | 48.38 | - |
| YUV | 62.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 188 | 0.91 | 0.67 | 0 | 0.26 | 224.21 | 0.83 | 0.4 |
| Hex | 11 | 3E | BC | 5B | 43 | 0 | 1A | E0 | 53 | 28 |
| Octal | 21 | 76 | 274 | 133 | 103 | 0 | 32 | 340 | 123 | 50 |
| Binary | 10001 | 111110 | 10111100 | 1011011 | 1000011 | 0 | 11010 | 11100000 | 1010011 | 101000 |
Color Harmonies of #113EBC
Complementary color
Monochromatic Colors of #113EBC
Black with #113EBC
Text Example
Text Example
White with #113EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EBC; }
p { color: rgb(17,62,188); }
H1.HeaderClassName
{
color: #113EBC;
}
.AnyTagClassName
{
color: #113EBC;
}
</style>
background-color css
<style>
a { background-color: #113EBC; }
a { background-color: rgb(17,62,188); }
div.DivClassName
{
background-color: #113EBC;
}
.BgClassName
{
background-color: #113EBC;
}
</style>
border-color css
<style>
span { border-color: #113EBC; }
span { border-color: rgb(17,62,188); }
td.TdClassName
{
border-color: #113EBC;
}
.TagClassName
{
border-color: #113EBC;
}
</style>