Shades of Denim #0762BE
Tints of Denim #0762BE
RGB
CMYK
RGB Variations
Color information
#0762BE (or 0x0762BE) is known color: Denim. HEX triplet: 07, 62 and BE. RGB value is (7,98,190). Sum of RGB (Red+Green+Blue) = 7+98+190=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #0762BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0762BE is #F89D41. Grayscale: #505050. Windows color (decimal): -16293186 or 12476935. OLE color: 12476935.
HSL color Cylindrical-coordinate representation of color #0762BE: hue angle of 210.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0762BE is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 98 | 190 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.25 |
| HSL | 210.16º | 0.93% | 0.39% | - |
| HSV(B) | 210.16º | 0.96% | 0.75% | - |
| XYZ | 13.75 | 12.5 | 50.4 | - |
| YUV | 81.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 190 | 0.96 | 0.48 | 0 | 0.25 | 210.16 | 0.93 | 0.39 |
| Hex | 7 | 62 | BE | 60 | 30 | 0 | 19 | D2 | 5D | 27 |
| Octal | 7 | 142 | 276 | 140 | 60 | 0 | 31 | 322 | 135 | 47 |
| Binary | 111 | 1100010 | 10111110 | 1100000 | 110000 | 0 | 11001 | 11010010 | 1011101 | 100111 |
Color Harmonies of #0762BE
Complementary color
Monochromatic Colors of #0762BE
Black with #0762BE
Text Example
Text Example
White with #0762BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762BE; }
p { color: rgb(7,98,190); }
H1.HeaderClassName
{
color: #0762BE;
}
.AnyTagClassName
{
color: #0762BE;
}
</style>
background-color css
<style>
a { background-color: #0762BE; }
a { background-color: rgb(7,98,190); }
div.DivClassName
{
background-color: #0762BE;
}
.BgClassName
{
background-color: #0762BE;
}
</style>
border-color css
<style>
span { border-color: #0762BE; }
span { border-color: rgb(7,98,190); }
td.TdClassName
{
border-color: #0762BE;
}
.TagClassName
{
border-color: #0762BE;
}
</style>