Shades of Medium Blue #1311DF
Tints of Medium Blue #1311DF
RGB
CMYK
RGB Variations
Color information
#1311DF (or 0x1311DF) is known color: Medium Blue. HEX triplet: 13, 11 and DF. RGB value is (19,17,223). Sum of RGB (Red+Green+Blue) = 19+17+223=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 17 (7.03% from 255 or 6.56% 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 #1311DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1311DF is #ECEE20. Grayscale: #282828. Windows color (decimal): -15527457 or 14618899. OLE color: 14618899.
HSL color Cylindrical-coordinate representation of color #1311DF: hue angle of 240.58º 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 #1311DF is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 17 | 223 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.13 |
| HSL | 240.58º | 0.86% | 0.47% | - |
| HSV(B) | 240.58º | 0.92% | 0.87% | - |
| XYZ | 13.79 | 5.87 | 70.22 | - |
| YUV | 41.08 | 230.66 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 223 | 0.91 | 0.92 | 0 | 0.13 | 240.58 | 0.86 | 0.47 |
| Hex | 13 | 11 | DF | 5B | 5C | 0 | D | F1 | 56 | 2F |
| Octal | 23 | 21 | 337 | 133 | 134 | 0 | 15 | 361 | 126 | 57 |
| Binary | 10011 | 10001 | 11011111 | 1011011 | 1011100 | 0 | 1101 | 11110001 | 1010110 | 101111 |
Color Harmonies of #1311DF
Complementary color
Monochromatic Colors of #1311DF
Black with #1311DF
Text Example
Text Example
White with #1311DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1311DF; }
p { color: rgb(19,17,223); }
H1.HeaderClassName
{
color: #1311DF;
}
.AnyTagClassName
{
color: #1311DF;
}
</style>
background-color css
<style>
a { background-color: #1311DF; }
a { background-color: rgb(19,17,223); }
div.DivClassName
{
background-color: #1311DF;
}
.BgClassName
{
background-color: #1311DF;
}
</style>
border-color css
<style>
span { border-color: #1311DF; }
span { border-color: rgb(19,17,223); }
td.TdClassName
{
border-color: #1311DF;
}
.TagClassName
{
border-color: #1311DF;
}
</style>