Shades of Denim #0863AC
Tints of Denim #0863AC
RGB
CMYK
RGB Variations
Color information
#0863AC (or 0x0863AC) is known color: Denim. HEX triplet: 08, 63 and AC. RGB value is (8,99,172). Sum of RGB (Red+Green+Blue) = 8+99+172=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #0863AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0863AC is #F79C53. Grayscale: #4F4F4F. Windows color (decimal): -16227412 or 11297544. OLE color: 11297544.
HSL color Cylindrical-coordinate representation of color #0863AC: hue angle of 206.71º 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 #0863AC is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 99 | 172 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.33 |
| HSL | 206.71º | 0.91% | 0.35% | - |
| HSV(B) | 206.71º | 0.95% | 0.67% | - |
| XYZ | 12.01 | 11.95 | 40.7 | - |
| YUV | 80.11 | 179.85 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 172 | 0.95 | 0.42 | 0 | 0.33 | 206.71 | 0.91 | 0.35 |
| Hex | 8 | 63 | AC | 5F | 2A | 0 | 21 | CF | 5B | 23 |
| Octal | 10 | 143 | 254 | 137 | 52 | 0 | 41 | 317 | 133 | 43 |
| Binary | 1000 | 1100011 | 10101100 | 1011111 | 101010 | 0 | 100001 | 11001111 | 1011011 | 100011 |
Color Harmonies of #0863AC
Complementary color
Monochromatic Colors of #0863AC
Black with #0863AC
Text Example
Text Example
White with #0863AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863AC; }
p { color: rgb(8,99,172); }
H1.HeaderClassName
{
color: #0863AC;
}
.AnyTagClassName
{
color: #0863AC;
}
</style>
background-color css
<style>
a { background-color: #0863AC; }
a { background-color: rgb(8,99,172); }
div.DivClassName
{
background-color: #0863AC;
}
.BgClassName
{
background-color: #0863AC;
}
</style>
border-color css
<style>
span { border-color: #0863AC; }
span { border-color: rgb(8,99,172); }
td.TdClassName
{
border-color: #0863AC;
}
.TagClassName
{
border-color: #0863AC;
}
</style>