Shades of Persian Blue #113FD0
Tints of Persian Blue #113FD0
RGB
CMYK
RGB Variations
Color information
#113FD0 (or 0x113FD0) is known color: Persian Blue. HEX triplet: 11, 3F and D0. RGB value is (17,63,208). Sum of RGB (Red+Green+Blue) = 17+63+208=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 208 (81.64% from 255 or 72.22% from 288); Max value from RGB is 208 - color contains mainly: blue. Hex color #113FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FD0 is #EEC02F. Grayscale: #414141. Windows color (decimal): -15646768 or 13647633. OLE color: 13647633.
HSL color Cylindrical-coordinate representation of color #113FD0: hue angle of 225.55º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113FD0 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 63 | 208 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.18 |
| HSL | 225.55º | 0.85% | 0.44% | - |
| HSV(B) | 225.55º | 0.92% | 0.82% | - |
| XYZ | 13.39 | 8.23 | 60.56 | - |
| YUV | 65.78 | 208.26 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 208 | 0.92 | 0.70 | 0 | 0.18 | 225.55 | 0.85 | 0.44 |
| Hex | 11 | 3F | D0 | 5C | 46 | 0 | 12 | E2 | 55 | 2C |
| Octal | 21 | 77 | 320 | 134 | 106 | 0 | 22 | 342 | 125 | 54 |
| Binary | 10001 | 111111 | 11010000 | 1011100 | 1000110 | 0 | 10010 | 11100010 | 1010101 | 101100 |
Color Harmonies of #113FD0
Complementary color
Monochromatic Colors of #113FD0
Black with #113FD0
Text Example
Text Example
White with #113FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FD0; }
p { color: rgb(17,63,208); }
H1.HeaderClassName
{
color: #113FD0;
}
.AnyTagClassName
{
color: #113FD0;
}
</style>
background-color css
<style>
a { background-color: #113FD0; }
a { background-color: rgb(17,63,208); }
div.DivClassName
{
background-color: #113FD0;
}
.BgClassName
{
background-color: #113FD0;
}
</style>
border-color css
<style>
span { border-color: #113FD0; }
span { border-color: rgb(17,63,208); }
td.TdClassName
{
border-color: #113FD0;
}
.TagClassName
{
border-color: #113FD0;
}
</style>