Shades of Denim #105DB6
Tints of Denim #105DB6
RGB
CMYK
RGB Variations
Color information
#105DB6 (or 0x105DB6) is known color: Denim. HEX triplet: 10, 5D and B6. RGB value is (16,93,182). Sum of RGB (Red+Green+Blue) = 16+93+182=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #105DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DB6 is #EFA249. Grayscale: #4F4F4F. Windows color (decimal): -15704650 or 11951376. OLE color: 11951376.
HSL color Cylindrical-coordinate representation of color #105DB6: hue angle of 212.17º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DB6 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 93 | 182 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.29 |
| HSL | 212.17º | 0.84% | 0.39% | - |
| HSV(B) | 212.17º | 0.91% | 0.71% | - |
| XYZ | 12.57 | 11.32 | 45.78 | - |
| YUV | 80.12 | 185.49 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 182 | 0.91 | 0.49 | 0 | 0.29 | 212.17 | 0.84 | 0.39 |
| Hex | 10 | 5D | B6 | 5B | 31 | 0 | 1D | D4 | 54 | 27 |
| Octal | 20 | 135 | 266 | 133 | 61 | 0 | 35 | 324 | 124 | 47 |
| Binary | 10000 | 1011101 | 10110110 | 1011011 | 110001 | 0 | 11101 | 11010100 | 1010100 | 100111 |
Color Harmonies of #105DB6
Complementary color
Monochromatic Colors of #105DB6
Black with #105DB6
Text Example
Text Example
White with #105DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DB6; }
p { color: rgb(16,93,182); }
H1.HeaderClassName
{
color: #105DB6;
}
.AnyTagClassName
{
color: #105DB6;
}
</style>
background-color css
<style>
a { background-color: #105DB6; }
a { background-color: rgb(16,93,182); }
div.DivClassName
{
background-color: #105DB6;
}
.BgClassName
{
background-color: #105DB6;
}
</style>
border-color css
<style>
span { border-color: #105DB6; }
span { border-color: rgb(16,93,182); }
td.TdClassName
{
border-color: #105DB6;
}
.TagClassName
{
border-color: #105DB6;
}
</style>