Shades of Denim #0763B7
Tints of Denim #0763B7
RGB
CMYK
RGB Variations
Color information
#0763B7 (or 0x0763B7) is known color: Denim. HEX triplet: 07, 63 and B7. RGB value is (7,99,183). Sum of RGB (Red+Green+Blue) = 7+99+183=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #0763B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0763B7 is #F89C48. Grayscale: #505050. Windows color (decimal): -16292937 or 12018439. OLE color: 12018439.
HSL color Cylindrical-coordinate representation of color #0763B7: hue angle of 208.64º 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 #0763B7 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 99 | 183 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.28 |
| HSL | 208.64º | 0.93% | 0.37% | - |
| HSV(B) | 208.64º | 0.96% | 0.72% | - |
| XYZ | 13.1 | 12.39 | 46.5 | - |
| YUV | 81.07 | 185.52 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 183 | 0.96 | 0.46 | 0 | 0.28 | 208.64 | 0.93 | 0.37 |
| Hex | 7 | 63 | B7 | 60 | 2E | 0 | 1C | D1 | 5D | 25 |
| Octal | 7 | 143 | 267 | 140 | 56 | 0 | 34 | 321 | 135 | 45 |
| Binary | 111 | 1100011 | 10110111 | 1100000 | 101110 | 0 | 11100 | 11010001 | 1011101 | 100101 |
Color Harmonies of #0763B7
Complementary color
Monochromatic Colors of #0763B7
Black with #0763B7
Text Example
Text Example
White with #0763B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0763B7; }
p { color: rgb(7,99,183); }
H1.HeaderClassName
{
color: #0763B7;
}
.AnyTagClassName
{
color: #0763B7;
}
</style>
background-color css
<style>
a { background-color: #0763B7; }
a { background-color: rgb(7,99,183); }
div.DivClassName
{
background-color: #0763B7;
}
.BgClassName
{
background-color: #0763B7;
}
</style>
border-color css
<style>
span { border-color: #0763B7; }
span { border-color: rgb(7,99,183); }
td.TdClassName
{
border-color: #0763B7;
}
.TagClassName
{
border-color: #0763B7;
}
</style>