Shades of Denim #1063AB
Tints of Denim #1063AB
RGB
CMYK
RGB Variations
Color information
#1063AB (or 0x1063AB) is known color: Denim. HEX triplet: 10, 63 and AB. RGB value is (16,99,171). Sum of RGB (Red+Green+Blue) = 16+99+171=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #1063AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1063AB is #EF9C54. Grayscale: #525252. Windows color (decimal): -15703125 or 11232016. OLE color: 11232016.
HSL color Cylindrical-coordinate representation of color #1063AB: hue angle of 207.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1063AB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 99 | 171 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.33 |
| HSL | 207.87º | 0.83% | 0.37% | - |
| HSV(B) | 207.87º | 0.91% | 0.67% | - |
| XYZ | 12.03 | 11.97 | 40.21 | - |
| YUV | 82.39 | 178 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 171 | 0.91 | 0.42 | 0 | 0.33 | 207.87 | 0.83 | 0.37 |
| Hex | 10 | 63 | AB | 5B | 2A | 0 | 21 | D0 | 53 | 25 |
| Octal | 20 | 143 | 253 | 133 | 52 | 0 | 41 | 320 | 123 | 45 |
| Binary | 10000 | 1100011 | 10101011 | 1011011 | 101010 | 0 | 100001 | 11010000 | 1010011 | 100101 |
Color Harmonies of #1063AB
Complementary color
Monochromatic Colors of #1063AB
Black with #1063AB
Text Example
Text Example
White with #1063AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063AB; }
p { color: rgb(16,99,171); }
H1.HeaderClassName
{
color: #1063AB;
}
.AnyTagClassName
{
color: #1063AB;
}
</style>
background-color css
<style>
a { background-color: #1063AB; }
a { background-color: rgb(16,99,171); }
div.DivClassName
{
background-color: #1063AB;
}
.BgClassName
{
background-color: #1063AB;
}
</style>
border-color css
<style>
span { border-color: #1063AB; }
span { border-color: rgb(16,99,171); }
td.TdClassName
{
border-color: #1063AB;
}
.TagClassName
{
border-color: #1063AB;
}
</style>