Shades of Denim #076BBA
Tints of Denim #076BBA
RGB
CMYK
RGB Variations
Color information
#076BBA (or 0x076BBA) is known color: Denim. HEX triplet: 07, 6B and BA. RGB value is (7,107,186). Sum of RGB (Red+Green+Blue) = 7+107+186=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #076BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BBA is #F89445. Grayscale: #555555. Windows color (decimal): -16290886 or 12217095. OLE color: 12217095.
HSL color Cylindrical-coordinate representation of color #076BBA: hue angle of 206.48º 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 #076BBA is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 107 | 186 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.27 |
| HSL | 206.48º | 0.93% | 0.38% | - |
| HSV(B) | 206.48º | 0.96% | 0.73% | - |
| XYZ | 14.21 | 14.11 | 48.43 | - |
| YUV | 86.11 | 184.37 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 186 | 0.96 | 0.42 | 0 | 0.27 | 206.48 | 0.93 | 0.38 |
| Hex | 7 | 6B | BA | 60 | 2A | 0 | 1B | CE | 5D | 26 |
| Octal | 7 | 153 | 272 | 140 | 52 | 0 | 33 | 316 | 135 | 46 |
| Binary | 111 | 1101011 | 10111010 | 1100000 | 101010 | 0 | 11011 | 11001110 | 1011101 | 100110 |
Color Harmonies of #076BBA
Complementary color
Monochromatic Colors of #076BBA
Black with #076BBA
Text Example
Text Example
White with #076BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BBA; }
p { color: rgb(7,107,186); }
H1.HeaderClassName
{
color: #076BBA;
}
.AnyTagClassName
{
color: #076BBA;
}
</style>
background-color css
<style>
a { background-color: #076BBA; }
a { background-color: rgb(7,107,186); }
div.DivClassName
{
background-color: #076BBA;
}
.BgClassName
{
background-color: #076BBA;
}
</style>
border-color css
<style>
span { border-color: #076BBA; }
span { border-color: rgb(7,107,186); }
td.TdClassName
{
border-color: #076BBA;
}
.TagClassName
{
border-color: #076BBA;
}
</style>