Shades of Denim #105EC0
Tints of Denim #105EC0
RGB
CMYK
RGB Variations
Color information
#105EC0 (or 0x105EC0) is known color: Denim. HEX triplet: 10, 5E and C0. RGB value is (16,94,192). Sum of RGB (Red+Green+Blue) = 16+94+192=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #105EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EC0 is #EFA13F. Grayscale: #515151. Windows color (decimal): -15704384 or 12606992. OLE color: 12606992.
HSL color Cylindrical-coordinate representation of color #105EC0: hue angle of 213.41º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105EC0 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 94 | 192 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.25 |
| HSL | 213.41º | 0.85% | 0.41% | - |
| HSV(B) | 213.41º | 0.92% | 0.75% | - |
| XYZ | 13.73 | 11.92 | 51.45 | - |
| YUV | 81.85 | 190.16 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 192 | 0.92 | 0.51 | 0 | 0.25 | 213.41 | 0.85 | 0.41 |
| Hex | 10 | 5E | C0 | 5C | 33 | 0 | 19 | D5 | 55 | 29 |
| Octal | 20 | 136 | 300 | 134 | 63 | 0 | 31 | 325 | 125 | 51 |
| Binary | 10000 | 1011110 | 11000000 | 1011100 | 110011 | 0 | 11001 | 11010101 | 1010101 | 101001 |
Color Harmonies of #105EC0
Complementary color
Monochromatic Colors of #105EC0
Black with #105EC0
Text Example
Text Example
White with #105EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EC0; }
p { color: rgb(16,94,192); }
H1.HeaderClassName
{
color: #105EC0;
}
.AnyTagClassName
{
color: #105EC0;
}
</style>
background-color css
<style>
a { background-color: #105EC0; }
a { background-color: rgb(16,94,192); }
div.DivClassName
{
background-color: #105EC0;
}
.BgClassName
{
background-color: #105EC0;
}
</style>
border-color css
<style>
span { border-color: #105EC0; }
span { border-color: rgb(16,94,192); }
td.TdClassName
{
border-color: #105EC0;
}
.TagClassName
{
border-color: #105EC0;
}
</style>