Shades of Denim #0860B5
Tints of Denim #0860B5
RGB
CMYK
RGB Variations
Color information
#0860B5 (or 0x0860B5) is known color: Denim. HEX triplet: 08, 60 and B5. RGB value is (8,96,181). Sum of RGB (Red+Green+Blue) = 8+96+181=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 181 (71.09% from 255 or 63.51% from 285); Max value from RGB is 181 - color contains mainly: blue. Hex color #0860B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0860B5 is #F79F4A. Grayscale: #4E4E4E. Windows color (decimal): -16228171 or 11886600. OLE color: 11886600.
HSL color Cylindrical-coordinate representation of color #0860B5: hue angle of 209.48º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0860B5 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 96 | 181 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.29 |
| HSL | 209.48º | 0.92% | 0.37% | - |
| HSV(B) | 209.48º | 0.96% | 0.71% | - |
| XYZ | 12.62 | 11.75 | 45.32 | - |
| YUV | 79.38 | 185.35 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 181 | 0.96 | 0.47 | 0 | 0.29 | 209.48 | 0.92 | 0.37 |
| Hex | 8 | 60 | B5 | 60 | 2F | 0 | 1D | D1 | 5C | 25 |
| Octal | 10 | 140 | 265 | 140 | 57 | 0 | 35 | 321 | 134 | 45 |
| Binary | 1000 | 1100000 | 10110101 | 1100000 | 101111 | 0 | 11101 | 11010001 | 1011100 | 100101 |
Color Harmonies of #0860B5
Complementary color
Monochromatic Colors of #0860B5
Black with #0860B5
Text Example
Text Example
White with #0860B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860B5; }
p { color: rgb(8,96,181); }
H1.HeaderClassName
{
color: #0860B5;
}
.AnyTagClassName
{
color: #0860B5;
}
</style>
background-color css
<style>
a { background-color: #0860B5; }
a { background-color: rgb(8,96,181); }
div.DivClassName
{
background-color: #0860B5;
}
.BgClassName
{
background-color: #0860B5;
}
</style>
border-color css
<style>
span { border-color: #0860B5; }
span { border-color: rgb(8,96,181); }
td.TdClassName
{
border-color: #0860B5;
}
.TagClassName
{
border-color: #0860B5;
}
</style>