Shades of Denim #105DAA
Tints of Denim #105DAA
RGB
CMYK
RGB Variations
Color information
#105DAA (or 0x105DAA) is known color: Denim. HEX triplet: 10, 5D and AA. RGB value is (16,93,170). Sum of RGB (Red+Green+Blue) = 16+93+170=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #105DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105DAA is #EFA255. Grayscale: #4E4E4E. Windows color (decimal): -15704662 or 11164944. OLE color: 11164944.
HSL color Cylindrical-coordinate representation of color #105DAA: hue angle of 210º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DAA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 93 | 170 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.33 |
| HSL | 210º | 0.83% | 0.36% | - |
| HSV(B) | 210º | 0.91% | 0.67% | - |
| XYZ | 11.38 | 10.84 | 39.52 | - |
| YUV | 78.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 170 | 0.91 | 0.45 | 0 | 0.33 | 210 | 0.83 | 0.36 |
| Hex | 10 | 5D | AA | 5B | 2D | 0 | 21 | D2 | 53 | 24 |
| Octal | 20 | 135 | 252 | 133 | 55 | 0 | 41 | 322 | 123 | 44 |
| Binary | 10000 | 1011101 | 10101010 | 1011011 | 101101 | 0 | 100001 | 11010010 | 1010011 | 100100 |
Color Harmonies of #105DAA
Complementary color
Monochromatic Colors of #105DAA
Black with #105DAA
Text Example
Text Example
White with #105DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DAA; }
p { color: rgb(16,93,170); }
H1.HeaderClassName
{
color: #105DAA;
}
.AnyTagClassName
{
color: #105DAA;
}
</style>
background-color css
<style>
a { background-color: #105DAA; }
a { background-color: rgb(16,93,170); }
div.DivClassName
{
background-color: #105DAA;
}
.BgClassName
{
background-color: #105DAA;
}
</style>
border-color css
<style>
span { border-color: #105DAA; }
span { border-color: rgb(16,93,170); }
td.TdClassName
{
border-color: #105DAA;
}
.TagClassName
{
border-color: #105DAA;
}
</style>