Shades of Denim #0767BA
Tints of Denim #0767BA
RGB
CMYK
RGB Variations
Color information
#0767BA (or 0x0767BA) is known color: Denim. HEX triplet: 07, 67 and BA. RGB value is (7,103,186). Sum of RGB (Red+Green+Blue) = 7+103+186=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #0767BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0767BA is #F89845. Grayscale: #535353. Windows color (decimal): -16291910 or 12216071. OLE color: 12216071.
HSL color Cylindrical-coordinate representation of color #0767BA: hue angle of 207.82º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0767BA is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 103 | 186 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.27 |
| HSL | 207.82º | 0.93% | 0.38% | - |
| HSV(B) | 207.82º | 0.96% | 0.73% | - |
| XYZ | 13.8 | 13.29 | 48.29 | - |
| YUV | 83.76 | 185.7 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 186 | 0.96 | 0.45 | 0 | 0.27 | 207.82 | 0.93 | 0.38 |
| Hex | 7 | 67 | BA | 60 | 2D | 0 | 1B | D0 | 5D | 26 |
| Octal | 7 | 147 | 272 | 140 | 55 | 0 | 33 | 320 | 135 | 46 |
| Binary | 111 | 1100111 | 10111010 | 1100000 | 101101 | 0 | 11011 | 11010000 | 1011101 | 100110 |
Color Harmonies of #0767BA
Complementary color
Monochromatic Colors of #0767BA
Black with #0767BA
Text Example
Text Example
White with #0767BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0767BA; }
p { color: rgb(7,103,186); }
H1.HeaderClassName
{
color: #0767BA;
}
.AnyTagClassName
{
color: #0767BA;
}
</style>
background-color css
<style>
a { background-color: #0767BA; }
a { background-color: rgb(7,103,186); }
div.DivClassName
{
background-color: #0767BA;
}
.BgClassName
{
background-color: #0767BA;
}
</style>
border-color css
<style>
span { border-color: #0767BA; }
span { border-color: rgb(7,103,186); }
td.TdClassName
{
border-color: #0767BA;
}
.TagClassName
{
border-color: #0767BA;
}
</style>