Shades of Medium Blue #121BDB
Tints of Medium Blue #121BDB
RGB
CMYK
RGB Variations
Color information
#121BDB (or 0x121BDB) is known color: Medium Blue. HEX triplet: 12, 1B and DB. RGB value is (18,27,219). Sum of RGB (Red+Green+Blue) = 18+27+219=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #121BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BDB is #EDE424. Grayscale: #2D2D2D. Windows color (decimal): -15590437 or 14359314. OLE color: 14359314.
HSL color Cylindrical-coordinate representation of color #121BDB: hue angle of 237.31º degrees, saturation: 0.85, 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 #121BDB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 27 | 219 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.14 |
| HSL | 237.31º | 0.85% | 0.46% | - |
| HSV(B) | 237.31º | 0.92% | 0.86% | - |
| XYZ | 13.43 | 6.03 | 67.47 | - |
| YUV | 46.2 | 225.52 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 219 | 0.92 | 0.88 | 0 | 0.14 | 237.31 | 0.85 | 0.46 |
| Hex | 12 | 1B | DB | 5C | 58 | 0 | E | ED | 55 | 2E |
| Octal | 22 | 33 | 333 | 134 | 130 | 0 | 16 | 355 | 125 | 56 |
| Binary | 10010 | 11011 | 11011011 | 1011100 | 1011000 | 0 | 1110 | 11101101 | 1010101 | 101110 |
Color Harmonies of #121BDB
Complementary color
Monochromatic Colors of #121BDB
Black with #121BDB
Text Example
Text Example
White with #121BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BDB; }
p { color: rgb(18,27,219); }
H1.HeaderClassName
{
color: #121BDB;
}
.AnyTagClassName
{
color: #121BDB;
}
</style>
background-color css
<style>
a { background-color: #121BDB; }
a { background-color: rgb(18,27,219); }
div.DivClassName
{
background-color: #121BDB;
}
.BgClassName
{
background-color: #121BDB;
}
</style>
border-color css
<style>
span { border-color: #121BDB; }
span { border-color: rgb(18,27,219); }
td.TdClassName
{
border-color: #121BDB;
}
.TagClassName
{
border-color: #121BDB;
}
</style>