Shades of Denim #0861BB
Tints of Denim #0861BB
RGB
CMYK
RGB Variations
Color information
#0861BB (or 0x0861BB) is known color: Denim. HEX triplet: 08, 61 and BB. RGB value is (8,97,187). Sum of RGB (Red+Green+Blue) = 8+97+187=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #0861BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861BB is #F79E44. Grayscale: #505050. Windows color (decimal): -16227909 or 12280072. OLE color: 12280072.
HSL color Cylindrical-coordinate representation of color #0861BB: hue angle of 210.17º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0861BB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 97 | 187 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.27 |
| HSL | 210.17º | 0.92% | 0.38% | - |
| HSV(B) | 210.17º | 0.96% | 0.73% | - |
| XYZ | 13.34 | 12.19 | 48.66 | - |
| YUV | 80.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 187 | 0.96 | 0.48 | 0 | 0.27 | 210.17 | 0.92 | 0.38 |
| Hex | 8 | 61 | BB | 60 | 30 | 0 | 1B | D2 | 5C | 26 |
| Octal | 10 | 141 | 273 | 140 | 60 | 0 | 33 | 322 | 134 | 46 |
| Binary | 1000 | 1100001 | 10111011 | 1100000 | 110000 | 0 | 11011 | 11010010 | 1011100 | 100110 |
Color Harmonies of #0861BB
Complementary color
Monochromatic Colors of #0861BB
Black with #0861BB
Text Example
Text Example
White with #0861BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0861BB; }
p { color: rgb(8,97,187); }
H1.HeaderClassName
{
color: #0861BB;
}
.AnyTagClassName
{
color: #0861BB;
}
</style>
background-color css
<style>
a { background-color: #0861BB; }
a { background-color: rgb(8,97,187); }
div.DivClassName
{
background-color: #0861BB;
}
.BgClassName
{
background-color: #0861BB;
}
</style>
border-color css
<style>
span { border-color: #0861BB; }
span { border-color: rgb(8,97,187); }
td.TdClassName
{
border-color: #0861BB;
}
.TagClassName
{
border-color: #0861BB;
}
</style>