Shades of Medium Blue #160ADE
Tints of Medium Blue #160ADE
RGB
CMYK
RGB Variations
Color information
#160ADE (or 0x160ADE) is known color: Medium Blue. HEX triplet: 16, 0A and DE. RGB value is (22,10,222). Sum of RGB (Red+Green+Blue) = 22+10+222=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 222 (87.11% from 255 or 87.40% from 254); Max value from RGB is 222 - color contains mainly: blue. Hex color #160ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160ADE is #E9F521. Grayscale: #242424. Windows color (decimal): -15332642 or 14551574. OLE color: 14551574.
HSL color Cylindrical-coordinate representation of color #160ADE: hue angle of 243.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160ADE is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 10 | 222 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.13 |
| HSL | 243.4º | 0.91% | 0.45% | - |
| HSV(B) | 243.4º | 0.95% | 0.87% | - |
| XYZ | 13.62 | 5.66 | 69.48 | - |
| YUV | 37.76 | 231.98 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 222 | 0.90 | 0.95 | 0 | 0.13 | 243.4 | 0.91 | 0.45 |
| Hex | 16 | A | DE | 5A | 5F | 0 | D | F3 | 5B | 2D |
| Octal | 26 | 12 | 336 | 132 | 137 | 0 | 15 | 363 | 133 | 55 |
| Binary | 10110 | 1010 | 11011110 | 1011010 | 1011111 | 0 | 1101 | 11110011 | 1011011 | 101101 |
Color Harmonies of #160ADE
Complementary color
Monochromatic Colors of #160ADE
Black with #160ADE
Text Example
Text Example
White with #160ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160ADE; }
p { color: rgb(22,10,222); }
H1.HeaderClassName
{
color: #160ADE;
}
.AnyTagClassName
{
color: #160ADE;
}
</style>
background-color css
<style>
a { background-color: #160ADE; }
a { background-color: rgb(22,10,222); }
div.DivClassName
{
background-color: #160ADE;
}
.BgClassName
{
background-color: #160ADE;
}
</style>
border-color css
<style>
span { border-color: #160ADE; }
span { border-color: rgb(22,10,222); }
td.TdClassName
{
border-color: #160ADE;
}
.TagClassName
{
border-color: #160ADE;
}
</style>