Shades of Denim #0860AB
Tints of Denim #0860AB
RGB
CMYK
RGB Variations
Color information
#0860AB (or 0x0860AB) is known color: Denim. HEX triplet: 08, 60 and AB. RGB value is (8,96,171). Sum of RGB (Red+Green+Blue) = 8+96+171=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #0860AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0860AB is #F79F54. Grayscale: #4D4D4D. Windows color (decimal): -16228181 or 11231240. OLE color: 11231240.
HSL color Cylindrical-coordinate representation of color #0860AB: hue angle of 207.61º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0860AB is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 96 | 171 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.33 |
| HSL | 207.61º | 0.91% | 0.35% | - |
| HSV(B) | 207.61º | 0.95% | 0.67% | - |
| XYZ | 11.63 | 11.36 | 40.11 | - |
| YUV | 78.24 | 180.35 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 171 | 0.95 | 0.44 | 0 | 0.33 | 207.61 | 0.91 | 0.35 |
| Hex | 8 | 60 | AB | 5F | 2C | 0 | 21 | D0 | 5B | 23 |
| Octal | 10 | 140 | 253 | 137 | 54 | 0 | 41 | 320 | 133 | 43 |
| Binary | 1000 | 1100000 | 10101011 | 1011111 | 101100 | 0 | 100001 | 11010000 | 1011011 | 100011 |
Color Harmonies of #0860AB
Complementary color
Monochromatic Colors of #0860AB
Black with #0860AB
Text Example
Text Example
White with #0860AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0860AB; }
p { color: rgb(8,96,171); }
H1.HeaderClassName
{
color: #0860AB;
}
.AnyTagClassName
{
color: #0860AB;
}
</style>
background-color css
<style>
a { background-color: #0860AB; }
a { background-color: rgb(8,96,171); }
div.DivClassName
{
background-color: #0860AB;
}
.BgClassName
{
background-color: #0860AB;
}
</style>
border-color css
<style>
span { border-color: #0860AB; }
span { border-color: rgb(8,96,171); }
td.TdClassName
{
border-color: #0860AB;
}
.TagClassName
{
border-color: #0860AB;
}
</style>