Shades of Medium Blue #1112DB
Tints of Medium Blue #1112DB
RGB
CMYK
RGB Variations
Color information
#1112DB (or 0x1112DB) is known color: Medium Blue. HEX triplet: 11, 12 and DB. RGB value is (17,18,219). Sum of RGB (Red+Green+Blue) = 17+18+219=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #1112DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1112DB is #EEED24. Grayscale: #272727. Windows color (decimal): -15658277 or 14357009. OLE color: 14357009.
HSL color Cylindrical-coordinate representation of color #1112DB: hue angle of 239.7º 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 #1112DB is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 18 | 219 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.14 |
| HSL | 239.7º | 0.86% | 0.46% | - |
| HSV(B) | 239.7º | 0.92% | 0.86% | - |
| XYZ | 13.23 | 5.67 | 67.41 | - |
| YUV | 40.62 | 228.67 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 219 | 0.92 | 0.92 | 0 | 0.14 | 239.7 | 0.86 | 0.46 |
| Hex | 11 | 12 | DB | 5C | 5C | 0 | E | F0 | 56 | 2E |
| Octal | 21 | 22 | 333 | 134 | 134 | 0 | 16 | 360 | 126 | 56 |
| Binary | 10001 | 10010 | 11011011 | 1011100 | 1011100 | 0 | 1110 | 11110000 | 1010110 | 101110 |
Color Harmonies of #1112DB
Complementary color
Monochromatic Colors of #1112DB
Black with #1112DB
Text Example
Text Example
White with #1112DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1112DB; }
p { color: rgb(17,18,219); }
H1.HeaderClassName
{
color: #1112DB;
}
.AnyTagClassName
{
color: #1112DB;
}
</style>
background-color css
<style>
a { background-color: #1112DB; }
a { background-color: rgb(17,18,219); }
div.DivClassName
{
background-color: #1112DB;
}
.BgClassName
{
background-color: #1112DB;
}
</style>
border-color css
<style>
span { border-color: #1112DB; }
span { border-color: rgb(17,18,219); }
td.TdClassName
{
border-color: #1112DB;
}
.TagClassName
{
border-color: #1112DB;
}
</style>