Shades of Denim #105DCE
Tints of Denim #105DCE
RGB
CMYK
RGB Variations
Color information
#105DCE (or 0x105DCE) is known color: Denim. HEX triplet: 10, 5D and CE. RGB value is (16,93,206). Sum of RGB (Red+Green+Blue) = 16+93+206=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #105DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DCE is #EFA231. Grayscale: #525252. Windows color (decimal): -15704626 or 13524240. OLE color: 13524240.
HSL color Cylindrical-coordinate representation of color #105DCE: hue angle of 215.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105DCE is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 93 | 206 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.19 |
| HSL | 215.68º | 0.86% | 0.44% | - |
| HSV(B) | 215.68º | 0.92% | 0.81% | - |
| XYZ | 15.27 | 12.4 | 59.98 | - |
| YUV | 82.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 206 | 0.92 | 0.55 | 0 | 0.19 | 215.68 | 0.86 | 0.44 |
| Hex | 10 | 5D | CE | 5C | 37 | 0 | 13 | D8 | 56 | 2C |
| Octal | 20 | 135 | 316 | 134 | 67 | 0 | 23 | 330 | 126 | 54 |
| Binary | 10000 | 1011101 | 11001110 | 1011100 | 110111 | 0 | 10011 | 11011000 | 1010110 | 101100 |
Color Harmonies of #105DCE
Complementary color
Monochromatic Colors of #105DCE
Black with #105DCE
Text Example
Text Example
White with #105DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DCE; }
p { color: rgb(16,93,206); }
H1.HeaderClassName
{
color: #105DCE;
}
.AnyTagClassName
{
color: #105DCE;
}
</style>
background-color css
<style>
a { background-color: #105DCE; }
a { background-color: rgb(16,93,206); }
div.DivClassName
{
background-color: #105DCE;
}
.BgClassName
{
background-color: #105DCE;
}
</style>
border-color css
<style>
span { border-color: #105DCE; }
span { border-color: rgb(16,93,206); }
td.TdClassName
{
border-color: #105DCE;
}
.TagClassName
{
border-color: #105DCE;
}
</style>