Shades of Medium Blue #161AD1
Tints of Medium Blue #161AD1
RGB
CMYK
RGB Variations
Color information
#161AD1 (or 0x161AD1) is known color: Medium Blue. HEX triplet: 16, 1A and D1. RGB value is (22,26,209). Sum of RGB (Red+Green+Blue) = 22+26+209=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 209 (82.03% from 255 or 81.32% from 257); Max value from RGB is 209 - color contains mainly: blue. Hex color #161AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161AD1 is #E9E52E. Grayscale: #2C2C2C. Windows color (decimal): -15328559 or 13703702. OLE color: 13703702.
HSL color Cylindrical-coordinate representation of color #161AD1: hue angle of 238.72º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161AD1 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 26 | 209 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.18 |
| HSL | 238.72º | 0.81% | 0.45% | - |
| HSV(B) | 238.72º | 0.89% | 0.82% | - |
| XYZ | 12.21 | 5.51 | 60.74 | - |
| YUV | 45.67 | 220.17 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 209 | 0.89 | 0.88 | 0 | 0.18 | 238.72 | 0.81 | 0.45 |
| Hex | 16 | 1A | D1 | 59 | 58 | 0 | 12 | EF | 51 | 2D |
| Octal | 26 | 32 | 321 | 131 | 130 | 0 | 22 | 357 | 121 | 55 |
| Binary | 10110 | 11010 | 11010001 | 1011001 | 1011000 | 0 | 10010 | 11101111 | 1010001 | 101101 |
Color Harmonies of #161AD1
Complementary color
Monochromatic Colors of #161AD1
Black with #161AD1
Text Example
Text Example
White with #161AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161AD1; }
p { color: rgb(22,26,209); }
H1.HeaderClassName
{
color: #161AD1;
}
.AnyTagClassName
{
color: #161AD1;
}
</style>
background-color css
<style>
a { background-color: #161AD1; }
a { background-color: rgb(22,26,209); }
div.DivClassName
{
background-color: #161AD1;
}
.BgClassName
{
background-color: #161AD1;
}
</style>
border-color css
<style>
span { border-color: #161AD1; }
span { border-color: rgb(22,26,209); }
td.TdClassName
{
border-color: #161AD1;
}
.TagClassName
{
border-color: #161AD1;
}
</style>