Shades of Denim #106FB0
Tints of Denim #106FB0
RGB
CMYK
RGB Variations
Color information
#106FB0 (or 0x106FB0) is known color: Denim. HEX triplet: 10, 6F and B0. RGB value is (16,111,176). Sum of RGB (Red+Green+Blue) = 16+111+176=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #106FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FB0 is #EF904F. Grayscale: #595959. Windows color (decimal): -15700048 or 11562768. OLE color: 11562768.
HSL color Cylindrical-coordinate representation of color #106FB0: hue angle of 204.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106FB0 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 111 | 176 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.31 |
| HSL | 204.38º | 0.83% | 0.38% | - |
| HSV(B) | 204.38º | 0.91% | 0.69% | - |
| XYZ | 13.73 | 14.61 | 43.17 | - |
| YUV | 90.01 | 176.53 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 176 | 0.91 | 0.37 | 0 | 0.31 | 204.38 | 0.83 | 0.38 |
| Hex | 10 | 6F | B0 | 5B | 25 | 0 | 1F | CC | 53 | 26 |
| Octal | 20 | 157 | 260 | 133 | 45 | 0 | 37 | 314 | 123 | 46 |
| Binary | 10000 | 1101111 | 10110000 | 1011011 | 100101 | 0 | 11111 | 11001100 | 1010011 | 100110 |
Color Harmonies of #106FB0
Complementary color
Monochromatic Colors of #106FB0
Black with #106FB0
Text Example
Text Example
White with #106FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FB0; }
p { color: rgb(16,111,176); }
H1.HeaderClassName
{
color: #106FB0;
}
.AnyTagClassName
{
color: #106FB0;
}
</style>
background-color css
<style>
a { background-color: #106FB0; }
a { background-color: rgb(16,111,176); }
div.DivClassName
{
background-color: #106FB0;
}
.BgClassName
{
background-color: #106FB0;
}
</style>
border-color css
<style>
span { border-color: #106FB0; }
span { border-color: rgb(16,111,176); }
td.TdClassName
{
border-color: #106FB0;
}
.TagClassName
{
border-color: #106FB0;
}
</style>