Shades of Medium Blue #1811DB
Tints of Medium Blue #1811DB
RGB
CMYK
RGB Variations
Color information
#1811DB (or 0x1811DB) is known color: Medium Blue. HEX triplet: 18, 11 and DB. RGB value is (24,17,219). Sum of RGB (Red+Green+Blue) = 24+17+219=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #1811DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1811DB is #E7EE24. Grayscale: #292929. Windows color (decimal): -15199781 or 14356760. OLE color: 14356760.
HSL color Cylindrical-coordinate representation of color #1811DB: hue angle of 242.08º 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 #1811DB is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 17 | 219 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.14 |
| HSL | 242.08º | 0.86% | 0.46% | - |
| HSV(B) | 242.08º | 0.92% | 0.86% | - |
| XYZ | 13.36 | 5.71 | 67.42 | - |
| YUV | 42.12 | 227.82 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 219 | 0.89 | 0.92 | 0 | 0.14 | 242.08 | 0.86 | 0.46 |
| Hex | 18 | 11 | DB | 59 | 5C | 0 | E | F2 | 56 | 2E |
| Octal | 30 | 21 | 333 | 131 | 134 | 0 | 16 | 362 | 126 | 56 |
| Binary | 11000 | 10001 | 11011011 | 1011001 | 1011100 | 0 | 1110 | 11110010 | 1010110 | 101110 |
Color Harmonies of #1811DB
Complementary color
Monochromatic Colors of #1811DB
Black with #1811DB
Text Example
Text Example
White with #1811DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1811DB; }
p { color: rgb(24,17,219); }
H1.HeaderClassName
{
color: #1811DB;
}
.AnyTagClassName
{
color: #1811DB;
}
</style>
background-color css
<style>
a { background-color: #1811DB; }
a { background-color: rgb(24,17,219); }
div.DivClassName
{
background-color: #1811DB;
}
.BgClassName
{
background-color: #1811DB;
}
</style>
border-color css
<style>
span { border-color: #1811DB; }
span { border-color: rgb(24,17,219); }
td.TdClassName
{
border-color: #1811DB;
}
.TagClassName
{
border-color: #1811DB;
}
</style>