Shades of Persian Blue #113FCF
Tints of Persian Blue #113FCF
RGB
CMYK
RGB Variations
Color information
#113FCF (or 0x113FCF) is known color: Persian Blue. HEX triplet: 11, 3F and CF. RGB value is (17,63,207). Sum of RGB (Red+Green+Blue) = 17+63+207=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #113FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FCF is #EEC030. Grayscale: #414141. Windows color (decimal): -15646769 or 13582097. OLE color: 13582097.
HSL color Cylindrical-coordinate representation of color #113FCF: hue angle of 225.47º 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 #113FCF is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 63 | 207 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.19 |
| HSL | 225.47º | 0.85% | 0.44% | - |
| HSV(B) | 225.47º | 0.92% | 0.81% | - |
| XYZ | 13.27 | 8.18 | 59.91 | - |
| YUV | 65.66 | 207.76 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 207 | 0.92 | 0.70 | 0 | 0.19 | 225.47 | 0.85 | 0.44 |
| Hex | 11 | 3F | CF | 5C | 46 | 0 | 13 | E1 | 55 | 2C |
| Octal | 21 | 77 | 317 | 134 | 106 | 0 | 23 | 341 | 125 | 54 |
| Binary | 10001 | 111111 | 11001111 | 1011100 | 1000110 | 0 | 10011 | 11100001 | 1010101 | 101100 |
Color Harmonies of #113FCF
Complementary color
Monochromatic Colors of #113FCF
Black with #113FCF
Text Example
Text Example
White with #113FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FCF; }
p { color: rgb(17,63,207); }
H1.HeaderClassName
{
color: #113FCF;
}
.AnyTagClassName
{
color: #113FCF;
}
</style>
background-color css
<style>
a { background-color: #113FCF; }
a { background-color: rgb(17,63,207); }
div.DivClassName
{
background-color: #113FCF;
}
.BgClassName
{
background-color: #113FCF;
}
</style>
border-color css
<style>
span { border-color: #113FCF; }
span { border-color: rgb(17,63,207); }
td.TdClassName
{
border-color: #113FCF;
}
.TagClassName
{
border-color: #113FCF;
}
</style>