Shades of Persian Blue #113ACD
Tints of Persian Blue #113ACD
RGB
CMYK
RGB Variations
Color information
#113ACD (or 0x113ACD) is known color: Persian Blue. HEX triplet: 11, 3A and CD. RGB value is (17,58,205). Sum of RGB (Red+Green+Blue) = 17+58+205=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #113ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113ACD is #EEC532. Grayscale: #3D3D3D. Windows color (decimal): -15648051 or 13449745. OLE color: 13449745.
HSL color Cylindrical-coordinate representation of color #113ACD: hue angle of 226.91º 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 #113ACD is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 58 | 205 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.20 |
| HSL | 226.91º | 0.85% | 0.44% | - |
| HSV(B) | 226.91º | 0.92% | 0.8% | - |
| XYZ | 12.76 | 7.55 | 58.54 | - |
| YUV | 62.5 | 208.42 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 205 | 0.92 | 0.72 | 0 | 0.20 | 226.91 | 0.85 | 0.44 |
| Hex | 11 | 3A | CD | 5C | 48 | 0 | 14 | E3 | 55 | 2C |
| Octal | 21 | 72 | 315 | 134 | 110 | 0 | 24 | 343 | 125 | 54 |
| Binary | 10001 | 111010 | 11001101 | 1011100 | 1001000 | 0 | 10100 | 11100011 | 1010101 | 101100 |
Color Harmonies of #113ACD
Complementary color
Monochromatic Colors of #113ACD
Black with #113ACD
Text Example
Text Example
White with #113ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113ACD; }
p { color: rgb(17,58,205); }
H1.HeaderClassName
{
color: #113ACD;
}
.AnyTagClassName
{
color: #113ACD;
}
</style>
background-color css
<style>
a { background-color: #113ACD; }
a { background-color: rgb(17,58,205); }
div.DivClassName
{
background-color: #113ACD;
}
.BgClassName
{
background-color: #113ACD;
}
</style>
border-color css
<style>
span { border-color: #113ACD; }
span { border-color: rgb(17,58,205); }
td.TdClassName
{
border-color: #113ACD;
}
.TagClassName
{
border-color: #113ACD;
}
</style>