Shades of Medium Blue #160DDA
Tints of Medium Blue #160DDA
RGB
CMYK
RGB Variations
Color information
#160DDA (or 0x160DDA) is known color: Medium Blue. HEX triplet: 16, 0D and DA. RGB value is (22,13,218). Sum of RGB (Red+Green+Blue) = 22+13+218=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 218 (85.55% from 255 or 86.17% from 253); Max value from RGB is 218 - color contains mainly: blue. Hex color #160DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160DDA is #E9F225. Grayscale: #262626. Windows color (decimal): -15331878 or 14290198. OLE color: 14290198.
HSL color Cylindrical-coordinate representation of color #160DDA: hue angle of 242.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160DDA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 13 | 218 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.15 |
| HSL | 242.63º | 0.89% | 0.45% | - |
| HSV(B) | 242.63º | 0.94% | 0.85% | - |
| XYZ | 13.13 | 5.52 | 66.7 | - |
| YUV | 39.06 | 228.98 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 218 | 0.90 | 0.94 | 0 | 0.15 | 242.63 | 0.89 | 0.45 |
| Hex | 16 | D | DA | 5A | 5E | 0 | F | F3 | 59 | 2D |
| Octal | 26 | 15 | 332 | 132 | 136 | 0 | 17 | 363 | 131 | 55 |
| Binary | 10110 | 1101 | 11011010 | 1011010 | 1011110 | 0 | 1111 | 11110011 | 1011001 | 101101 |
Color Harmonies of #160DDA
Complementary color
Monochromatic Colors of #160DDA
Black with #160DDA
Text Example
Text Example
White with #160DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160DDA; }
p { color: rgb(22,13,218); }
H1.HeaderClassName
{
color: #160DDA;
}
.AnyTagClassName
{
color: #160DDA;
}
</style>
background-color css
<style>
a { background-color: #160DDA; }
a { background-color: rgb(22,13,218); }
div.DivClassName
{
background-color: #160DDA;
}
.BgClassName
{
background-color: #160DDA;
}
</style>
border-color css
<style>
span { border-color: #160DDA; }
span { border-color: rgb(22,13,218); }
td.TdClassName
{
border-color: #160DDA;
}
.TagClassName
{
border-color: #160DDA;
}
</style>