Shades of Denim #105F9F
Tints of Denim #105F9F
RGB
CMYK
RGB Variations
Color information
#105F9F (or 0x105F9F) is known color: Denim. HEX triplet: 10, 5F and 9F. RGB value is (16,95,159). Sum of RGB (Red+Green+Blue) = 16+95+159=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #105F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105F9F is #EFA060. Grayscale: #4E4E4E. Windows color (decimal): -15704161 or 10444560. OLE color: 10444560.
HSL color Cylindrical-coordinate representation of color #105F9F: hue angle of 206.85º 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 #105F9F is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 95 | 159 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.38 |
| HSL | 206.85º | 0.82% | 0.34% | - |
| HSV(B) | 206.85º | 0.9% | 0.62% | - |
| XYZ | 10.56 | 10.8 | 34.33 | - |
| YUV | 78.68 | 173.33 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 159 | 0.90 | 0.40 | 0 | 0.38 | 206.85 | 0.82 | 0.34 |
| Hex | 10 | 5F | 9F | 5A | 28 | 0 | 26 | CF | 52 | 22 |
| Octal | 20 | 137 | 237 | 132 | 50 | 0 | 46 | 317 | 122 | 42 |
| Binary | 10000 | 1011111 | 10011111 | 1011010 | 101000 | 0 | 100110 | 11001111 | 1010010 | 100010 |
Color Harmonies of #105F9F
Complementary color
Monochromatic Colors of #105F9F
Black with #105F9F
Text Example
Text Example
White with #105F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F9F; }
p { color: rgb(16,95,159); }
H1.HeaderClassName
{
color: #105F9F;
}
.AnyTagClassName
{
color: #105F9F;
}
</style>
background-color css
<style>
a { background-color: #105F9F; }
a { background-color: rgb(16,95,159); }
div.DivClassName
{
background-color: #105F9F;
}
.BgClassName
{
background-color: #105F9F;
}
</style>
border-color css
<style>
span { border-color: #105F9F; }
span { border-color: rgb(16,95,159); }
td.TdClassName
{
border-color: #105F9F;
}
.TagClassName
{
border-color: #105F9F;
}
</style>