Shades of Denim #0862BB
Tints of Denim #0862BB
RGB
CMYK
RGB Variations
Color information
#0862BB (or 0x0862BB) is known color: Denim. HEX triplet: 08, 62 and BB. RGB value is (8,98,187). Sum of RGB (Red+Green+Blue) = 8+98+187=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #0862BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0862BB is #F79D44. Grayscale: #505050. Windows color (decimal): -16227653 or 12280328. OLE color: 12280328.
HSL color Cylindrical-coordinate representation of color #0862BB: hue angle of 209.83º 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 #0862BB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 98 | 187 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.27 |
| HSL | 209.83º | 0.92% | 0.38% | - |
| HSV(B) | 209.83º | 0.96% | 0.73% | - |
| XYZ | 13.44 | 12.37 | 48.69 | - |
| YUV | 81.24 | 187.68 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 187 | 0.96 | 0.48 | 0 | 0.27 | 209.83 | 0.92 | 0.38 |
| Hex | 8 | 62 | BB | 60 | 30 | 0 | 1B | D2 | 5C | 26 |
| Octal | 10 | 142 | 273 | 140 | 60 | 0 | 33 | 322 | 134 | 46 |
| Binary | 1000 | 1100010 | 10111011 | 1100000 | 110000 | 0 | 11011 | 11010010 | 1011100 | 100110 |
Color Harmonies of #0862BB
Complementary color
Monochromatic Colors of #0862BB
Black with #0862BB
Text Example
Text Example
White with #0862BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862BB; }
p { color: rgb(8,98,187); }
H1.HeaderClassName
{
color: #0862BB;
}
.AnyTagClassName
{
color: #0862BB;
}
</style>
background-color css
<style>
a { background-color: #0862BB; }
a { background-color: rgb(8,98,187); }
div.DivClassName
{
background-color: #0862BB;
}
.BgClassName
{
background-color: #0862BB;
}
</style>
border-color css
<style>
span { border-color: #0862BB; }
span { border-color: rgb(8,98,187); }
td.TdClassName
{
border-color: #0862BB;
}
.TagClassName
{
border-color: #0862BB;
}
</style>