Shades of Denim #076DB7
Tints of Denim #076DB7
RGB
CMYK
RGB Variations
Color information
#076DB7 (or 0x076DB7) is known color: Denim. HEX triplet: 07, 6D and B7. RGB value is (7,109,183). Sum of RGB (Red+Green+Blue) = 7+109+183=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #076DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DB7 is #F89248. Grayscale: #565656. Windows color (decimal): -16290377 or 12020999. OLE color: 12020999.
HSL color Cylindrical-coordinate representation of color #076DB7: hue angle of 205.23º 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 #076DB7 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 109 | 183 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.28 |
| HSL | 205.23º | 0.93% | 0.37% | - |
| HSV(B) | 205.23º | 0.96% | 0.72% | - |
| XYZ | 14.1 | 14.4 | 46.84 | - |
| YUV | 86.94 | 182.21 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 183 | 0.96 | 0.40 | 0 | 0.28 | 205.23 | 0.93 | 0.37 |
| Hex | 7 | 6D | B7 | 60 | 28 | 0 | 1C | CD | 5D | 25 |
| Octal | 7 | 155 | 267 | 140 | 50 | 0 | 34 | 315 | 135 | 45 |
| Binary | 111 | 1101101 | 10110111 | 1100000 | 101000 | 0 | 11100 | 11001101 | 1011101 | 100101 |
Color Harmonies of #076DB7
Complementary color
Monochromatic Colors of #076DB7
Black with #076DB7
Text Example
Text Example
White with #076DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DB7; }
p { color: rgb(7,109,183); }
H1.HeaderClassName
{
color: #076DB7;
}
.AnyTagClassName
{
color: #076DB7;
}
</style>
background-color css
<style>
a { background-color: #076DB7; }
a { background-color: rgb(7,109,183); }
div.DivClassName
{
background-color: #076DB7;
}
.BgClassName
{
background-color: #076DB7;
}
</style>
border-color css
<style>
span { border-color: #076DB7; }
span { border-color: rgb(7,109,183); }
td.TdClassName
{
border-color: #076DB7;
}
.TagClassName
{
border-color: #076DB7;
}
</style>