Shades of Denim #0764A9
Tints of Denim #0764A9
RGB
CMYK
RGB Variations
Color information
#0764A9 (or 0x0764A9) is known color: Denim. HEX triplet: 07, 64 and A9. RGB value is (7,100,169). Sum of RGB (Red+Green+Blue) = 7+100+169=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #0764A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0764A9 is #F89B56. Grayscale: #4F4F4F. Windows color (decimal): -16292695 or 11101191. OLE color: 11101191.
HSL color Cylindrical-coordinate representation of color #0764A9: hue angle of 205.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0764A9 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 100 | 169 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.34 |
| HSL | 205.56º | 0.92% | 0.35% | - |
| HSV(B) | 205.56º | 0.96% | 0.66% | - |
| XYZ | 11.81 | 12.02 | 39.23 | - |
| YUV | 80.06 | 178.19 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 169 | 0.96 | 0.41 | 0 | 0.34 | 205.56 | 0.92 | 0.35 |
| Hex | 7 | 64 | A9 | 60 | 29 | 0 | 22 | CE | 5C | 23 |
| Octal | 7 | 144 | 251 | 140 | 51 | 0 | 42 | 316 | 134 | 43 |
| Binary | 111 | 1100100 | 10101001 | 1100000 | 101001 | 0 | 100010 | 11001110 | 1011100 | 100011 |
Color Harmonies of #0764A9
Complementary color
Monochromatic Colors of #0764A9
Black with #0764A9
Text Example
Text Example
White with #0764A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0764A9; }
p { color: rgb(7,100,169); }
H1.HeaderClassName
{
color: #0764A9;
}
.AnyTagClassName
{
color: #0764A9;
}
</style>
background-color css
<style>
a { background-color: #0764A9; }
a { background-color: rgb(7,100,169); }
div.DivClassName
{
background-color: #0764A9;
}
.BgClassName
{
background-color: #0764A9;
}
</style>
border-color css
<style>
span { border-color: #0764A9; }
span { border-color: rgb(7,100,169); }
td.TdClassName
{
border-color: #0764A9;
}
.TagClassName
{
border-color: #0764A9;
}
</style>