Shades of Denim #106BB3
Tints of Denim #106BB3
RGB
CMYK
RGB Variations
Color information
#106BB3 (or 0x106BB3) is known color: Denim. HEX triplet: 10, 6B and B3. RGB value is (16,107,179). Sum of RGB (Red+Green+Blue) = 16+107+179=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #106BB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BB3 is #EF944C. Grayscale: #575757. Windows color (decimal): -15701069 or 11758352. OLE color: 11758352.
HSL color Cylindrical-coordinate representation of color #106BB3: hue angle of 206.5º 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 #106BB3 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 107 | 179 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.30 |
| HSL | 206.5º | 0.84% | 0.38% | - |
| HSV(B) | 206.5º | 0.91% | 0.7% | - |
| XYZ | 13.61 | 13.88 | 44.61 | - |
| YUV | 88 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 179 | 0.91 | 0.40 | 0 | 0.30 | 206.5 | 0.84 | 0.38 |
| Hex | 10 | 6B | B3 | 5B | 28 | 0 | 1E | CF | 54 | 26 |
| Octal | 20 | 153 | 263 | 133 | 50 | 0 | 36 | 317 | 124 | 46 |
| Binary | 10000 | 1101011 | 10110011 | 1011011 | 101000 | 0 | 11110 | 11001111 | 1010100 | 100110 |
Color Harmonies of #106BB3
Complementary color
Monochromatic Colors of #106BB3
Black with #106BB3
Text Example
Text Example
White with #106BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BB3; }
p { color: rgb(16,107,179); }
H1.HeaderClassName
{
color: #106BB3;
}
.AnyTagClassName
{
color: #106BB3;
}
</style>
background-color css
<style>
a { background-color: #106BB3; }
a { background-color: rgb(16,107,179); }
div.DivClassName
{
background-color: #106BB3;
}
.BgClassName
{
background-color: #106BB3;
}
</style>
border-color css
<style>
span { border-color: #106BB3; }
span { border-color: rgb(16,107,179); }
td.TdClassName
{
border-color: #106BB3;
}
.TagClassName
{
border-color: #106BB3;
}
</style>