Shades of Medium Blue #1113DF
Tints of Medium Blue #1113DF
RGB
CMYK
RGB Variations
Color information
#1113DF (or 0x1113DF) is known color: Medium Blue. HEX triplet: 11, 13 and DF. RGB value is (17,19,223). Sum of RGB (Red+Green+Blue) = 17+19+223=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #1113DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1113DF is #EEEC20. Grayscale: #282828. Windows color (decimal): -15658017 or 14619409. OLE color: 14619409.
HSL color Cylindrical-coordinate representation of color #1113DF: hue angle of 239.42º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1113DF is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 19 | 223 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.13 |
| HSL | 239.42º | 0.86% | 0.47% | - |
| HSV(B) | 239.42º | 0.92% | 0.87% | - |
| XYZ | 13.78 | 5.91 | 70.23 | - |
| YUV | 41.66 | 230.34 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 223 | 0.92 | 0.91 | 0 | 0.13 | 239.42 | 0.86 | 0.47 |
| Hex | 11 | 13 | DF | 5C | 5B | 0 | D | EF | 56 | 2F |
| Octal | 21 | 23 | 337 | 134 | 133 | 0 | 15 | 357 | 126 | 57 |
| Binary | 10001 | 10011 | 11011111 | 1011100 | 1011011 | 0 | 1101 | 11101111 | 1010110 | 101111 |
Color Harmonies of #1113DF
Complementary color
Monochromatic Colors of #1113DF
Black with #1113DF
Text Example
Text Example
White with #1113DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1113DF; }
p { color: rgb(17,19,223); }
H1.HeaderClassName
{
color: #1113DF;
}
.AnyTagClassName
{
color: #1113DF;
}
</style>
background-color css
<style>
a { background-color: #1113DF; }
a { background-color: rgb(17,19,223); }
div.DivClassName
{
background-color: #1113DF;
}
.BgClassName
{
background-color: #1113DF;
}
</style>
border-color css
<style>
span { border-color: #1113DF; }
span { border-color: rgb(17,19,223); }
td.TdClassName
{
border-color: #1113DF;
}
.TagClassName
{
border-color: #1113DF;
}
</style>