Shades of Denim #0764AA
Tints of Denim #0764AA
RGB
CMYK
RGB Variations
Color information
#0764AA (or 0x0764AA) is known color: Denim. HEX triplet: 07, 64 and AA. RGB value is (7,100,170). Sum of RGB (Red+Green+Blue) = 7+100+170=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #0764AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0764AA is #F89B55. Grayscale: #4F4F4F. Windows color (decimal): -16292694 or 11166727. OLE color: 11166727.
HSL color Cylindrical-coordinate representation of color #0764AA: hue angle of 205.77º 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 #0764AA is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 100 | 170 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.33 |
| HSL | 205.77º | 0.92% | 0.35% | - |
| HSV(B) | 205.77º | 0.96% | 0.67% | - |
| XYZ | 11.9 | 12.06 | 39.73 | - |
| YUV | 80.17 | 178.69 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 170 | 0.96 | 0.41 | 0 | 0.33 | 205.77 | 0.92 | 0.35 |
| Hex | 7 | 64 | AA | 60 | 29 | 0 | 21 | CE | 5C | 23 |
| Octal | 7 | 144 | 252 | 140 | 51 | 0 | 41 | 316 | 134 | 43 |
| Binary | 111 | 1100100 | 10101010 | 1100000 | 101001 | 0 | 100001 | 11001110 | 1011100 | 100011 |
Color Harmonies of #0764AA
Complementary color
Monochromatic Colors of #0764AA
Black with #0764AA
Text Example
Text Example
White with #0764AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0764AA; }
p { color: rgb(7,100,170); }
H1.HeaderClassName
{
color: #0764AA;
}
.AnyTagClassName
{
color: #0764AA;
}
</style>
background-color css
<style>
a { background-color: #0764AA; }
a { background-color: rgb(7,100,170); }
div.DivClassName
{
background-color: #0764AA;
}
.BgClassName
{
background-color: #0764AA;
}
</style>
border-color css
<style>
span { border-color: #0764AA; }
span { border-color: rgb(7,100,170); }
td.TdClassName
{
border-color: #0764AA;
}
.TagClassName
{
border-color: #0764AA;
}
</style>