Shades of Denim #105DBD
Tints of Denim #105DBD
RGB
CMYK
RGB Variations
Color information
#105DBD (or 0x105DBD) is known color: Denim. HEX triplet: 10, 5D and BD. RGB value is (16,93,189). Sum of RGB (Red+Green+Blue) = 16+93+189=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #105DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DBD is #EFA242. Grayscale: #505050. Windows color (decimal): -15704643 or 12410128. OLE color: 12410128.
HSL color Cylindrical-coordinate representation of color #105DBD: hue angle of 213.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105DBD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 93 | 189 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.26 |
| HSL | 213.29º | 0.84% | 0.4% | - |
| HSV(B) | 213.29º | 0.92% | 0.74% | - |
| XYZ | 13.31 | 11.61 | 49.68 | - |
| YUV | 80.92 | 188.99 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 189 | 0.92 | 0.51 | 0 | 0.26 | 213.29 | 0.84 | 0.4 |
| Hex | 10 | 5D | BD | 5C | 33 | 0 | 1A | D5 | 54 | 28 |
| Octal | 20 | 135 | 275 | 134 | 63 | 0 | 32 | 325 | 124 | 50 |
| Binary | 10000 | 1011101 | 10111101 | 1011100 | 110011 | 0 | 11010 | 11010101 | 1010100 | 101000 |
Color Harmonies of #105DBD
Complementary color
Monochromatic Colors of #105DBD
Black with #105DBD
Text Example
Text Example
White with #105DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DBD; }
p { color: rgb(16,93,189); }
H1.HeaderClassName
{
color: #105DBD;
}
.AnyTagClassName
{
color: #105DBD;
}
</style>
background-color css
<style>
a { background-color: #105DBD; }
a { background-color: rgb(16,93,189); }
div.DivClassName
{
background-color: #105DBD;
}
.BgClassName
{
background-color: #105DBD;
}
</style>
border-color css
<style>
span { border-color: #105DBD; }
span { border-color: rgb(16,93,189); }
td.TdClassName
{
border-color: #105DBD;
}
.TagClassName
{
border-color: #105DBD;
}
</style>