Shades of Medium Blue #160EC4
Tints of Medium Blue #160EC4
RGB
CMYK
RGB Variations
Color information
#160EC4 (or 0x160EC4) is known color: Medium Blue. HEX triplet: 16, 0E and C4. RGB value is (22,14,196). Sum of RGB (Red+Green+Blue) = 22+14+196=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 196 (76.95% from 255 or 84.48% from 232); Max value from RGB is 196 - color contains mainly: blue. Hex color #160EC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160EC4 is #E9F13B. Grayscale: #242424. Windows color (decimal): -15331644 or 12848662. OLE color: 12848662.
HSL color Cylindrical-coordinate representation of color #160EC4: hue angle of 242.64º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160EC4 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 14 | 196 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.23 |
| HSL | 242.64º | 0.87% | 0.41% | - |
| HSV(B) | 242.64º | 0.93% | 0.77% | - |
| XYZ | 10.45 | 4.47 | 52.54 | - |
| YUV | 37.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 14 | 196 | 0.89 | 0.93 | 0 | 0.23 | 242.64 | 0.87 | 0.41 |
| Hex | 16 | E | C4 | 59 | 5D | 0 | 17 | F3 | 57 | 29 |
| Octal | 26 | 16 | 304 | 131 | 135 | 0 | 27 | 363 | 127 | 51 |
| Binary | 10110 | 1110 | 11000100 | 1011001 | 1011101 | 0 | 10111 | 11110011 | 1010111 | 101001 |
Color Harmonies of #160EC4
Complementary color
Monochromatic Colors of #160EC4
Black with #160EC4
Text Example
Text Example
White with #160EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160EC4; }
p { color: rgb(22,14,196); }
H1.HeaderClassName
{
color: #160EC4;
}
.AnyTagClassName
{
color: #160EC4;
}
</style>
background-color css
<style>
a { background-color: #160EC4; }
a { background-color: rgb(22,14,196); }
div.DivClassName
{
background-color: #160EC4;
}
.BgClassName
{
background-color: #160EC4;
}
</style>
border-color css
<style>
span { border-color: #160EC4; }
span { border-color: rgb(22,14,196); }
td.TdClassName
{
border-color: #160EC4;
}
.TagClassName
{
border-color: #160EC4;
}
</style>