Shades of Persian Blue #113FDC
Tints of Persian Blue #113FDC
RGB
CMYK
RGB Variations
Color information
#113FDC (or 0x113FDC) is known color: Persian Blue. HEX triplet: 11, 3F and DC. RGB value is (17,63,220). Sum of RGB (Red+Green+Blue) = 17+63+220=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #113FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FDC is #EEC023. Grayscale: #424242. Windows color (decimal): -15646756 or 14434065. OLE color: 14434065.
HSL color Cylindrical-coordinate representation of color #113FDC: hue angle of 226.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #113FDC is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 63 | 220 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.14 |
| HSL | 226.4º | 0.86% | 0.46% | - |
| HSV(B) | 226.4º | 0.92% | 0.86% | - |
| XYZ | 14.93 | 8.84 | 68.63 | - |
| YUV | 67.14 | 214.26 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 220 | 0.92 | 0.71 | 0 | 0.14 | 226.4 | 0.86 | 0.46 |
| Hex | 11 | 3F | DC | 5C | 47 | 0 | E | E2 | 56 | 2E |
| Octal | 21 | 77 | 334 | 134 | 107 | 0 | 16 | 342 | 126 | 56 |
| Binary | 10001 | 111111 | 11011100 | 1011100 | 1000111 | 0 | 1110 | 11100010 | 1010110 | 101110 |
Color Harmonies of #113FDC
Complementary color
Monochromatic Colors of #113FDC
Black with #113FDC
Text Example
Text Example
White with #113FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FDC; }
p { color: rgb(17,63,220); }
H1.HeaderClassName
{
color: #113FDC;
}
.AnyTagClassName
{
color: #113FDC;
}
</style>
background-color css
<style>
a { background-color: #113FDC; }
a { background-color: rgb(17,63,220); }
div.DivClassName
{
background-color: #113FDC;
}
.BgClassName
{
background-color: #113FDC;
}
</style>
border-color css
<style>
span { border-color: #113FDC; }
span { border-color: rgb(17,63,220); }
td.TdClassName
{
border-color: #113FDC;
}
.TagClassName
{
border-color: #113FDC;
}
</style>