Shades of Denim #105CC5
Tints of Denim #105CC5
RGB
CMYK
RGB Variations
Color information
#105CC5 (or 0x105CC5) is known color: Denim. HEX triplet: 10, 5C and C5. RGB value is (16,92,197). Sum of RGB (Red+Green+Blue) = 16+92+197=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #105CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CC5 is #EFA33A. Grayscale: #505050. Windows color (decimal): -15704891 or 12934160. OLE color: 12934160.
HSL color Cylindrical-coordinate representation of color #105CC5: hue angle of 214.81º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105CC5 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 92 | 197 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.23 |
| HSL | 214.81º | 0.85% | 0.42% | - |
| HSV(B) | 214.81º | 0.92% | 0.77% | - |
| XYZ | 14.12 | 11.8 | 54.36 | - |
| YUV | 81.25 | 193.32 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 197 | 0.92 | 0.53 | 0 | 0.23 | 214.81 | 0.85 | 0.42 |
| Hex | 10 | 5C | C5 | 5C | 35 | 0 | 17 | D7 | 55 | 2A |
| Octal | 20 | 134 | 305 | 134 | 65 | 0 | 27 | 327 | 125 | 52 |
| Binary | 10000 | 1011100 | 11000101 | 1011100 | 110101 | 0 | 10111 | 11010111 | 1010101 | 101010 |
Color Harmonies of #105CC5
Complementary color
Monochromatic Colors of #105CC5
Black with #105CC5
Text Example
Text Example
White with #105CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CC5; }
p { color: rgb(16,92,197); }
H1.HeaderClassName
{
color: #105CC5;
}
.AnyTagClassName
{
color: #105CC5;
}
</style>
background-color css
<style>
a { background-color: #105CC5; }
a { background-color: rgb(16,92,197); }
div.DivClassName
{
background-color: #105CC5;
}
.BgClassName
{
background-color: #105CC5;
}
</style>
border-color css
<style>
span { border-color: #105CC5; }
span { border-color: rgb(16,92,197); }
td.TdClassName
{
border-color: #105CC5;
}
.TagClassName
{
border-color: #105CC5;
}
</style>