Shades of Denim #0761AD
Tints of Denim #0761AD
RGB
CMYK
RGB Variations
Color information
#0761AD (or 0x0761AD) is known color: Denim. HEX triplet: 07, 61 and AD. RGB value is (7,97,173). Sum of RGB (Red+Green+Blue) = 7+97+173=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #0761AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0761AD is #F89E52. Grayscale: #4E4E4E. Windows color (decimal): -16293459 or 11362567. OLE color: 11362567.
HSL color Cylindrical-coordinate representation of color #0761AD: hue angle of 207.47º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0761AD is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 97 | 173 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.32 |
| HSL | 207.47º | 0.92% | 0.35% | - |
| HSV(B) | 207.47º | 0.96% | 0.68% | - |
| XYZ | 11.91 | 11.61 | 41.15 | - |
| YUV | 78.75 | 181.18 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 173 | 0.96 | 0.44 | 0 | 0.32 | 207.47 | 0.92 | 0.35 |
| Hex | 7 | 61 | AD | 60 | 2C | 0 | 20 | CF | 5C | 23 |
| Octal | 7 | 141 | 255 | 140 | 54 | 0 | 40 | 317 | 134 | 43 |
| Binary | 111 | 1100001 | 10101101 | 1100000 | 101100 | 0 | 100000 | 11001111 | 1011100 | 100011 |
Color Harmonies of #0761AD
Complementary color
Monochromatic Colors of #0761AD
Black with #0761AD
Text Example
Text Example
White with #0761AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0761AD; }
p { color: rgb(7,97,173); }
H1.HeaderClassName
{
color: #0761AD;
}
.AnyTagClassName
{
color: #0761AD;
}
</style>
background-color css
<style>
a { background-color: #0761AD; }
a { background-color: rgb(7,97,173); }
div.DivClassName
{
background-color: #0761AD;
}
.BgClassName
{
background-color: #0761AD;
}
</style>
border-color css
<style>
span { border-color: #0761AD; }
span { border-color: rgb(7,97,173); }
td.TdClassName
{
border-color: #0761AD;
}
.TagClassName
{
border-color: #0761AD;
}
</style>