Shades of Denim #0766AE
Tints of Denim #0766AE
RGB
CMYK
RGB Variations
Color information
#0766AE (or 0x0766AE) is known color: Denim. HEX triplet: 07, 66 and AE. RGB value is (7,102,174). Sum of RGB (Red+Green+Blue) = 7+102+174=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #0766AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0766AE is #F89951. Grayscale: #515151. Windows color (decimal): -16292178 or 11429383. OLE color: 11429383.
HSL color Cylindrical-coordinate representation of color #0766AE: hue angle of 205.87º 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 #0766AE is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 102 | 174 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.32 |
| HSL | 205.87º | 0.92% | 0.35% | - |
| HSV(B) | 205.87º | 0.96% | 0.68% | - |
| XYZ | 12.48 | 12.6 | 41.82 | - |
| YUV | 81.8 | 180.03 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 174 | 0.96 | 0.41 | 0 | 0.32 | 205.87 | 0.92 | 0.35 |
| Hex | 7 | 66 | AE | 60 | 29 | 0 | 20 | CE | 5C | 23 |
| Octal | 7 | 146 | 256 | 140 | 51 | 0 | 40 | 316 | 134 | 43 |
| Binary | 111 | 1100110 | 10101110 | 1100000 | 101001 | 0 | 100000 | 11001110 | 1011100 | 100011 |
Color Harmonies of #0766AE
Complementary color
Monochromatic Colors of #0766AE
Black with #0766AE
Text Example
Text Example
White with #0766AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0766AE; }
p { color: rgb(7,102,174); }
H1.HeaderClassName
{
color: #0766AE;
}
.AnyTagClassName
{
color: #0766AE;
}
</style>
background-color css
<style>
a { background-color: #0766AE; }
a { background-color: rgb(7,102,174); }
div.DivClassName
{
background-color: #0766AE;
}
.BgClassName
{
background-color: #0766AE;
}
</style>
border-color css
<style>
span { border-color: #0766AE; }
span { border-color: rgb(7,102,174); }
td.TdClassName
{
border-color: #0766AE;
}
.TagClassName
{
border-color: #0766AE;
}
</style>