Shades of Denim #0865AC
Tints of Denim #0865AC
RGB
CMYK
RGB Variations
Color information
#0865AC (or 0x0865AC) is known color: Denim. HEX triplet: 08, 65 and AC. RGB value is (8,101,172). Sum of RGB (Red+Green+Blue) = 8+101+172=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #0865AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0865AC is #F79A53. Grayscale: #505050. Windows color (decimal): -16226900 or 11298056. OLE color: 11298056.
HSL color Cylindrical-coordinate representation of color #0865AC: hue angle of 205.98º 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 #0865AC is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 101 | 172 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.33 |
| HSL | 205.98º | 0.91% | 0.35% | - |
| HSV(B) | 205.98º | 0.95% | 0.67% | - |
| XYZ | 12.2 | 12.34 | 40.77 | - |
| YUV | 81.29 | 179.19 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 172 | 0.95 | 0.41 | 0 | 0.33 | 205.98 | 0.91 | 0.35 |
| Hex | 8 | 65 | AC | 5F | 29 | 0 | 21 | CE | 5B | 23 |
| Octal | 10 | 145 | 254 | 137 | 51 | 0 | 41 | 316 | 133 | 43 |
| Binary | 1000 | 1100101 | 10101100 | 1011111 | 101001 | 0 | 100001 | 11001110 | 1011011 | 100011 |
Color Harmonies of #0865AC
Complementary color
Monochromatic Colors of #0865AC
Black with #0865AC
Text Example
Text Example
White with #0865AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0865AC; }
p { color: rgb(8,101,172); }
H1.HeaderClassName
{
color: #0865AC;
}
.AnyTagClassName
{
color: #0865AC;
}
</style>
background-color css
<style>
a { background-color: #0865AC; }
a { background-color: rgb(8,101,172); }
div.DivClassName
{
background-color: #0865AC;
}
.BgClassName
{
background-color: #0865AC;
}
</style>
border-color css
<style>
span { border-color: #0865AC; }
span { border-color: rgb(8,101,172); }
td.TdClassName
{
border-color: #0865AC;
}
.TagClassName
{
border-color: #0865AC;
}
</style>