Shades of Denim #105DCC
Tints of Denim #105DCC
RGB
CMYK
RGB Variations
Color information
#105DCC (or 0x105DCC) is known color: Denim. HEX triplet: 10, 5D and CC. RGB value is (16,93,204). Sum of RGB (Red+Green+Blue) = 16+93+204=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #105DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DCC is #EFA233. Grayscale: #525252. Windows color (decimal): -15704628 or 13393168. OLE color: 13393168.
HSL color Cylindrical-coordinate representation of color #105DCC: hue angle of 215.43º 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 #105DCC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 93 | 204 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.2 |
| HSL | 215.43º | 0.85% | 0.43% | - |
| HSV(B) | 215.43º | 0.92% | 0.8% | - |
| XYZ | 15.03 | 12.3 | 58.71 | - |
| YUV | 82.63 | 196.49 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 204 | 0.92 | 0.54 | 0 | 0.2 | 215.43 | 0.85 | 0.43 |
| Hex | 10 | 5D | CC | 5C | 36 | 0 | 14 | D7 | 55 | 2B |
| Octal | 20 | 135 | 314 | 134 | 66 | 0 | 24 | 327 | 125 | 53 |
| Binary | 10000 | 1011101 | 11001100 | 1011100 | 110110 | 0 | 10100 | 11010111 | 1010101 | 101011 |
Color Harmonies of #105DCC
Complementary color
Monochromatic Colors of #105DCC
Black with #105DCC
Text Example
Text Example
White with #105DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DCC; }
p { color: rgb(16,93,204); }
H1.HeaderClassName
{
color: #105DCC;
}
.AnyTagClassName
{
color: #105DCC;
}
</style>
background-color css
<style>
a { background-color: #105DCC; }
a { background-color: rgb(16,93,204); }
div.DivClassName
{
background-color: #105DCC;
}
.BgClassName
{
background-color: #105DCC;
}
</style>
border-color css
<style>
span { border-color: #105DCC; }
span { border-color: rgb(16,93,204); }
td.TdClassName
{
border-color: #105DCC;
}
.TagClassName
{
border-color: #105DCC;
}
</style>