Shades of Medium Blue #1611DB
Tints of Medium Blue #1611DB
RGB
CMYK
RGB Variations
Color information
#1611DB (or 0x1611DB) is known color: Medium Blue. HEX triplet: 16, 11 and DB. RGB value is (22,17,219). Sum of RGB (Red+Green+Blue) = 22+17+219=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #1611DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1611DB is #E9EE24. Grayscale: #282828. Windows color (decimal): -15330853 or 14356758. OLE color: 14356758.
HSL color Cylindrical-coordinate representation of color #1611DB: hue angle of 241.49º 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 #1611DB is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 17 | 219 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.14 |
| HSL | 241.49º | 0.86% | 0.46% | - |
| HSV(B) | 241.49º | 0.92% | 0.86% | - |
| XYZ | 13.32 | 5.69 | 67.41 | - |
| YUV | 41.52 | 228.16 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 219 | 0.90 | 0.92 | 0 | 0.14 | 241.49 | 0.86 | 0.46 |
| Hex | 16 | 11 | DB | 5A | 5C | 0 | E | F1 | 56 | 2E |
| Octal | 26 | 21 | 333 | 132 | 134 | 0 | 16 | 361 | 126 | 56 |
| Binary | 10110 | 10001 | 11011011 | 1011010 | 1011100 | 0 | 1110 | 11110001 | 1010110 | 101110 |
Color Harmonies of #1611DB
Complementary color
Monochromatic Colors of #1611DB
Black with #1611DB
Text Example
Text Example
White with #1611DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1611DB; }
p { color: rgb(22,17,219); }
H1.HeaderClassName
{
color: #1611DB;
}
.AnyTagClassName
{
color: #1611DB;
}
</style>
background-color css
<style>
a { background-color: #1611DB; }
a { background-color: rgb(22,17,219); }
div.DivClassName
{
background-color: #1611DB;
}
.BgClassName
{
background-color: #1611DB;
}
</style>
border-color css
<style>
span { border-color: #1611DB; }
span { border-color: rgb(22,17,219); }
td.TdClassName
{
border-color: #1611DB;
}
.TagClassName
{
border-color: #1611DB;
}
</style>