Shades of Denim #0760BA
Tints of Denim #0760BA
RGB
CMYK
RGB Variations
Color information
#0760BA (or 0x0760BA) is known color: Denim. HEX triplet: 07, 60 and BA. RGB value is (7,96,186). Sum of RGB (Red+Green+Blue) = 7+96+186=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0760BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0760BA is #F89F45. Grayscale: #4F4F4F. Windows color (decimal): -16293702 or 12214279. OLE color: 12214279.
HSL color Cylindrical-coordinate representation of color #0760BA: hue angle of 210.17º 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 #0760BA is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 96 | 186 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.27 |
| HSL | 210.17º | 0.93% | 0.38% | - |
| HSV(B) | 210.17º | 0.96% | 0.73% | - |
| XYZ | 13.13 | 11.96 | 48.07 | - |
| YUV | 79.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 186 | 0.96 | 0.48 | 0 | 0.27 | 210.17 | 0.93 | 0.38 |
| Hex | 7 | 60 | BA | 60 | 30 | 0 | 1B | D2 | 5D | 26 |
| Octal | 7 | 140 | 272 | 140 | 60 | 0 | 33 | 322 | 135 | 46 |
| Binary | 111 | 1100000 | 10111010 | 1100000 | 110000 | 0 | 11011 | 11010010 | 1011101 | 100110 |
Color Harmonies of #0760BA
Complementary color
Monochromatic Colors of #0760BA
Black with #0760BA
Text Example
Text Example
White with #0760BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0760BA; }
p { color: rgb(7,96,186); }
H1.HeaderClassName
{
color: #0760BA;
}
.AnyTagClassName
{
color: #0760BA;
}
</style>
background-color css
<style>
a { background-color: #0760BA; }
a { background-color: rgb(7,96,186); }
div.DivClassName
{
background-color: #0760BA;
}
.BgClassName
{
background-color: #0760BA;
}
</style>
border-color css
<style>
span { border-color: #0760BA; }
span { border-color: rgb(7,96,186); }
td.TdClassName
{
border-color: #0760BA;
}
.TagClassName
{
border-color: #0760BA;
}
</style>