Shades of Denim #105CC0
Tints of Denim #105CC0
RGB
CMYK
RGB Variations
Color information
#105CC0 (or 0x105CC0) is known color: Denim. HEX triplet: 10, 5C and C0. RGB value is (16,92,192). Sum of RGB (Red+Green+Blue) = 16+92+192=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #105CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CC0 is #EFA33F. Grayscale: #505050. Windows color (decimal): -15704896 or 12606480. OLE color: 12606480.
HSL color Cylindrical-coordinate representation of color #105CC0: hue angle of 214.09º 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 #105CC0 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 92 | 192 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.25 |
| HSL | 214.09º | 0.85% | 0.41% | - |
| HSV(B) | 214.09º | 0.92% | 0.75% | - |
| XYZ | 13.56 | 11.57 | 51.39 | - |
| YUV | 80.68 | 190.82 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 192 | 0.92 | 0.52 | 0 | 0.25 | 214.09 | 0.85 | 0.41 |
| Hex | 10 | 5C | C0 | 5C | 34 | 0 | 19 | D6 | 55 | 29 |
| Octal | 20 | 134 | 300 | 134 | 64 | 0 | 31 | 326 | 125 | 51 |
| Binary | 10000 | 1011100 | 11000000 | 1011100 | 110100 | 0 | 11001 | 11010110 | 1010101 | 101001 |
Color Harmonies of #105CC0
Complementary color
Monochromatic Colors of #105CC0
Black with #105CC0
Text Example
Text Example
White with #105CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CC0; }
p { color: rgb(16,92,192); }
H1.HeaderClassName
{
color: #105CC0;
}
.AnyTagClassName
{
color: #105CC0;
}
</style>
background-color css
<style>
a { background-color: #105CC0; }
a { background-color: rgb(16,92,192); }
div.DivClassName
{
background-color: #105CC0;
}
.BgClassName
{
background-color: #105CC0;
}
</style>
border-color css
<style>
span { border-color: #105CC0; }
span { border-color: rgb(16,92,192); }
td.TdClassName
{
border-color: #105CC0;
}
.TagClassName
{
border-color: #105CC0;
}
</style>