Shades of Denim #0861BE
Tints of Denim #0861BE
RGB
CMYK
RGB Variations
Color information
#0861BE (or 0x0861BE) is known color: Denim. HEX triplet: 08, 61 and BE. RGB value is (8,97,190). Sum of RGB (Red+Green+Blue) = 8+97+190=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0861BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861BE is #F79E41. Grayscale: #505050. Windows color (decimal): -16227906 or 12476680. OLE color: 12476680.
HSL color Cylindrical-coordinate representation of color #0861BE: hue angle of 210.66º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0861BE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 97 | 190 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.25 |
| HSL | 210.66º | 0.92% | 0.39% | - |
| HSV(B) | 210.66º | 0.96% | 0.75% | - |
| XYZ | 13.67 | 12.32 | 50.37 | - |
| YUV | 80.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 190 | 0.96 | 0.49 | 0 | 0.25 | 210.66 | 0.92 | 0.39 |
| Hex | 8 | 61 | BE | 60 | 31 | 0 | 19 | D3 | 5C | 27 |
| Octal | 10 | 141 | 276 | 140 | 61 | 0 | 31 | 323 | 134 | 47 |
| Binary | 1000 | 1100001 | 10111110 | 1100000 | 110001 | 0 | 11001 | 11010011 | 1011100 | 100111 |
Color Harmonies of #0861BE
Complementary color
Monochromatic Colors of #0861BE
Black with #0861BE
Text Example
Text Example
White with #0861BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0861BE; }
p { color: rgb(8,97,190); }
H1.HeaderClassName
{
color: #0861BE;
}
.AnyTagClassName
{
color: #0861BE;
}
</style>
background-color css
<style>
a { background-color: #0861BE; }
a { background-color: rgb(8,97,190); }
div.DivClassName
{
background-color: #0861BE;
}
.BgClassName
{
background-color: #0861BE;
}
</style>
border-color css
<style>
span { border-color: #0861BE; }
span { border-color: rgb(8,97,190); }
td.TdClassName
{
border-color: #0861BE;
}
.TagClassName
{
border-color: #0861BE;
}
</style>