Shades of Denim #105DA0
Tints of Denim #105DA0
RGB
CMYK
RGB Variations
Color information
#105DA0 (or 0x105DA0) is known color: Denim. HEX triplet: 10, 5D and A0. RGB value is (16,93,160). Sum of RGB (Red+Green+Blue) = 16+93+160=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #105DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105DA0 is #EFA25F. Grayscale: #4D4D4D. Windows color (decimal): -15704672 or 10509584. OLE color: 10509584.
HSL color Cylindrical-coordinate representation of color #105DA0: hue angle of 207.92º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105DA0 is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 93 | 160 | - |
| CMYK | 0.9 | 0.42 | 0 | 0.37 |
| HSL | 207.92º | 0.82% | 0.35% | - |
| HSV(B) | 207.92º | 0.9% | 0.63% | - |
| XYZ | 10.47 | 10.48 | 34.73 | - |
| YUV | 77.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 160 | 0.9 | 0.42 | 0 | 0.37 | 207.92 | 0.82 | 0.35 |
| Hex | 10 | 5D | A0 | 5A | 2A | 0 | 25 | D0 | 52 | 23 |
| Octal | 20 | 135 | 240 | 132 | 52 | 0 | 45 | 320 | 122 | 43 |
| Binary | 10000 | 1011101 | 10100000 | 1011010 | 101010 | 0 | 100101 | 11010000 | 1010010 | 100011 |
Color Harmonies of #105DA0
Complementary color
Monochromatic Colors of #105DA0
Black with #105DA0
Text Example
Text Example
White with #105DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DA0; }
p { color: rgb(16,93,160); }
H1.HeaderClassName
{
color: #105DA0;
}
.AnyTagClassName
{
color: #105DA0;
}
</style>
background-color css
<style>
a { background-color: #105DA0; }
a { background-color: rgb(16,93,160); }
div.DivClassName
{
background-color: #105DA0;
}
.BgClassName
{
background-color: #105DA0;
}
</style>
border-color css
<style>
span { border-color: #105DA0; }
span { border-color: rgb(16,93,160); }
td.TdClassName
{
border-color: #105DA0;
}
.TagClassName
{
border-color: #105DA0;
}
</style>