Shades of Persian Blue #113BCC
Tints of Persian Blue #113BCC
RGB
CMYK
RGB Variations
Color information
#113BCC (or 0x113BCC) is known color: Persian Blue. HEX triplet: 11, 3B and CC. RGB value is (17,59,204). Sum of RGB (Red+Green+Blue) = 17+59+204=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #113BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BCC is #EEC433. Grayscale: #3E3E3E. Windows color (decimal): -15647796 or 13384465. OLE color: 13384465.
HSL color Cylindrical-coordinate representation of color #113BCC: hue angle of 226.52º 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 #113BCC is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 59 | 204 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.2 |
| HSL | 226.52º | 0.85% | 0.43% | - |
| HSV(B) | 226.52º | 0.92% | 0.8% | - |
| XYZ | 12.69 | 7.61 | 57.93 | - |
| YUV | 62.97 | 207.59 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 204 | 0.92 | 0.71 | 0 | 0.2 | 226.52 | 0.85 | 0.43 |
| Hex | 11 | 3B | CC | 5C | 47 | 0 | 14 | E3 | 55 | 2B |
| Octal | 21 | 73 | 314 | 134 | 107 | 0 | 24 | 343 | 125 | 53 |
| Binary | 10001 | 111011 | 11001100 | 1011100 | 1000111 | 0 | 10100 | 11100011 | 1010101 | 101011 |
Color Harmonies of #113BCC
Complementary color
Monochromatic Colors of #113BCC
Black with #113BCC
Text Example
Text Example
White with #113BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BCC; }
p { color: rgb(17,59,204); }
H1.HeaderClassName
{
color: #113BCC;
}
.AnyTagClassName
{
color: #113BCC;
}
</style>
background-color css
<style>
a { background-color: #113BCC; }
a { background-color: rgb(17,59,204); }
div.DivClassName
{
background-color: #113BCC;
}
.BgClassName
{
background-color: #113BCC;
}
</style>
border-color css
<style>
span { border-color: #113BCC; }
span { border-color: rgb(17,59,204); }
td.TdClassName
{
border-color: #113BCC;
}
.TagClassName
{
border-color: #113BCC;
}
</style>