Shades of Denim #105CAD
Tints of Denim #105CAD
RGB
CMYK
RGB Variations
Color information
#105CAD (or 0x105CAD) is known color: Denim. HEX triplet: 10, 5C and AD. RGB value is (16,92,173). Sum of RGB (Red+Green+Blue) = 16+92+173=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #105CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105CAD is #EFA352. Grayscale: #4E4E4E. Windows color (decimal): -15704915 or 11361296. OLE color: 11361296.
HSL color Cylindrical-coordinate representation of color #105CAD: hue angle of 210.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105CAD is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 92 | 173 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.32 |
| HSL | 210.96º | 0.83% | 0.37% | - |
| HSV(B) | 210.96º | 0.91% | 0.68% | - |
| XYZ | 11.58 | 10.78 | 41.01 | - |
| YUV | 78.51 | 181.32 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 173 | 0.91 | 0.47 | 0 | 0.32 | 210.96 | 0.83 | 0.37 |
| Hex | 10 | 5C | AD | 5B | 2F | 0 | 20 | D3 | 53 | 25 |
| Octal | 20 | 134 | 255 | 133 | 57 | 0 | 40 | 323 | 123 | 45 |
| Binary | 10000 | 1011100 | 10101101 | 1011011 | 101111 | 0 | 100000 | 11010011 | 1010011 | 100101 |
Color Harmonies of #105CAD
Complementary color
Monochromatic Colors of #105CAD
Black with #105CAD
Text Example
Text Example
White with #105CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CAD; }
p { color: rgb(16,92,173); }
H1.HeaderClassName
{
color: #105CAD;
}
.AnyTagClassName
{
color: #105CAD;
}
</style>
background-color css
<style>
a { background-color: #105CAD; }
a { background-color: rgb(16,92,173); }
div.DivClassName
{
background-color: #105CAD;
}
.BgClassName
{
background-color: #105CAD;
}
</style>
border-color css
<style>
span { border-color: #105CAD; }
span { border-color: rgb(16,92,173); }
td.TdClassName
{
border-color: #105CAD;
}
.TagClassName
{
border-color: #105CAD;
}
</style>