Shades of Denim #105DA1
Tints of Denim #105DA1
RGB
CMYK
RGB Variations
Color information
#105DA1 (or 0x105DA1) is known color: Denim. HEX triplet: 10, 5D and A1. RGB value is (16,93,161). Sum of RGB (Red+Green+Blue) = 16+93+161=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 161 (63.28% from 255 or 59.63% from 270); Max value from RGB is 161 - color contains mainly: blue. Hex color #105DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105DA1 is #EFA25E. Grayscale: #4D4D4D. Windows color (decimal): -15704671 or 10575120. OLE color: 10575120.
HSL color Cylindrical-coordinate representation of color #105DA1: hue angle of 208.14º 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 #105DA1 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 93 | 161 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.37 |
| HSL | 208.14º | 0.82% | 0.35% | - |
| HSV(B) | 208.14º | 0.9% | 0.63% | - |
| XYZ | 10.56 | 10.51 | 35.19 | - |
| YUV | 77.73 | 174.99 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 161 | 0.90 | 0.42 | 0 | 0.37 | 208.14 | 0.82 | 0.35 |
| Hex | 10 | 5D | A1 | 5A | 2A | 0 | 25 | D0 | 52 | 23 |
| Octal | 20 | 135 | 241 | 132 | 52 | 0 | 45 | 320 | 122 | 43 |
| Binary | 10000 | 1011101 | 10100001 | 1011010 | 101010 | 0 | 100101 | 11010000 | 1010010 | 100011 |
Color Harmonies of #105DA1
Complementary color
Monochromatic Colors of #105DA1
Black with #105DA1
Text Example
Text Example
White with #105DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DA1; }
p { color: rgb(16,93,161); }
H1.HeaderClassName
{
color: #105DA1;
}
.AnyTagClassName
{
color: #105DA1;
}
</style>
background-color css
<style>
a { background-color: #105DA1; }
a { background-color: rgb(16,93,161); }
div.DivClassName
{
background-color: #105DA1;
}
.BgClassName
{
background-color: #105DA1;
}
</style>
border-color css
<style>
span { border-color: #105DA1; }
span { border-color: rgb(16,93,161); }
td.TdClassName
{
border-color: #105DA1;
}
.TagClassName
{
border-color: #105DA1;
}
</style>