Shades of Denim #0868BB
Tints of Denim #0868BB
RGB
CMYK
RGB Variations
Color information
#0868BB (or 0x0868BB) is known color: Denim. HEX triplet: 08, 68 and BB. RGB value is (8,104,187). Sum of RGB (Red+Green+Blue) = 8+104+187=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #0868BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0868BB is #F79744. Grayscale: #545454. Windows color (decimal): -16226117 or 12281864. OLE color: 12281864.
HSL color Cylindrical-coordinate representation of color #0868BB: hue angle of 207.82º 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 #0868BB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 104 | 187 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.27 |
| HSL | 207.82º | 0.92% | 0.38% | - |
| HSV(B) | 207.82º | 0.96% | 0.73% | - |
| XYZ | 14.02 | 13.54 | 48.89 | - |
| YUV | 84.76 | 185.7 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 187 | 0.96 | 0.44 | 0 | 0.27 | 207.82 | 0.92 | 0.38 |
| Hex | 8 | 68 | BB | 60 | 2C | 0 | 1B | D0 | 5C | 26 |
| Octal | 10 | 150 | 273 | 140 | 54 | 0 | 33 | 320 | 134 | 46 |
| Binary | 1000 | 1101000 | 10111011 | 1100000 | 101100 | 0 | 11011 | 11010000 | 1011100 | 100110 |
Color Harmonies of #0868BB
Complementary color
Monochromatic Colors of #0868BB
Black with #0868BB
Text Example
Text Example
White with #0868BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0868BB; }
p { color: rgb(8,104,187); }
H1.HeaderClassName
{
color: #0868BB;
}
.AnyTagClassName
{
color: #0868BB;
}
</style>
background-color css
<style>
a { background-color: #0868BB; }
a { background-color: rgb(8,104,187); }
div.DivClassName
{
background-color: #0868BB;
}
.BgClassName
{
background-color: #0868BB;
}
</style>
border-color css
<style>
span { border-color: #0868BB; }
span { border-color: rgb(8,104,187); }
td.TdClassName
{
border-color: #0868BB;
}
.TagClassName
{
border-color: #0868BB;
}
</style>