Shades of Denim #1063AD
Tints of Denim #1063AD
RGB
CMYK
RGB Variations
Color information
#1063AD (or 0x1063AD) is known color: Denim. HEX triplet: 10, 63 and AD. RGB value is (16,99,173). Sum of RGB (Red+Green+Blue) = 16+99+173=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #1063AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1063AD is #EF9C52. Grayscale: #525252. Windows color (decimal): -15703123 or 11363088. OLE color: 11363088.
HSL color Cylindrical-coordinate representation of color #1063AD: hue angle of 208.28º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1063AD is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 99 | 173 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.32 |
| HSL | 208.28º | 0.83% | 0.37% | - |
| HSV(B) | 208.28º | 0.91% | 0.68% | - |
| XYZ | 12.22 | 12.05 | 41.22 | - |
| YUV | 82.62 | 179 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 173 | 0.91 | 0.43 | 0 | 0.32 | 208.28 | 0.83 | 0.37 |
| Hex | 10 | 63 | AD | 5B | 2B | 0 | 20 | D0 | 53 | 25 |
| Octal | 20 | 143 | 255 | 133 | 53 | 0 | 40 | 320 | 123 | 45 |
| Binary | 10000 | 1100011 | 10101101 | 1011011 | 101011 | 0 | 100000 | 11010000 | 1010011 | 100101 |
Color Harmonies of #1063AD
Complementary color
Monochromatic Colors of #1063AD
Black with #1063AD
Text Example
Text Example
White with #1063AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063AD; }
p { color: rgb(16,99,173); }
H1.HeaderClassName
{
color: #1063AD;
}
.AnyTagClassName
{
color: #1063AD;
}
</style>
background-color css
<style>
a { background-color: #1063AD; }
a { background-color: rgb(16,99,173); }
div.DivClassName
{
background-color: #1063AD;
}
.BgClassName
{
background-color: #1063AD;
}
</style>
border-color css
<style>
span { border-color: #1063AD; }
span { border-color: rgb(16,99,173); }
td.TdClassName
{
border-color: #1063AD;
}
.TagClassName
{
border-color: #1063AD;
}
</style>