Shades of Denim #105DB3
Tints of Denim #105DB3
RGB
CMYK
RGB Variations
Color information
#105DB3 (or 0x105DB3) is known color: Denim. HEX triplet: 10, 5D and B3. RGB value is (16,93,179). Sum of RGB (Red+Green+Blue) = 16+93+179=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #105DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DB3 is #EFA24C. Grayscale: #4F4F4F. Windows color (decimal): -15704653 or 11754768. OLE color: 11754768.
HSL color Cylindrical-coordinate representation of color #105DB3: hue angle of 211.66º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DB3 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 93 | 179 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.30 |
| HSL | 211.66º | 0.84% | 0.38% | - |
| HSV(B) | 211.66º | 0.91% | 0.7% | - |
| XYZ | 12.26 | 11.19 | 44.16 | - |
| YUV | 79.78 | 183.99 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 179 | 0.91 | 0.48 | 0 | 0.30 | 211.66 | 0.84 | 0.38 |
| Hex | 10 | 5D | B3 | 5B | 30 | 0 | 1E | D4 | 54 | 26 |
| Octal | 20 | 135 | 263 | 133 | 60 | 0 | 36 | 324 | 124 | 46 |
| Binary | 10000 | 1011101 | 10110011 | 1011011 | 110000 | 0 | 11110 | 11010100 | 1010100 | 100110 |
Color Harmonies of #105DB3
Complementary color
Monochromatic Colors of #105DB3
Black with #105DB3
Text Example
Text Example
White with #105DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DB3; }
p { color: rgb(16,93,179); }
H1.HeaderClassName
{
color: #105DB3;
}
.AnyTagClassName
{
color: #105DB3;
}
</style>
background-color css
<style>
a { background-color: #105DB3; }
a { background-color: rgb(16,93,179); }
div.DivClassName
{
background-color: #105DB3;
}
.BgClassName
{
background-color: #105DB3;
}
</style>
border-color css
<style>
span { border-color: #105DB3; }
span { border-color: rgb(16,93,179); }
td.TdClassName
{
border-color: #105DB3;
}
.TagClassName
{
border-color: #105DB3;
}
</style>