Shades of Denim #0765AB
Tints of Denim #0765AB
RGB
CMYK
RGB Variations
Color information
#0765AB (or 0x0765AB) is known color: Denim. HEX triplet: 07, 65 and AB. RGB value is (7,101,171). Sum of RGB (Red+Green+Blue) = 7+101+171=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #0765AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0765AB is #F89A54. Grayscale: #505050. Windows color (decimal): -16292437 or 11232519. OLE color: 11232519.
HSL color Cylindrical-coordinate representation of color #0765AB: hue angle of 205.61º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0765AB is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 101 | 171 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.33 |
| HSL | 205.61º | 0.92% | 0.35% | - |
| HSV(B) | 205.61º | 0.96% | 0.67% | - |
| XYZ | 12.09 | 12.29 | 40.26 | - |
| YUV | 80.87 | 178.86 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 171 | 0.96 | 0.41 | 0 | 0.33 | 205.61 | 0.92 | 0.35 |
| Hex | 7 | 65 | AB | 60 | 29 | 0 | 21 | CE | 5C | 23 |
| Octal | 7 | 145 | 253 | 140 | 51 | 0 | 41 | 316 | 134 | 43 |
| Binary | 111 | 1100101 | 10101011 | 1100000 | 101001 | 0 | 100001 | 11001110 | 1011100 | 100011 |
Color Harmonies of #0765AB
Complementary color
Monochromatic Colors of #0765AB
Black with #0765AB
Text Example
Text Example
White with #0765AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0765AB; }
p { color: rgb(7,101,171); }
H1.HeaderClassName
{
color: #0765AB;
}
.AnyTagClassName
{
color: #0765AB;
}
</style>
background-color css
<style>
a { background-color: #0765AB; }
a { background-color: rgb(7,101,171); }
div.DivClassName
{
background-color: #0765AB;
}
.BgClassName
{
background-color: #0765AB;
}
</style>
border-color css
<style>
span { border-color: #0765AB; }
span { border-color: rgb(7,101,171); }
td.TdClassName
{
border-color: #0765AB;
}
.TagClassName
{
border-color: #0765AB;
}
</style>