Shades of Denim #105E9F
Tints of Denim #105E9F
RGB
CMYK
RGB Variations
Color information
#105E9F (or 0x105E9F) is known color: Denim. HEX triplet: 10, 5E and 9F. RGB value is (16,94,159). Sum of RGB (Red+Green+Blue) = 16+94+159=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #105E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105E9F is #EFA160. Grayscale: #4D4D4D. Windows color (decimal): -15704417 or 10444304. OLE color: 10444304.
HSL color Cylindrical-coordinate representation of color #105E9F: hue angle of 207.27º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105E9F is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 94 | 159 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.38 |
| HSL | 207.27º | 0.82% | 0.34% | - |
| HSV(B) | 207.27º | 0.9% | 0.62% | - |
| XYZ | 10.47 | 10.62 | 34.3 | - |
| YUV | 78.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 159 | 0.90 | 0.41 | 0 | 0.38 | 207.27 | 0.82 | 0.34 |
| Hex | 10 | 5E | 9F | 5A | 29 | 0 | 26 | CF | 52 | 22 |
| Octal | 20 | 136 | 237 | 132 | 51 | 0 | 46 | 317 | 122 | 42 |
| Binary | 10000 | 1011110 | 10011111 | 1011010 | 101001 | 0 | 100110 | 11001111 | 1010010 | 100010 |
Color Harmonies of #105E9F
Complementary color
Monochromatic Colors of #105E9F
Black with #105E9F
Text Example
Text Example
White with #105E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E9F; }
p { color: rgb(16,94,159); }
H1.HeaderClassName
{
color: #105E9F;
}
.AnyTagClassName
{
color: #105E9F;
}
</style>
background-color css
<style>
a { background-color: #105E9F; }
a { background-color: rgb(16,94,159); }
div.DivClassName
{
background-color: #105E9F;
}
.BgClassName
{
background-color: #105E9F;
}
</style>
border-color css
<style>
span { border-color: #105E9F; }
span { border-color: rgb(16,94,159); }
td.TdClassName
{
border-color: #105E9F;
}
.TagClassName
{
border-color: #105E9F;
}
</style>