Shades of Denim #0862BE
Tints of Denim #0862BE
RGB
CMYK
RGB Variations
Color information
#0862BE (or 0x0862BE) is known color: Denim. HEX triplet: 08, 62 and BE. RGB value is (8,98,190). Sum of RGB (Red+Green+Blue) = 8+98+190=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #0862BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0862BE is #F79D41. Grayscale: #515151. Windows color (decimal): -16227650 or 12476936. OLE color: 12476936.
HSL color Cylindrical-coordinate representation of color #0862BE: hue angle of 210.33º degrees, saturation: 0.92, 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 #0862BE is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 98 | 190 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.25 |
| HSL | 210.33º | 0.92% | 0.39% | - |
| HSV(B) | 210.33º | 0.96% | 0.75% | - |
| XYZ | 13.76 | 12.5 | 50.4 | - |
| YUV | 81.58 | 189.18 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 190 | 0.96 | 0.48 | 0 | 0.25 | 210.33 | 0.92 | 0.39 |
| Hex | 8 | 62 | BE | 60 | 30 | 0 | 19 | D2 | 5C | 27 |
| Octal | 10 | 142 | 276 | 140 | 60 | 0 | 31 | 322 | 134 | 47 |
| Binary | 1000 | 1100010 | 10111110 | 1100000 | 110000 | 0 | 11001 | 11010010 | 1011100 | 100111 |
Color Harmonies of #0862BE
Complementary color
Monochromatic Colors of #0862BE
Black with #0862BE
Text Example
Text Example
White with #0862BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862BE; }
p { color: rgb(8,98,190); }
H1.HeaderClassName
{
color: #0862BE;
}
.AnyTagClassName
{
color: #0862BE;
}
</style>
background-color css
<style>
a { background-color: #0862BE; }
a { background-color: rgb(8,98,190); }
div.DivClassName
{
background-color: #0862BE;
}
.BgClassName
{
background-color: #0862BE;
}
</style>
border-color css
<style>
span { border-color: #0862BE; }
span { border-color: rgb(8,98,190); }
td.TdClassName
{
border-color: #0862BE;
}
.TagClassName
{
border-color: #0862BE;
}
</style>