Shades of Medium Blue #160ADF
Tints of Medium Blue #160ADF
RGB
CMYK
RGB Variations
Color information
#160ADF (or 0x160ADF) is known color: Medium Blue. HEX triplet: 16, 0A and DF. RGB value is (22,10,223). Sum of RGB (Red+Green+Blue) = 22+10+223=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #160ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160ADF is #E9F520. Grayscale: #252525. Windows color (decimal): -15332641 or 14617110. OLE color: 14617110.
HSL color Cylindrical-coordinate representation of color #160ADF: hue angle of 243.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160ADF is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 10 | 223 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.13 |
| HSL | 243.38º | 0.91% | 0.46% | - |
| HSV(B) | 243.38º | 0.96% | 0.87% | - |
| XYZ | 13.76 | 5.72 | 70.19 | - |
| YUV | 37.87 | 232.48 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 223 | 0.90 | 0.96 | 0 | 0.13 | 243.38 | 0.91 | 0.46 |
| Hex | 16 | A | DF | 5A | 60 | 0 | D | F3 | 5B | 2E |
| Octal | 26 | 12 | 337 | 132 | 140 | 0 | 15 | 363 | 133 | 56 |
| Binary | 10110 | 1010 | 11011111 | 1011010 | 1100000 | 0 | 1101 | 11110011 | 1011011 | 101110 |
Color Harmonies of #160ADF
Complementary color
Monochromatic Colors of #160ADF
Black with #160ADF
Text Example
Text Example
White with #160ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160ADF; }
p { color: rgb(22,10,223); }
H1.HeaderClassName
{
color: #160ADF;
}
.AnyTagClassName
{
color: #160ADF;
}
</style>
background-color css
<style>
a { background-color: #160ADF; }
a { background-color: rgb(22,10,223); }
div.DivClassName
{
background-color: #160ADF;
}
.BgClassName
{
background-color: #160ADF;
}
</style>
border-color css
<style>
span { border-color: #160ADF; }
span { border-color: rgb(22,10,223); }
td.TdClassName
{
border-color: #160ADF;
}
.TagClassName
{
border-color: #160ADF;
}
</style>