Shades of Medium Blue #160ACE
Tints of Medium Blue #160ACE
RGB
CMYK
RGB Variations
Color information
#160ACE (or 0x160ACE) is known color: Medium Blue. HEX triplet: 16, 0A and CE. RGB value is (22,10,206). Sum of RGB (Red+Green+Blue) = 22+10+206=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #160ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #160ACE is #E9F531. Grayscale: #232323. Windows color (decimal): -15332658 or 13502998. OLE color: 13502998.
HSL color Cylindrical-coordinate representation of color #160ACE: hue angle of 243.67º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160ACE is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 10 | 206 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.19 |
| HSL | 243.67º | 0.91% | 0.42% | - |
| HSV(B) | 243.67º | 0.95% | 0.81% | - |
| XYZ | 11.58 | 4.84 | 58.72 | - |
| YUV | 35.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 10 | 206 | 0.89 | 0.95 | 0 | 0.19 | 243.67 | 0.91 | 0.42 |
| Hex | 16 | A | CE | 59 | 5F | 0 | 13 | F4 | 5B | 2A |
| Octal | 26 | 12 | 316 | 131 | 137 | 0 | 23 | 364 | 133 | 52 |
| Binary | 10110 | 1010 | 11001110 | 1011001 | 1011111 | 0 | 10011 | 11110100 | 1011011 | 101010 |
Color Harmonies of #160ACE
Complementary color
Monochromatic Colors of #160ACE
Black with #160ACE
Text Example
Text Example
White with #160ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160ACE; }
p { color: rgb(22,10,206); }
H1.HeaderClassName
{
color: #160ACE;
}
.AnyTagClassName
{
color: #160ACE;
}
</style>
background-color css
<style>
a { background-color: #160ACE; }
a { background-color: rgb(22,10,206); }
div.DivClassName
{
background-color: #160ACE;
}
.BgClassName
{
background-color: #160ACE;
}
</style>
border-color css
<style>
span { border-color: #160ACE; }
span { border-color: rgb(22,10,206); }
td.TdClassName
{
border-color: #160ACE;
}
.TagClassName
{
border-color: #160ACE;
}
</style>