Shades of Denim #105DAB
Tints of Denim #105DAB
RGB
CMYK
RGB Variations
Color information
#105DAB (or 0x105DAB) is known color: Denim. HEX triplet: 10, 5D and AB. RGB value is (16,93,171). Sum of RGB (Red+Green+Blue) = 16+93+171=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #105DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105DAB is #EFA254. Grayscale: #4E4E4E. Windows color (decimal): -15704661 or 11230480. OLE color: 11230480.
HSL color Cylindrical-coordinate representation of color #105DAB: hue angle of 210.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DAB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 93 | 171 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.33 |
| HSL | 210.19º | 0.83% | 0.37% | - |
| HSV(B) | 210.19º | 0.91% | 0.67% | - |
| XYZ | 11.48 | 10.88 | 40.02 | - |
| YUV | 78.87 | 179.99 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 171 | 0.91 | 0.46 | 0 | 0.33 | 210.19 | 0.83 | 0.37 |
| Hex | 10 | 5D | AB | 5B | 2E | 0 | 21 | D2 | 53 | 25 |
| Octal | 20 | 135 | 253 | 133 | 56 | 0 | 41 | 322 | 123 | 45 |
| Binary | 10000 | 1011101 | 10101011 | 1011011 | 101110 | 0 | 100001 | 11010010 | 1010011 | 100101 |
Color Harmonies of #105DAB
Complementary color
Monochromatic Colors of #105DAB
Black with #105DAB
Text Example
Text Example
White with #105DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DAB; }
p { color: rgb(16,93,171); }
H1.HeaderClassName
{
color: #105DAB;
}
.AnyTagClassName
{
color: #105DAB;
}
</style>
background-color css
<style>
a { background-color: #105DAB; }
a { background-color: rgb(16,93,171); }
div.DivClassName
{
background-color: #105DAB;
}
.BgClassName
{
background-color: #105DAB;
}
</style>
border-color css
<style>
span { border-color: #105DAB; }
span { border-color: rgb(16,93,171); }
td.TdClassName
{
border-color: #105DAB;
}
.TagClassName
{
border-color: #105DAB;
}
</style>