Shades of Persian Blue #113DCF
Tints of Persian Blue #113DCF
RGB
CMYK
RGB Variations
Color information
#113DCF (or 0x113DCF) is known color: Persian Blue. HEX triplet: 11, 3D and CF. RGB value is (17,61,207). Sum of RGB (Red+Green+Blue) = 17+61+207=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #113DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113DCF is #EEC230. Grayscale: #3F3F3F. Windows color (decimal): -15647281 or 13581585. OLE color: 13581585.
HSL color Cylindrical-coordinate representation of color #113DCF: hue angle of 226.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113DCF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 61 | 207 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.19 |
| HSL | 226.11º | 0.85% | 0.44% | - |
| HSV(B) | 226.11º | 0.92% | 0.81% | - |
| XYZ | 13.16 | 7.96 | 59.87 | - |
| YUV | 64.49 | 208.42 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 207 | 0.92 | 0.71 | 0 | 0.19 | 226.11 | 0.85 | 0.44 |
| Hex | 11 | 3D | CF | 5C | 47 | 0 | 13 | E2 | 55 | 2C |
| Octal | 21 | 75 | 317 | 134 | 107 | 0 | 23 | 342 | 125 | 54 |
| Binary | 10001 | 111101 | 11001111 | 1011100 | 1000111 | 0 | 10011 | 11100010 | 1010101 | 101100 |
Color Harmonies of #113DCF
Complementary color
Monochromatic Colors of #113DCF
Black with #113DCF
Text Example
Text Example
White with #113DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DCF; }
p { color: rgb(17,61,207); }
H1.HeaderClassName
{
color: #113DCF;
}
.AnyTagClassName
{
color: #113DCF;
}
</style>
background-color css
<style>
a { background-color: #113DCF; }
a { background-color: rgb(17,61,207); }
div.DivClassName
{
background-color: #113DCF;
}
.BgClassName
{
background-color: #113DCF;
}
</style>
border-color css
<style>
span { border-color: #113DCF; }
span { border-color: rgb(17,61,207); }
td.TdClassName
{
border-color: #113DCF;
}
.TagClassName
{
border-color: #113DCF;
}
</style>