Shades of Medium Blue #1311DB
Tints of Medium Blue #1311DB
RGB
CMYK
RGB Variations
Color information
#1311DB (or 0x1311DB) is known color: Medium Blue. HEX triplet: 13, 11 and DB. RGB value is (19,17,219). Sum of RGB (Red+Green+Blue) = 19+17+219=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #1311DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1311DB is #ECEE24. Grayscale: #272727. Windows color (decimal): -15527461 or 14356755. OLE color: 14356755.
HSL color Cylindrical-coordinate representation of color #1311DB: hue angle of 240.59º 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 #1311DB is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 17 | 219 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.14 |
| HSL | 240.59º | 0.86% | 0.46% | - |
| HSV(B) | 240.59º | 0.92% | 0.86% | - |
| XYZ | 13.26 | 5.65 | 67.41 | - |
| YUV | 40.63 | 228.66 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 219 | 0.91 | 0.92 | 0 | 0.14 | 240.59 | 0.86 | 0.46 |
| Hex | 13 | 11 | DB | 5B | 5C | 0 | E | F1 | 56 | 2E |
| Octal | 23 | 21 | 333 | 133 | 134 | 0 | 16 | 361 | 126 | 56 |
| Binary | 10011 | 10001 | 11011011 | 1011011 | 1011100 | 0 | 1110 | 11110001 | 1010110 | 101110 |
Color Harmonies of #1311DB
Complementary color
Monochromatic Colors of #1311DB
Black with #1311DB
Text Example
Text Example
White with #1311DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1311DB; }
p { color: rgb(19,17,219); }
H1.HeaderClassName
{
color: #1311DB;
}
.AnyTagClassName
{
color: #1311DB;
}
</style>
background-color css
<style>
a { background-color: #1311DB; }
a { background-color: rgb(19,17,219); }
div.DivClassName
{
background-color: #1311DB;
}
.BgClassName
{
background-color: #1311DB;
}
</style>
border-color css
<style>
span { border-color: #1311DB; }
span { border-color: rgb(19,17,219); }
td.TdClassName
{
border-color: #1311DB;
}
.TagClassName
{
border-color: #1311DB;
}
</style>