Shades of Denim #076AB5
Tints of Denim #076AB5
RGB
CMYK
RGB Variations
Color information
#076AB5 (or 0x076AB5) is known color: Denim. HEX triplet: 07, 6A and B5. RGB value is (7,106,181). Sum of RGB (Red+Green+Blue) = 7+106+181=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 181 (71.09% from 255 or 61.56% from 294); Max value from RGB is 181 - color contains mainly: blue. Hex color #076AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076AB5 is #F8954A. Grayscale: #545454. Windows color (decimal): -16291147 or 11889159. OLE color: 11889159.
HSL color Cylindrical-coordinate representation of color #076AB5: hue angle of 205.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076AB5 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 106 | 181 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.29 |
| HSL | 205.86º | 0.93% | 0.37% | - |
| HSV(B) | 205.86º | 0.96% | 0.71% | - |
| XYZ | 13.58 | 13.69 | 45.64 | - |
| YUV | 84.95 | 182.2 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 181 | 0.96 | 0.41 | 0 | 0.29 | 205.86 | 0.93 | 0.37 |
| Hex | 7 | 6A | B5 | 60 | 29 | 0 | 1D | CE | 5D | 25 |
| Octal | 7 | 152 | 265 | 140 | 51 | 0 | 35 | 316 | 135 | 45 |
| Binary | 111 | 1101010 | 10110101 | 1100000 | 101001 | 0 | 11101 | 11001110 | 1011101 | 100101 |
Color Harmonies of #076AB5
Complementary color
Monochromatic Colors of #076AB5
Black with #076AB5
Text Example
Text Example
White with #076AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076AB5; }
p { color: rgb(7,106,181); }
H1.HeaderClassName
{
color: #076AB5;
}
.AnyTagClassName
{
color: #076AB5;
}
</style>
background-color css
<style>
a { background-color: #076AB5; }
a { background-color: rgb(7,106,181); }
div.DivClassName
{
background-color: #076AB5;
}
.BgClassName
{
background-color: #076AB5;
}
</style>
border-color css
<style>
span { border-color: #076AB5; }
span { border-color: rgb(7,106,181); }
td.TdClassName
{
border-color: #076AB5;
}
.TagClassName
{
border-color: #076AB5;
}
</style>