Shades of Denim #076BB7
Tints of Denim #076BB7
RGB
CMYK
RGB Variations
Color information
#076BB7 (or 0x076BB7) is known color: Denim. HEX triplet: 07, 6B and B7. RGB value is (7,107,183). Sum of RGB (Red+Green+Blue) = 7+107+183=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 183 (71.88% from 255 or 61.62% from 297); Max value from RGB is 183 - color contains mainly: blue. Hex color #076BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BB7 is #F89448. Grayscale: #555555. Windows color (decimal): -16290889 or 12020487. OLE color: 12020487.
HSL color Cylindrical-coordinate representation of color #076BB7: hue angle of 205.91º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076BB7 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 107 | 183 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.28 |
| HSL | 205.91º | 0.93% | 0.37% | - |
| HSV(B) | 205.91º | 0.96% | 0.72% | - |
| XYZ | 13.89 | 13.98 | 46.77 | - |
| YUV | 85.76 | 182.87 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 183 | 0.96 | 0.42 | 0 | 0.28 | 205.91 | 0.93 | 0.37 |
| Hex | 7 | 6B | B7 | 60 | 2A | 0 | 1C | CE | 5D | 25 |
| Octal | 7 | 153 | 267 | 140 | 52 | 0 | 34 | 316 | 135 | 45 |
| Binary | 111 | 1101011 | 10110111 | 1100000 | 101010 | 0 | 11100 | 11001110 | 1011101 | 100101 |
Color Harmonies of #076BB7
Complementary color
Monochromatic Colors of #076BB7
Black with #076BB7
Text Example
Text Example
White with #076BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BB7; }
p { color: rgb(7,107,183); }
H1.HeaderClassName
{
color: #076BB7;
}
.AnyTagClassName
{
color: #076BB7;
}
</style>
background-color css
<style>
a { background-color: #076BB7; }
a { background-color: rgb(7,107,183); }
div.DivClassName
{
background-color: #076BB7;
}
.BgClassName
{
background-color: #076BB7;
}
</style>
border-color css
<style>
span { border-color: #076BB7; }
span { border-color: rgb(7,107,183); }
td.TdClassName
{
border-color: #076BB7;
}
.TagClassName
{
border-color: #076BB7;
}
</style>