Shades of Persian Blue #113FD5
Tints of Persian Blue #113FD5
RGB
CMYK
RGB Variations
Color information
#113FD5 (or 0x113FD5) is known color: Persian Blue. HEX triplet: 11, 3F and D5. RGB value is (17,63,213). Sum of RGB (Red+Green+Blue) = 17+63+213=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #113FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FD5 is #EEC02A. Grayscale: #414141. Windows color (decimal): -15646763 or 13975313. OLE color: 13975313.
HSL color Cylindrical-coordinate representation of color #113FD5: hue angle of 225.92º 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 #113FD5 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 63 | 213 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.16 |
| HSL | 225.92º | 0.85% | 0.45% | - |
| HSV(B) | 225.92º | 0.92% | 0.84% | - |
| XYZ | 14.02 | 8.48 | 63.85 | - |
| YUV | 66.35 | 210.76 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 213 | 0.92 | 0.70 | 0 | 0.16 | 225.92 | 0.85 | 0.45 |
| Hex | 11 | 3F | D5 | 5C | 46 | 0 | 10 | E2 | 55 | 2D |
| Octal | 21 | 77 | 325 | 134 | 106 | 0 | 20 | 342 | 125 | 55 |
| Binary | 10001 | 111111 | 11010101 | 1011100 | 1000110 | 0 | 10000 | 11100010 | 1010101 | 101101 |
Color Harmonies of #113FD5
Complementary color
Monochromatic Colors of #113FD5
Black with #113FD5
Text Example
Text Example
White with #113FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FD5; }
p { color: rgb(17,63,213); }
H1.HeaderClassName
{
color: #113FD5;
}
.AnyTagClassName
{
color: #113FD5;
}
</style>
background-color css
<style>
a { background-color: #113FD5; }
a { background-color: rgb(17,63,213); }
div.DivClassName
{
background-color: #113FD5;
}
.BgClassName
{
background-color: #113FD5;
}
</style>
border-color css
<style>
span { border-color: #113FD5; }
span { border-color: rgb(17,63,213); }
td.TdClassName
{
border-color: #113FD5;
}
.TagClassName
{
border-color: #113FD5;
}
</style>