Shades of Persian Blue #113ECC
Tints of Persian Blue #113ECC
RGB
CMYK
RGB Variations
Color information
#113ECC (or 0x113ECC) is known color: Persian Blue. HEX triplet: 11, 3E and CC. RGB value is (17,62,204). Sum of RGB (Red+Green+Blue) = 17+62+204=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #113ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113ECC is #EEC133. Grayscale: #404040. Windows color (decimal): -15647028 or 13385233. OLE color: 13385233.
HSL color Cylindrical-coordinate representation of color #113ECC: hue angle of 225.56º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113ECC is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 62 | 204 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.2 |
| HSL | 225.56º | 0.85% | 0.43% | - |
| HSV(B) | 225.56º | 0.92% | 0.8% | - |
| XYZ | 12.85 | 7.92 | 57.98 | - |
| YUV | 64.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 204 | 0.92 | 0.70 | 0 | 0.2 | 225.56 | 0.85 | 0.43 |
| Hex | 11 | 3E | CC | 5C | 46 | 0 | 14 | E2 | 55 | 2B |
| Octal | 21 | 76 | 314 | 134 | 106 | 0 | 24 | 342 | 125 | 53 |
| Binary | 10001 | 111110 | 11001100 | 1011100 | 1000110 | 0 | 10100 | 11100010 | 1010101 | 101011 |
Color Harmonies of #113ECC
Complementary color
Monochromatic Colors of #113ECC
Black with #113ECC
Text Example
Text Example
White with #113ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113ECC; }
p { color: rgb(17,62,204); }
H1.HeaderClassName
{
color: #113ECC;
}
.AnyTagClassName
{
color: #113ECC;
}
</style>
background-color css
<style>
a { background-color: #113ECC; }
a { background-color: rgb(17,62,204); }
div.DivClassName
{
background-color: #113ECC;
}
.BgClassName
{
background-color: #113ECC;
}
</style>
border-color css
<style>
span { border-color: #113ECC; }
span { border-color: rgb(17,62,204); }
td.TdClassName
{
border-color: #113ECC;
}
.TagClassName
{
border-color: #113ECC;
}
</style>