Shades of Medium Blue #161BDD
Tints of Medium Blue #161BDD
RGB
CMYK
RGB Variations
Color information
#161BDD (or 0x161BDD) is known color: Medium Blue. HEX triplet: 16, 1B and DD. RGB value is (22,27,221). Sum of RGB (Red+Green+Blue) = 22+27+221=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #161BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161BDD is #E9E422. Grayscale: #2E2E2E. Windows color (decimal): -15328291 or 14490390. OLE color: 14490390.
HSL color Cylindrical-coordinate representation of color #161BDD: hue angle of 238.49º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #161BDD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 27 | 221 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.13 |
| HSL | 238.49º | 0.82% | 0.48% | - |
| HSV(B) | 238.49º | 0.9% | 0.87% | - |
| XYZ | 13.77 | 6.17 | 68.87 | - |
| YUV | 47.62 | 225.84 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 221 | 0.90 | 0.88 | 0 | 0.13 | 238.49 | 0.82 | 0.48 |
| Hex | 16 | 1B | DD | 5A | 58 | 0 | D | EE | 52 | 30 |
| Octal | 26 | 33 | 335 | 132 | 130 | 0 | 15 | 356 | 122 | 60 |
| Binary | 10110 | 11011 | 11011101 | 1011010 | 1011000 | 0 | 1101 | 11101110 | 1010010 | 110000 |
Color Harmonies of #161BDD
Complementary color
Monochromatic Colors of #161BDD
Black with #161BDD
Text Example
Text Example
White with #161BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161BDD; }
p { color: rgb(22,27,221); }
H1.HeaderClassName
{
color: #161BDD;
}
.AnyTagClassName
{
color: #161BDD;
}
</style>
background-color css
<style>
a { background-color: #161BDD; }
a { background-color: rgb(22,27,221); }
div.DivClassName
{
background-color: #161BDD;
}
.BgClassName
{
background-color: #161BDD;
}
</style>
border-color css
<style>
span { border-color: #161BDD; }
span { border-color: rgb(22,27,221); }
td.TdClassName
{
border-color: #161BDD;
}
.TagClassName
{
border-color: #161BDD;
}
</style>