Shades of Denim #0B6DB7
Tints of Denim #0B6DB7
RGB
CMYK
RGB Variations
Color information
#0B6DB7 (or 0x0B6DB7) is known color: Denim. HEX triplet: 0B, 6D and B7. RGB value is (11,109,183). Sum of RGB (Red+Green+Blue) = 11+109+183=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #0B6DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B6DB7 is #F49248. Grayscale: #575757. Windows color (decimal): -16028233 or 12021003. OLE color: 12021003.
HSL color Cylindrical-coordinate representation of color #0B6DB7: hue angle of 205.81º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B6DB7 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 109 | 183 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.28 |
| HSL | 205.81º | 0.89% | 0.38% | - |
| HSV(B) | 205.81º | 0.94% | 0.72% | - |
| XYZ | 14.15 | 14.43 | 46.84 | - |
| YUV | 88.13 | 181.53 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 109 | 183 | 0.94 | 0.40 | 0 | 0.28 | 205.81 | 0.89 | 0.38 |
| Hex | B | 6D | B7 | 5E | 28 | 0 | 1C | CE | 59 | 26 |
| Octal | 13 | 155 | 267 | 136 | 50 | 0 | 34 | 316 | 131 | 46 |
| Binary | 1011 | 1101101 | 10110111 | 1011110 | 101000 | 0 | 11100 | 11001110 | 1011001 | 100110 |
Color Harmonies of #0B6DB7
Complementary color
Monochromatic Colors of #0B6DB7
Black with #0B6DB7
Text Example
Text Example
White with #0B6DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6DB7; }
p { color: rgb(11,109,183); }
H1.HeaderClassName
{
color: #0B6DB7;
}
.AnyTagClassName
{
color: #0B6DB7;
}
</style>
background-color css
<style>
a { background-color: #0B6DB7; }
a { background-color: rgb(11,109,183); }
div.DivClassName
{
background-color: #0B6DB7;
}
.BgClassName
{
background-color: #0B6DB7;
}
</style>
border-color css
<style>
span { border-color: #0B6DB7; }
span { border-color: rgb(11,109,183); }
td.TdClassName
{
border-color: #0B6DB7;
}
.TagClassName
{
border-color: #0B6DB7;
}
</style>