Shades of Denim #0863BC
Tints of Denim #0863BC
RGB
CMYK
RGB Variations
Color information
#0863BC (or 0x0863BC) is known color: Denim. HEX triplet: 08, 63 and BC. RGB value is (8,99,188). Sum of RGB (Red+Green+Blue) = 8+99+188=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #0863BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863BC is #F79C43. Grayscale: #515151. Windows color (decimal): -16227396 or 12346120. OLE color: 12346120.
HSL color Cylindrical-coordinate representation of color #0863BC: hue angle of 209.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0863BC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 99 | 188 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.26 |
| HSL | 209.67º | 0.92% | 0.38% | - |
| HSV(B) | 209.67º | 0.96% | 0.74% | - |
| XYZ | 13.64 | 12.61 | 49.29 | - |
| YUV | 81.94 | 187.85 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 188 | 0.96 | 0.47 | 0 | 0.26 | 209.67 | 0.92 | 0.38 |
| Hex | 8 | 63 | BC | 60 | 2F | 0 | 1A | D2 | 5C | 26 |
| Octal | 10 | 143 | 274 | 140 | 57 | 0 | 32 | 322 | 134 | 46 |
| Binary | 1000 | 1100011 | 10111100 | 1100000 | 101111 | 0 | 11010 | 11010010 | 1011100 | 100110 |
Color Harmonies of #0863BC
Complementary color
Monochromatic Colors of #0863BC
Black with #0863BC
Text Example
Text Example
White with #0863BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863BC; }
p { color: rgb(8,99,188); }
H1.HeaderClassName
{
color: #0863BC;
}
.AnyTagClassName
{
color: #0863BC;
}
</style>
background-color css
<style>
a { background-color: #0863BC; }
a { background-color: rgb(8,99,188); }
div.DivClassName
{
background-color: #0863BC;
}
.BgClassName
{
background-color: #0863BC;
}
</style>
border-color css
<style>
span { border-color: #0863BC; }
span { border-color: rgb(8,99,188); }
td.TdClassName
{
border-color: #0863BC;
}
.TagClassName
{
border-color: #0863BC;
}
</style>