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