Shades of Denim #0862AB
Tints of Denim #0862AB
RGB
CMYK
RGB Variations
Color information
#0862AB (or 0x0862AB) is known color: Denim. HEX triplet: 08, 62 and AB. RGB value is (8,98,171). Sum of RGB (Red+Green+Blue) = 8+98+171=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0862AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0862AB is #F79D54. Grayscale: #4F4F4F. Windows color (decimal): -16227669 or 11231752. OLE color: 11231752.
HSL color Cylindrical-coordinate representation of color #0862AB: hue angle of 206.87º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0862AB is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 98 | 171 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.33 |
| HSL | 206.87º | 0.91% | 0.35% | - |
| HSV(B) | 206.87º | 0.95% | 0.67% | - |
| XYZ | 11.82 | 11.73 | 40.17 | - |
| YUV | 79.41 | 179.68 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 171 | 0.95 | 0.43 | 0 | 0.33 | 206.87 | 0.91 | 0.35 |
| Hex | 8 | 62 | AB | 5F | 2B | 0 | 21 | CF | 5B | 23 |
| Octal | 10 | 142 | 253 | 137 | 53 | 0 | 41 | 317 | 133 | 43 |
| Binary | 1000 | 1100010 | 10101011 | 1011111 | 101011 | 0 | 100001 | 11001111 | 1011011 | 100011 |
Color Harmonies of #0862AB
Complementary color
Monochromatic Colors of #0862AB
Black with #0862AB
Text Example
Text Example
White with #0862AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0862AB; }
p { color: rgb(8,98,171); }
H1.HeaderClassName
{
color: #0862AB;
}
.AnyTagClassName
{
color: #0862AB;
}
</style>
background-color css
<style>
a { background-color: #0862AB; }
a { background-color: rgb(8,98,171); }
div.DivClassName
{
background-color: #0862AB;
}
.BgClassName
{
background-color: #0862AB;
}
</style>
border-color css
<style>
span { border-color: #0862AB; }
span { border-color: rgb(8,98,171); }
td.TdClassName
{
border-color: #0862AB;
}
.TagClassName
{
border-color: #0862AB;
}
</style>