Shades of Persian Blue #113DD5
Tints of Persian Blue #113DD5
RGB
CMYK
RGB Variations
Color information
#113DD5 (or 0x113DD5) is known color: Persian Blue. HEX triplet: 11, 3D and D5. RGB value is (17,61,213). Sum of RGB (Red+Green+Blue) = 17+61+213=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #113DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DD5 is #EEC22A. Grayscale: #404040. Windows color (decimal): -15647275 or 13974801. OLE color: 13974801.
HSL color Cylindrical-coordinate representation of color #113DD5: hue angle of 226.53º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113DD5 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 61 | 213 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.16 |
| HSL | 226.53º | 0.85% | 0.45% | - |
| HSV(B) | 226.53º | 0.92% | 0.84% | - |
| XYZ | 13.91 | 8.26 | 63.81 | - |
| YUV | 65.17 | 211.42 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 213 | 0.92 | 0.71 | 0 | 0.16 | 226.53 | 0.85 | 0.45 |
| Hex | 11 | 3D | D5 | 5C | 47 | 0 | 10 | E3 | 55 | 2D |
| Octal | 21 | 75 | 325 | 134 | 107 | 0 | 20 | 343 | 125 | 55 |
| Binary | 10001 | 111101 | 11010101 | 1011100 | 1000111 | 0 | 10000 | 11100011 | 1010101 | 101101 |
Color Harmonies of #113DD5
Complementary color
Monochromatic Colors of #113DD5
Black with #113DD5
Text Example
Text Example
White with #113DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DD5; }
p { color: rgb(17,61,213); }
H1.HeaderClassName
{
color: #113DD5;
}
.AnyTagClassName
{
color: #113DD5;
}
</style>
background-color css
<style>
a { background-color: #113DD5; }
a { background-color: rgb(17,61,213); }
div.DivClassName
{
background-color: #113DD5;
}
.BgClassName
{
background-color: #113DD5;
}
</style>
border-color css
<style>
span { border-color: #113DD5; }
span { border-color: rgb(17,61,213); }
td.TdClassName
{
border-color: #113DD5;
}
.TagClassName
{
border-color: #113DD5;
}
</style>