Shades of Medium Blue #160CC4
Tints of Medium Blue #160CC4
RGB
CMYK
RGB Variations
Color information
#160CC4 (or 0x160CC4) is known color: Medium Blue. HEX triplet: 16, 0C and C4. RGB value is (22,12,196). Sum of RGB (Red+Green+Blue) = 22+12+196=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 196 (76.95% from 255 or 85.22% from 230); Max value from RGB is 196 - color contains mainly: blue. Hex color #160CC4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160CC4 is #E9F33B. Grayscale: #232323. Windows color (decimal): -15332156 or 12848150. OLE color: 12848150.
HSL color Cylindrical-coordinate representation of color #160CC4: hue angle of 243.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160CC4 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 12 | 196 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.23 |
| HSL | 243.26º | 0.88% | 0.41% | - |
| HSV(B) | 243.26º | 0.94% | 0.77% | - |
| XYZ | 10.43 | 4.42 | 52.53 | - |
| YUV | 35.97 | 218.31 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 196 | 0.89 | 0.94 | 0 | 0.23 | 243.26 | 0.88 | 0.41 |
| Hex | 16 | C | C4 | 59 | 5E | 0 | 17 | F3 | 58 | 29 |
| Octal | 26 | 14 | 304 | 131 | 136 | 0 | 27 | 363 | 130 | 51 |
| Binary | 10110 | 1100 | 11000100 | 1011001 | 1011110 | 0 | 10111 | 11110011 | 1011000 | 101001 |
Color Harmonies of #160CC4
Complementary color
Monochromatic Colors of #160CC4
Black with #160CC4
Text Example
Text Example
White with #160CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160CC4; }
p { color: rgb(22,12,196); }
H1.HeaderClassName
{
color: #160CC4;
}
.AnyTagClassName
{
color: #160CC4;
}
</style>
background-color css
<style>
a { background-color: #160CC4; }
a { background-color: rgb(22,12,196); }
div.DivClassName
{
background-color: #160CC4;
}
.BgClassName
{
background-color: #160CC4;
}
</style>
border-color css
<style>
span { border-color: #160CC4; }
span { border-color: rgb(22,12,196); }
td.TdClassName
{
border-color: #160CC4;
}
.TagClassName
{
border-color: #160CC4;
}
</style>