Shades of Denim #105DB4
Tints of Denim #105DB4
RGB
CMYK
RGB Variations
Color information
#105DB4 (or 0x105DB4) is known color: Denim. HEX triplet: 10, 5D and B4. RGB value is (16,93,180). Sum of RGB (Red+Green+Blue) = 16+93+180=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #105DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DB4 is #EFA24B. Grayscale: #4F4F4F. Windows color (decimal): -15704652 or 11820304. OLE color: 11820304.
HSL color Cylindrical-coordinate representation of color #105DB4: hue angle of 211.83º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DB4 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 93 | 180 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.29 |
| HSL | 211.83º | 0.84% | 0.38% | - |
| HSV(B) | 211.83º | 0.91% | 0.71% | - |
| XYZ | 12.37 | 11.23 | 44.7 | - |
| YUV | 79.9 | 184.49 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 180 | 0.91 | 0.48 | 0 | 0.29 | 211.83 | 0.84 | 0.38 |
| Hex | 10 | 5D | B4 | 5B | 30 | 0 | 1D | D4 | 54 | 26 |
| Octal | 20 | 135 | 264 | 133 | 60 | 0 | 35 | 324 | 124 | 46 |
| Binary | 10000 | 1011101 | 10110100 | 1011011 | 110000 | 0 | 11101 | 11010100 | 1010100 | 100110 |
Color Harmonies of #105DB4
Complementary color
Monochromatic Colors of #105DB4
Black with #105DB4
Text Example
Text Example
White with #105DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DB4; }
p { color: rgb(16,93,180); }
H1.HeaderClassName
{
color: #105DB4;
}
.AnyTagClassName
{
color: #105DB4;
}
</style>
background-color css
<style>
a { background-color: #105DB4; }
a { background-color: rgb(16,93,180); }
div.DivClassName
{
background-color: #105DB4;
}
.BgClassName
{
background-color: #105DB4;
}
</style>
border-color css
<style>
span { border-color: #105DB4; }
span { border-color: rgb(16,93,180); }
td.TdClassName
{
border-color: #105DB4;
}
.TagClassName
{
border-color: #105DB4;
}
</style>