Shades of Medium Blue #1122DB
Tints of Medium Blue #1122DB
RGB
CMYK
RGB Variations
Color information
#1122DB (or 0x1122DB) is known color: Medium Blue. HEX triplet: 11, 22 and DB. RGB value is (17,34,219). Sum of RGB (Red+Green+Blue) = 17+34+219=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #1122DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122DB is #EEDD24. Grayscale: #313131. Windows color (decimal): -15654181 or 14361105. OLE color: 14361105.
HSL color Cylindrical-coordinate representation of color #1122DB: hue angle of 234.95º 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 #1122DB is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 34 | 219 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.14 |
| HSL | 234.95º | 0.86% | 0.46% | - |
| HSV(B) | 234.95º | 0.92% | 0.86% | - |
| XYZ | 13.59 | 6.38 | 67.53 | - |
| YUV | 50.01 | 223.37 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 219 | 0.92 | 0.84 | 0 | 0.14 | 234.95 | 0.86 | 0.46 |
| Hex | 11 | 22 | DB | 5C | 54 | 0 | E | EB | 56 | 2E |
| Octal | 21 | 42 | 333 | 134 | 124 | 0 | 16 | 353 | 126 | 56 |
| Binary | 10001 | 100010 | 11011011 | 1011100 | 1010100 | 0 | 1110 | 11101011 | 1010110 | 101110 |
Color Harmonies of #1122DB
Complementary color
Monochromatic Colors of #1122DB
Black with #1122DB
Text Example
Text Example
White with #1122DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122DB; }
p { color: rgb(17,34,219); }
H1.HeaderClassName
{
color: #1122DB;
}
.AnyTagClassName
{
color: #1122DB;
}
</style>
background-color css
<style>
a { background-color: #1122DB; }
a { background-color: rgb(17,34,219); }
div.DivClassName
{
background-color: #1122DB;
}
.BgClassName
{
background-color: #1122DB;
}
</style>
border-color css
<style>
span { border-color: #1122DB; }
span { border-color: rgb(17,34,219); }
td.TdClassName
{
border-color: #1122DB;
}
.TagClassName
{
border-color: #1122DB;
}
</style>