Shades of Denim #105DB5
Tints of Denim #105DB5
RGB
CMYK
RGB Variations
Color information
#105DB5 (or 0x105DB5) is known color: Denim. HEX triplet: 10, 5D and B5. RGB value is (16,93,181). Sum of RGB (Red+Green+Blue) = 16+93+181=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #105DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DB5 is #EFA24A. Grayscale: #4F4F4F. Windows color (decimal): -15704651 or 11885840. OLE color: 11885840.
HSL color Cylindrical-coordinate representation of color #105DB5: hue angle of 212º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DB5 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 93 | 181 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.29 |
| HSL | 212º | 0.84% | 0.39% | - |
| HSV(B) | 212º | 0.91% | 0.71% | - |
| XYZ | 12.47 | 11.28 | 45.24 | - |
| YUV | 80.01 | 184.99 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 181 | 0.91 | 0.49 | 0 | 0.29 | 212 | 0.84 | 0.39 |
| Hex | 10 | 5D | B5 | 5B | 31 | 0 | 1D | D4 | 54 | 27 |
| Octal | 20 | 135 | 265 | 133 | 61 | 0 | 35 | 324 | 124 | 47 |
| Binary | 10000 | 1011101 | 10110101 | 1011011 | 110001 | 0 | 11101 | 11010100 | 1010100 | 100111 |
Color Harmonies of #105DB5
Complementary color
Monochromatic Colors of #105DB5
Black with #105DB5
Text Example
Text Example
White with #105DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DB5; }
p { color: rgb(16,93,181); }
H1.HeaderClassName
{
color: #105DB5;
}
.AnyTagClassName
{
color: #105DB5;
}
</style>
background-color css
<style>
a { background-color: #105DB5; }
a { background-color: rgb(16,93,181); }
div.DivClassName
{
background-color: #105DB5;
}
.BgClassName
{
background-color: #105DB5;
}
</style>
border-color css
<style>
span { border-color: #105DB5; }
span { border-color: rgb(16,93,181); }
td.TdClassName
{
border-color: #105DB5;
}
.TagClassName
{
border-color: #105DB5;
}
</style>