Shades of Denim #0765BC
Tints of Denim #0765BC
RGB
CMYK
RGB Variations
Color information
#0765BC (or 0x0765BC) is known color: Denim. HEX triplet: 07, 65 and BC. RGB value is (7,101,188). Sum of RGB (Red+Green+Blue) = 7+101+188=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #0765BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0765BC is #F89A43. Grayscale: #525252. Windows color (decimal): -16292420 or 12346631. OLE color: 12346631.
HSL color Cylindrical-coordinate representation of color #0765BC: hue angle of 208.84º degrees, saturation: 0.93, 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 #0765BC is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 101 | 188 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.26 |
| HSL | 208.84º | 0.93% | 0.38% | - |
| HSV(B) | 208.84º | 0.96% | 0.74% | - |
| XYZ | 13.82 | 12.98 | 49.35 | - |
| YUV | 82.81 | 187.36 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 188 | 0.96 | 0.46 | 0 | 0.26 | 208.84 | 0.93 | 0.38 |
| Hex | 7 | 65 | BC | 60 | 2E | 0 | 1A | D1 | 5D | 26 |
| Octal | 7 | 145 | 274 | 140 | 56 | 0 | 32 | 321 | 135 | 46 |
| Binary | 111 | 1100101 | 10111100 | 1100000 | 101110 | 0 | 11010 | 11010001 | 1011101 | 100110 |
Color Harmonies of #0765BC
Complementary color
Monochromatic Colors of #0765BC
Black with #0765BC
Text Example
Text Example
White with #0765BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0765BC; }
p { color: rgb(7,101,188); }
H1.HeaderClassName
{
color: #0765BC;
}
.AnyTagClassName
{
color: #0765BC;
}
</style>
background-color css
<style>
a { background-color: #0765BC; }
a { background-color: rgb(7,101,188); }
div.DivClassName
{
background-color: #0765BC;
}
.BgClassName
{
background-color: #0765BC;
}
</style>
border-color css
<style>
span { border-color: #0765BC; }
span { border-color: rgb(7,101,188); }
td.TdClassName
{
border-color: #0765BC;
}
.TagClassName
{
border-color: #0765BC;
}
</style>