Shades of Denim #0762AA
Tints of Denim #0762AA
RGB
CMYK
RGB Variations
Color information
#0762AA (or 0x0762AA) is known color: Denim. HEX triplet: 07, 62 and AA. RGB value is (7,98,170). Sum of RGB (Red+Green+Blue) = 7+98+170=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #0762AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0762AA is #F89D55. Grayscale: #4E4E4E. Windows color (decimal): -16293206 or 11166215. OLE color: 11166215.
HSL color Cylindrical-coordinate representation of color #0762AA: hue angle of 206.5º 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 #0762AA is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 98 | 170 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.33 |
| HSL | 206.5º | 0.92% | 0.35% | - |
| HSV(B) | 206.5º | 0.96% | 0.67% | - |
| XYZ | 11.71 | 11.68 | 39.67 | - |
| YUV | 79 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 170 | 0.96 | 0.42 | 0 | 0.33 | 206.5 | 0.92 | 0.35 |
| Hex | 7 | 62 | AA | 60 | 2A | 0 | 21 | CF | 5C | 23 |
| Octal | 7 | 142 | 252 | 140 | 52 | 0 | 41 | 317 | 134 | 43 |
| Binary | 111 | 1100010 | 10101010 | 1100000 | 101010 | 0 | 100001 | 11001111 | 1011100 | 100011 |
Color Harmonies of #0762AA
Complementary color
Monochromatic Colors of #0762AA
Black with #0762AA
Text Example
Text Example
White with #0762AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762AA; }
p { color: rgb(7,98,170); }
H1.HeaderClassName
{
color: #0762AA;
}
.AnyTagClassName
{
color: #0762AA;
}
</style>
background-color css
<style>
a { background-color: #0762AA; }
a { background-color: rgb(7,98,170); }
div.DivClassName
{
background-color: #0762AA;
}
.BgClassName
{
background-color: #0762AA;
}
</style>
border-color css
<style>
span { border-color: #0762AA; }
span { border-color: rgb(7,98,170); }
td.TdClassName
{
border-color: #0762AA;
}
.TagClassName
{
border-color: #0762AA;
}
</style>