Shades of Denim #106FB2
Tints of Denim #106FB2
RGB
CMYK
RGB Variations
Color information
#106FB2 (or 0x106FB2) is known color: Denim. HEX triplet: 10, 6F and B2. RGB value is (16,111,178). Sum of RGB (Red+Green+Blue) = 16+111+178=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #106FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106FB2 is #EF904D. Grayscale: #595959. Windows color (decimal): -15700046 or 11693840. OLE color: 11693840.
HSL color Cylindrical-coordinate representation of color #106FB2: hue angle of 204.81º 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 #106FB2 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 111 | 178 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.30 |
| HSL | 204.81º | 0.84% | 0.38% | - |
| HSV(B) | 204.81º | 0.91% | 0.7% | - |
| XYZ | 13.93 | 14.69 | 44.22 | - |
| YUV | 90.23 | 177.53 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 178 | 0.91 | 0.38 | 0 | 0.30 | 204.81 | 0.84 | 0.38 |
| Hex | 10 | 6F | B2 | 5B | 26 | 0 | 1E | CD | 54 | 26 |
| Octal | 20 | 157 | 262 | 133 | 46 | 0 | 36 | 315 | 124 | 46 |
| Binary | 10000 | 1101111 | 10110010 | 1011011 | 100110 | 0 | 11110 | 11001101 | 1010100 | 100110 |
Color Harmonies of #106FB2
Complementary color
Monochromatic Colors of #106FB2
Black with #106FB2
Text Example
Text Example
White with #106FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FB2; }
p { color: rgb(16,111,178); }
H1.HeaderClassName
{
color: #106FB2;
}
.AnyTagClassName
{
color: #106FB2;
}
</style>
background-color css
<style>
a { background-color: #106FB2; }
a { background-color: rgb(16,111,178); }
div.DivClassName
{
background-color: #106FB2;
}
.BgClassName
{
background-color: #106FB2;
}
</style>
border-color css
<style>
span { border-color: #106FB2; }
span { border-color: rgb(16,111,178); }
td.TdClassName
{
border-color: #106FB2;
}
.TagClassName
{
border-color: #106FB2;
}
</style>