Shades of Medium Blue #161ACD
Tints of Medium Blue #161ACD
RGB
CMYK
RGB Variations
Color information
#161ACD (or 0x161ACD) is known color: Medium Blue. HEX triplet: 16, 1A and CD. RGB value is (22,26,205). Sum of RGB (Red+Green+Blue) = 22+26+205=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #161ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161ACD is #E9E532. Grayscale: #2C2C2C. Windows color (decimal): -15328563 or 13441558. OLE color: 13441558.
HSL color Cylindrical-coordinate representation of color #161ACD: hue angle of 238.69º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161ACD is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 26 | 205 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.20 |
| HSL | 238.69º | 0.81% | 0.45% | - |
| HSV(B) | 238.69º | 0.89% | 0.8% | - |
| XYZ | 11.72 | 5.32 | 58.17 | - |
| YUV | 45.21 | 218.17 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 205 | 0.89 | 0.87 | 0 | 0.20 | 238.69 | 0.81 | 0.45 |
| Hex | 16 | 1A | CD | 59 | 57 | 0 | 14 | EF | 51 | 2D |
| Octal | 26 | 32 | 315 | 131 | 127 | 0 | 24 | 357 | 121 | 55 |
| Binary | 10110 | 11010 | 11001101 | 1011001 | 1010111 | 0 | 10100 | 11101111 | 1010001 | 101101 |
Color Harmonies of #161ACD
Complementary color
Monochromatic Colors of #161ACD
Black with #161ACD
Text Example
Text Example
White with #161ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161ACD; }
p { color: rgb(22,26,205); }
H1.HeaderClassName
{
color: #161ACD;
}
.AnyTagClassName
{
color: #161ACD;
}
</style>
background-color css
<style>
a { background-color: #161ACD; }
a { background-color: rgb(22,26,205); }
div.DivClassName
{
background-color: #161ACD;
}
.BgClassName
{
background-color: #161ACD;
}
</style>
border-color css
<style>
span { border-color: #161ACD; }
span { border-color: rgb(22,26,205); }
td.TdClassName
{
border-color: #161ACD;
}
.TagClassName
{
border-color: #161ACD;
}
</style>