Shades of Medium Blue #160ADB
Tints of Medium Blue #160ADB
RGB
CMYK
RGB Variations
Color information
#160ADB (or 0x160ADB) is known color: Medium Blue. HEX triplet: 16, 0A and DB. RGB value is (22,10,219). Sum of RGB (Red+Green+Blue) = 22+10+219=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #160ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160ADB is #E9F524. Grayscale: #242424. Windows color (decimal): -15332645 or 14354966. OLE color: 14354966.
HSL color Cylindrical-coordinate representation of color #160ADB: hue angle of 243.44º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160ADB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 10 | 219 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.14 |
| HSL | 243.45º | 0.91% | 0.45% | - |
| HSV(B) | 243.45º | 0.95% | 0.86% | - |
| XYZ | 13.23 | 5.5 | 67.38 | - |
| YUV | 37.41 | 230.48 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 219 | 0.90 | 0.95 | 0 | 0.14 | 243.45 | 0.91 | 0.45 |
| Hex | 16 | A | DB | 5A | 5F | 0 | E | F3 | 5B | 2D |
| Octal | 26 | 12 | 333 | 132 | 137 | 0 | 16 | 363 | 133 | 55 |
| Binary | 10110 | 1010 | 11011011 | 1011010 | 1011111 | 0 | 1110 | 11110011 | 1011011 | 101101 |
Color Harmonies of #160ADB
Complementary color
Monochromatic Colors of #160ADB
Black with #160ADB
Text Example
Text Example
White with #160ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160ADB; }
p { color: rgb(22,10,219); }
H1.HeaderClassName
{
color: #160ADB;
}
.AnyTagClassName
{
color: #160ADB;
}
</style>
background-color css
<style>
a { background-color: #160ADB; }
a { background-color: rgb(22,10,219); }
div.DivClassName
{
background-color: #160ADB;
}
.BgClassName
{
background-color: #160ADB;
}
</style>
border-color css
<style>
span { border-color: #160ADB; }
span { border-color: rgb(22,10,219); }
td.TdClassName
{
border-color: #160ADB;
}
.TagClassName
{
border-color: #160ADB;
}
</style>