Shades of Denim #105DB2
Tints of Denim #105DB2
RGB
CMYK
RGB Variations
Color information
#105DB2 (or 0x105DB2) is known color: Denim. HEX triplet: 10, 5D and B2. RGB value is (16,93,178). Sum of RGB (Red+Green+Blue) = 16+93+178=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #105DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105DB2 is #EFA24D. Grayscale: #4F4F4F. Windows color (decimal): -15704654 or 11689232. OLE color: 11689232.
HSL color Cylindrical-coordinate representation of color #105DB2: hue angle of 211.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DB2 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 93 | 178 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.30 |
| HSL | 211.48º | 0.84% | 0.38% | - |
| HSV(B) | 211.48º | 0.91% | 0.7% | - |
| XYZ | 12.16 | 11.15 | 43.63 | - |
| YUV | 79.67 | 183.49 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 178 | 0.91 | 0.48 | 0 | 0.30 | 211.48 | 0.84 | 0.38 |
| Hex | 10 | 5D | B2 | 5B | 30 | 0 | 1E | D3 | 54 | 26 |
| Octal | 20 | 135 | 262 | 133 | 60 | 0 | 36 | 323 | 124 | 46 |
| Binary | 10000 | 1011101 | 10110010 | 1011011 | 110000 | 0 | 11110 | 11010011 | 1010100 | 100110 |
Color Harmonies of #105DB2
Complementary color
Monochromatic Colors of #105DB2
Black with #105DB2
Text Example
Text Example
White with #105DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DB2; }
p { color: rgb(16,93,178); }
H1.HeaderClassName
{
color: #105DB2;
}
.AnyTagClassName
{
color: #105DB2;
}
</style>
background-color css
<style>
a { background-color: #105DB2; }
a { background-color: rgb(16,93,178); }
div.DivClassName
{
background-color: #105DB2;
}
.BgClassName
{
background-color: #105DB2;
}
</style>
border-color css
<style>
span { border-color: #105DB2; }
span { border-color: rgb(16,93,178); }
td.TdClassName
{
border-color: #105DB2;
}
.TagClassName
{
border-color: #105DB2;
}
</style>