Shades of Medium Blue #160AD4
Tints of Medium Blue #160AD4
RGB
CMYK
RGB Variations
Color information
#160AD4 (or 0x160AD4) is known color: Medium Blue. HEX triplet: 16, 0A and D4. RGB value is (22,10,212). Sum of RGB (Red+Green+Blue) = 22+10+212=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 212 (83.20% from 255 or 86.89% from 244); Max value from RGB is 212 - color contains mainly: blue. Hex color #160AD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160AD4 is #E9F52B. Grayscale: #232323. Windows color (decimal): -15332652 or 13896214. OLE color: 13896214.
HSL color Cylindrical-coordinate representation of color #160AD4: hue angle of 243.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160AD4 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 10 | 212 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.17 |
| HSL | 243.56º | 0.91% | 0.44% | - |
| HSV(B) | 243.56º | 0.95% | 0.83% | - |
| XYZ | 12.32 | 5.14 | 62.63 | - |
| YUV | 36.62 | 226.98 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 212 | 0.90 | 0.95 | 0 | 0.17 | 243.56 | 0.91 | 0.44 |
| Hex | 16 | A | D4 | 5A | 5F | 0 | 11 | F4 | 5B | 2C |
| Octal | 26 | 12 | 324 | 132 | 137 | 0 | 21 | 364 | 133 | 54 |
| Binary | 10110 | 1010 | 11010100 | 1011010 | 1011111 | 0 | 10001 | 11110100 | 1011011 | 101100 |
Color Harmonies of #160AD4
Complementary color
Monochromatic Colors of #160AD4
Black with #160AD4
Text Example
Text Example
White with #160AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160AD4; }
p { color: rgb(22,10,212); }
H1.HeaderClassName
{
color: #160AD4;
}
.AnyTagClassName
{
color: #160AD4;
}
</style>
background-color css
<style>
a { background-color: #160AD4; }
a { background-color: rgb(22,10,212); }
div.DivClassName
{
background-color: #160AD4;
}
.BgClassName
{
background-color: #160AD4;
}
</style>
border-color css
<style>
span { border-color: #160AD4; }
span { border-color: rgb(22,10,212); }
td.TdClassName
{
border-color: #160AD4;
}
.TagClassName
{
border-color: #160AD4;
}
</style>