Shades of Denim #0761BB
Tints of Denim #0761BB
RGB
CMYK
RGB Variations
Color information
#0761BB (or 0x0761BB) is known color: Denim. HEX triplet: 07, 61 and BB. RGB value is (7,97,187). Sum of RGB (Red+Green+Blue) = 7+97+187=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #0761BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0761BB is #F89E44. Grayscale: #4F4F4F. Windows color (decimal): -16293445 or 12280071. OLE color: 12280071.
HSL color Cylindrical-coordinate representation of color #0761BB: hue angle of 210º degrees, saturation: 0.93, 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 #0761BB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 97 | 187 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.27 |
| HSL | 210º | 0.93% | 0.38% | - |
| HSV(B) | 210º | 0.96% | 0.73% | - |
| XYZ | 13.33 | 12.18 | 48.66 | - |
| YUV | 80.35 | 188.18 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 187 | 0.96 | 0.48 | 0 | 0.27 | 210 | 0.93 | 0.38 |
| Hex | 7 | 61 | BB | 60 | 30 | 0 | 1B | D2 | 5D | 26 |
| Octal | 7 | 141 | 273 | 140 | 60 | 0 | 33 | 322 | 135 | 46 |
| Binary | 111 | 1100001 | 10111011 | 1100000 | 110000 | 0 | 11011 | 11010010 | 1011101 | 100110 |
Color Harmonies of #0761BB
Complementary color
Monochromatic Colors of #0761BB
Black with #0761BB
Text Example
Text Example
White with #0761BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0761BB; }
p { color: rgb(7,97,187); }
H1.HeaderClassName
{
color: #0761BB;
}
.AnyTagClassName
{
color: #0761BB;
}
</style>
background-color css
<style>
a { background-color: #0761BB; }
a { background-color: rgb(7,97,187); }
div.DivClassName
{
background-color: #0761BB;
}
.BgClassName
{
background-color: #0761BB;
}
</style>
border-color css
<style>
span { border-color: #0761BB; }
span { border-color: rgb(7,97,187); }
td.TdClassName
{
border-color: #0761BB;
}
.TagClassName
{
border-color: #0761BB;
}
</style>