Shades of Denim #0863BA
Tints of Denim #0863BA
RGB
CMYK
RGB Variations
Color information
#0863BA (or 0x0863BA) is known color: Denim. HEX triplet: 08, 63 and BA. RGB value is (8,99,186). Sum of RGB (Red+Green+Blue) = 8+99+186=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #0863BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863BA is #F79C45. Grayscale: #515151. Windows color (decimal): -16227398 or 12215048. OLE color: 12215048.
HSL color Cylindrical-coordinate representation of color #0863BA: hue angle of 209.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0863BA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 99 | 186 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.27 |
| HSL | 209.33º | 0.92% | 0.38% | - |
| HSV(B) | 209.33º | 0.96% | 0.73% | - |
| XYZ | 13.42 | 12.52 | 48.16 | - |
| YUV | 81.71 | 186.85 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 186 | 0.96 | 0.47 | 0 | 0.27 | 209.33 | 0.92 | 0.38 |
| Hex | 8 | 63 | BA | 60 | 2F | 0 | 1B | D1 | 5C | 26 |
| Octal | 10 | 143 | 272 | 140 | 57 | 0 | 33 | 321 | 134 | 46 |
| Binary | 1000 | 1100011 | 10111010 | 1100000 | 101111 | 0 | 11011 | 11010001 | 1011100 | 100110 |
Color Harmonies of #0863BA
Complementary color
Monochromatic Colors of #0863BA
Black with #0863BA
Text Example
Text Example
White with #0863BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863BA; }
p { color: rgb(8,99,186); }
H1.HeaderClassName
{
color: #0863BA;
}
.AnyTagClassName
{
color: #0863BA;
}
</style>
background-color css
<style>
a { background-color: #0863BA; }
a { background-color: rgb(8,99,186); }
div.DivClassName
{
background-color: #0863BA;
}
.BgClassName
{
background-color: #0863BA;
}
</style>
border-color css
<style>
span { border-color: #0863BA; }
span { border-color: rgb(8,99,186); }
td.TdClassName
{
border-color: #0863BA;
}
.TagClassName
{
border-color: #0863BA;
}
</style>