Shades of Medium Blue #160CC9
Tints of Medium Blue #160CC9
RGB
CMYK
RGB Variations
Color information
#160CC9 (or 0x160CC9) is known color: Medium Blue. HEX triplet: 16, 0C and C9. RGB value is (22,12,201). Sum of RGB (Red+Green+Blue) = 22+12+201=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 201 (78.91% from 255 or 85.53% from 235); Max value from RGB is 201 - color contains mainly: blue. Hex color #160CC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160CC9 is #E9F336. Grayscale: #232323. Windows color (decimal): -15332151 or 13175830. OLE color: 13175830.
HSL color Cylindrical-coordinate representation of color #160CC9: hue angle of 243.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160CC9 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 12 | 201 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.21 |
| HSL | 243.17º | 0.89% | 0.42% | - |
| HSV(B) | 243.17º | 0.94% | 0.79% | - |
| XYZ | 11 | 4.65 | 55.58 | - |
| YUV | 36.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 12 | 201 | 0.89 | 0.94 | 0 | 0.21 | 243.17 | 0.89 | 0.42 |
| Hex | 16 | C | C9 | 59 | 5E | 0 | 15 | F3 | 59 | 2A |
| Octal | 26 | 14 | 311 | 131 | 136 | 0 | 25 | 363 | 131 | 52 |
| Binary | 10110 | 1100 | 11001001 | 1011001 | 1011110 | 0 | 10101 | 11110011 | 1011001 | 101010 |
Color Harmonies of #160CC9
Complementary color
Monochromatic Colors of #160CC9
Black with #160CC9
Text Example
Text Example
White with #160CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160CC9; }
p { color: rgb(22,12,201); }
H1.HeaderClassName
{
color: #160CC9;
}
.AnyTagClassName
{
color: #160CC9;
}
</style>
background-color css
<style>
a { background-color: #160CC9; }
a { background-color: rgb(22,12,201); }
div.DivClassName
{
background-color: #160CC9;
}
.BgClassName
{
background-color: #160CC9;
}
</style>
border-color css
<style>
span { border-color: #160CC9; }
span { border-color: rgb(22,12,201); }
td.TdClassName
{
border-color: #160CC9;
}
.TagClassName
{
border-color: #160CC9;
}
</style>