Shades of Medium Blue #161ADB
Tints of Medium Blue #161ADB
RGB
CMYK
RGB Variations
Color information
#161ADB (or 0x161ADB) is known color: Medium Blue. HEX triplet: 16, 1A and DB. RGB value is (22,26,219). Sum of RGB (Red+Green+Blue) = 22+26+219=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #161ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161ADB is #E9E524. Grayscale: #2E2E2E. Windows color (decimal): -15328549 or 14359062. OLE color: 14359062.
HSL color Cylindrical-coordinate representation of color #161ADB: hue angle of 238.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #161ADB is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 26 | 219 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.14 |
| HSL | 238.78º | 0.82% | 0.47% | - |
| HSV(B) | 238.78º | 0.9% | 0.86% | - |
| XYZ | 13.49 | 6.02 | 67.47 | - |
| YUV | 46.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 219 | 0.90 | 0.88 | 0 | 0.14 | 238.78 | 0.82 | 0.47 |
| Hex | 16 | 1A | DB | 5A | 58 | 0 | E | EF | 52 | 2F |
| Octal | 26 | 32 | 333 | 132 | 130 | 0 | 16 | 357 | 122 | 57 |
| Binary | 10110 | 11010 | 11011011 | 1011010 | 1011000 | 0 | 1110 | 11101111 | 1010010 | 101111 |
Color Harmonies of #161ADB
Complementary color
Monochromatic Colors of #161ADB
Black with #161ADB
Text Example
Text Example
White with #161ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161ADB; }
p { color: rgb(22,26,219); }
H1.HeaderClassName
{
color: #161ADB;
}
.AnyTagClassName
{
color: #161ADB;
}
</style>
background-color css
<style>
a { background-color: #161ADB; }
a { background-color: rgb(22,26,219); }
div.DivClassName
{
background-color: #161ADB;
}
.BgClassName
{
background-color: #161ADB;
}
</style>
border-color css
<style>
span { border-color: #161ADB; }
span { border-color: rgb(22,26,219); }
td.TdClassName
{
border-color: #161ADB;
}
.TagClassName
{
border-color: #161ADB;
}
</style>