Shades of Denim #0756BA
Tints of Denim #0756BA
RGB
CMYK
RGB Variations
Color information
#0756BA (or 0x0756BA) is known color: Denim. HEX triplet: 07, 56 and BA. RGB value is (7,86,186). Sum of RGB (Red+Green+Blue) = 7+86+186=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #0756BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0756BA is #F8A945. Grayscale: #494949. Windows color (decimal): -16296262 or 12211719. OLE color: 12211719.
HSL color Cylindrical-coordinate representation of color #0756BA: hue angle of 213.52º 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 #0756BA is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 86 | 186 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.27 |
| HSL | 213.52º | 0.93% | 0.38% | - |
| HSV(B) | 213.52º | 0.96% | 0.73% | - |
| XYZ | 12.28 | 10.25 | 47.78 | - |
| YUV | 73.78 | 191.33 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 186 | 0.96 | 0.54 | 0 | 0.27 | 213.52 | 0.93 | 0.38 |
| Hex | 7 | 56 | BA | 60 | 36 | 0 | 1B | D6 | 5D | 26 |
| Octal | 7 | 126 | 272 | 140 | 66 | 0 | 33 | 326 | 135 | 46 |
| Binary | 111 | 1010110 | 10111010 | 1100000 | 110110 | 0 | 11011 | 11010110 | 1011101 | 100110 |
Color Harmonies of #0756BA
Complementary color
Monochromatic Colors of #0756BA
Black with #0756BA
Text Example
Text Example
White with #0756BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0756BA; }
p { color: rgb(7,86,186); }
H1.HeaderClassName
{
color: #0756BA;
}
.AnyTagClassName
{
color: #0756BA;
}
</style>
background-color css
<style>
a { background-color: #0756BA; }
a { background-color: rgb(7,86,186); }
div.DivClassName
{
background-color: #0756BA;
}
.BgClassName
{
background-color: #0756BA;
}
</style>
border-color css
<style>
span { border-color: #0756BA; }
span { border-color: rgb(7,86,186); }
td.TdClassName
{
border-color: #0756BA;
}
.TagClassName
{
border-color: #0756BA;
}
</style>