Shades of Medium Blue #160EDB
Tints of Medium Blue #160EDB
RGB
CMYK
RGB Variations
Color information
#160EDB (or 0x160EDB) is known color: Medium Blue. HEX triplet: 16, 0E and DB. RGB value is (22,14,219). Sum of RGB (Red+Green+Blue) = 22+14+219=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #160EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160EDB is #E9F124. Grayscale: #262626. Windows color (decimal): -15331621 or 14355990. OLE color: 14355990.
HSL color Cylindrical-coordinate representation of color #160EDB: hue angle of 242.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160EDB is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 14 | 219 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.14 |
| HSL | 242.34º | 0.88% | 0.46% | - |
| HSV(B) | 242.34º | 0.94% | 0.86% | - |
| XYZ | 13.27 | 5.6 | 67.4 | - |
| YUV | 39.76 | 229.15 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 14 | 219 | 0.90 | 0.94 | 0 | 0.14 | 242.34 | 0.88 | 0.46 |
| Hex | 16 | E | DB | 5A | 5E | 0 | E | F2 | 58 | 2E |
| Octal | 26 | 16 | 333 | 132 | 136 | 0 | 16 | 362 | 130 | 56 |
| Binary | 10110 | 1110 | 11011011 | 1011010 | 1011110 | 0 | 1110 | 11110010 | 1011000 | 101110 |
Color Harmonies of #160EDB
Complementary color
Monochromatic Colors of #160EDB
Black with #160EDB
Text Example
Text Example
White with #160EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160EDB; }
p { color: rgb(22,14,219); }
H1.HeaderClassName
{
color: #160EDB;
}
.AnyTagClassName
{
color: #160EDB;
}
</style>
background-color css
<style>
a { background-color: #160EDB; }
a { background-color: rgb(22,14,219); }
div.DivClassName
{
background-color: #160EDB;
}
.BgClassName
{
background-color: #160EDB;
}
</style>
border-color css
<style>
span { border-color: #160EDB; }
span { border-color: rgb(22,14,219); }
td.TdClassName
{
border-color: #160EDB;
}
.TagClassName
{
border-color: #160EDB;
}
</style>