Shades of Denim #0863AF
Tints of Denim #0863AF
RGB
CMYK
RGB Variations
Color information
#0863AF (or 0x0863AF) is known color: Denim. HEX triplet: 08, 63 and AF. RGB value is (8,99,175). Sum of RGB (Red+Green+Blue) = 8+99+175=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #0863AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0863AF is #F79C50. Grayscale: #505050. Windows color (decimal): -16227409 or 11494152. OLE color: 11494152.
HSL color Cylindrical-coordinate representation of color #0863AF: hue angle of 207.31º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0863AF is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 99 | 175 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.31 |
| HSL | 207.31º | 0.91% | 0.36% | - |
| HSV(B) | 207.31º | 0.95% | 0.69% | - |
| XYZ | 12.3 | 12.07 | 42.24 | - |
| YUV | 80.46 | 181.35 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 175 | 0.95 | 0.43 | 0 | 0.31 | 207.31 | 0.91 | 0.36 |
| Hex | 8 | 63 | AF | 5F | 2B | 0 | 1F | CF | 5B | 24 |
| Octal | 10 | 143 | 257 | 137 | 53 | 0 | 37 | 317 | 133 | 44 |
| Binary | 1000 | 1100011 | 10101111 | 1011111 | 101011 | 0 | 11111 | 11001111 | 1011011 | 100100 |
Color Harmonies of #0863AF
Complementary color
Monochromatic Colors of #0863AF
Black with #0863AF
Text Example
Text Example
White with #0863AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0863AF; }
p { color: rgb(8,99,175); }
H1.HeaderClassName
{
color: #0863AF;
}
.AnyTagClassName
{
color: #0863AF;
}
</style>
background-color css
<style>
a { background-color: #0863AF; }
a { background-color: rgb(8,99,175); }
div.DivClassName
{
background-color: #0863AF;
}
.BgClassName
{
background-color: #0863AF;
}
</style>
border-color css
<style>
span { border-color: #0863AF; }
span { border-color: rgb(8,99,175); }
td.TdClassName
{
border-color: #0863AF;
}
.TagClassName
{
border-color: #0863AF;
}
</style>