Shades of Persian Blue #113BCD
Tints of Persian Blue #113BCD
RGB
CMYK
RGB Variations
Color information
#113BCD (or 0x113BCD) is known color: Persian Blue. HEX triplet: 11, 3B and CD. RGB value is (17,59,205). Sum of RGB (Red+Green+Blue) = 17+59+205=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #113BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113BCD is #EEC432. Grayscale: #3E3E3E. Windows color (decimal): -15647795 or 13450001. OLE color: 13450001.
HSL color Cylindrical-coordinate representation of color #113BCD: hue angle of 226.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113BCD is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 59 | 205 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.20 |
| HSL | 226.6º | 0.85% | 0.44% | - |
| HSV(B) | 226.6º | 0.92% | 0.8% | - |
| XYZ | 12.81 | 7.65 | 58.56 | - |
| YUV | 63.09 | 208.09 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 205 | 0.92 | 0.71 | 0 | 0.20 | 226.6 | 0.85 | 0.44 |
| Hex | 11 | 3B | CD | 5C | 47 | 0 | 14 | E3 | 55 | 2C |
| Octal | 21 | 73 | 315 | 134 | 107 | 0 | 24 | 343 | 125 | 54 |
| Binary | 10001 | 111011 | 11001101 | 1011100 | 1000111 | 0 | 10100 | 11100011 | 1010101 | 101100 |
Color Harmonies of #113BCD
Complementary color
Monochromatic Colors of #113BCD
Black with #113BCD
Text Example
Text Example
White with #113BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BCD; }
p { color: rgb(17,59,205); }
H1.HeaderClassName
{
color: #113BCD;
}
.AnyTagClassName
{
color: #113BCD;
}
</style>
background-color css
<style>
a { background-color: #113BCD; }
a { background-color: rgb(17,59,205); }
div.DivClassName
{
background-color: #113BCD;
}
.BgClassName
{
background-color: #113BCD;
}
</style>
border-color css
<style>
span { border-color: #113BCD; }
span { border-color: rgb(17,59,205); }
td.TdClassName
{
border-color: #113BCD;
}
.TagClassName
{
border-color: #113BCD;
}
</style>