Shades of Denim #105ECC
Tints of Denim #105ECC
RGB
CMYK
RGB Variations
Color information
#105ECC (or 0x105ECC) is known color: Denim. HEX triplet: 10, 5E and CC. RGB value is (16,94,204). Sum of RGB (Red+Green+Blue) = 16+94+204=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #105ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ECC is #EFA133. Grayscale: #525252. Windows color (decimal): -15704372 or 13393424. OLE color: 13393424.
HSL color Cylindrical-coordinate representation of color #105ECC: hue angle of 215.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105ECC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 94 | 204 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.2 |
| HSL | 215.11º | 0.85% | 0.43% | - |
| HSV(B) | 215.11º | 0.92% | 0.8% | - |
| XYZ | 15.12 | 12.48 | 58.74 | - |
| YUV | 83.22 | 196.16 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 204 | 0.92 | 0.54 | 0 | 0.2 | 215.11 | 0.85 | 0.43 |
| Hex | 10 | 5E | CC | 5C | 36 | 0 | 14 | D7 | 55 | 2B |
| Octal | 20 | 136 | 314 | 134 | 66 | 0 | 24 | 327 | 125 | 53 |
| Binary | 10000 | 1011110 | 11001100 | 1011100 | 110110 | 0 | 10100 | 11010111 | 1010101 | 101011 |
Color Harmonies of #105ECC
Complementary color
Monochromatic Colors of #105ECC
Black with #105ECC
Text Example
Text Example
White with #105ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ECC; }
p { color: rgb(16,94,204); }
H1.HeaderClassName
{
color: #105ECC;
}
.AnyTagClassName
{
color: #105ECC;
}
</style>
background-color css
<style>
a { background-color: #105ECC; }
a { background-color: rgb(16,94,204); }
div.DivClassName
{
background-color: #105ECC;
}
.BgClassName
{
background-color: #105ECC;
}
</style>
border-color css
<style>
span { border-color: #105ECC; }
span { border-color: rgb(16,94,204); }
td.TdClassName
{
border-color: #105ECC;
}
.TagClassName
{
border-color: #105ECC;
}
</style>