Shades of Denim #1163AF
Tints of Denim #1163AF
RGB
CMYK
RGB Variations
Color information
#1163AF (or 0x1163AF) is known color: Denim. HEX triplet: 11, 63 and AF. RGB value is (17,99,175). Sum of RGB (Red+Green+Blue) = 17+99+175=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #1163AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1163AF is #EE9C50. Grayscale: #525252. Windows color (decimal): -15637585 or 11494161. OLE color: 11494161.
HSL color Cylindrical-coordinate representation of color #1163AF: hue angle of 208.86º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1163AF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 99 | 175 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.31 |
| HSL | 208.86º | 0.82% | 0.38% | - |
| HSV(B) | 208.86º | 0.9% | 0.69% | - |
| XYZ | 12.43 | 12.14 | 42.25 | - |
| YUV | 83.15 | 179.83 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 175 | 0.90 | 0.43 | 0 | 0.31 | 208.86 | 0.82 | 0.38 |
| Hex | 11 | 63 | AF | 5A | 2B | 0 | 1F | D1 | 52 | 26 |
| Octal | 21 | 143 | 257 | 132 | 53 | 0 | 37 | 321 | 122 | 46 |
| Binary | 10001 | 1100011 | 10101111 | 1011010 | 101011 | 0 | 11111 | 11010001 | 1010010 | 100110 |
Color Harmonies of #1163AF
Complementary color
Monochromatic Colors of #1163AF
Black with #1163AF
Text Example
Text Example
White with #1163AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1163AF; }
p { color: rgb(17,99,175); }
H1.HeaderClassName
{
color: #1163AF;
}
.AnyTagClassName
{
color: #1163AF;
}
</style>
background-color css
<style>
a { background-color: #1163AF; }
a { background-color: rgb(17,99,175); }
div.DivClassName
{
background-color: #1163AF;
}
.BgClassName
{
background-color: #1163AF;
}
</style>
border-color css
<style>
span { border-color: #1163AF; }
span { border-color: rgb(17,99,175); }
td.TdClassName
{
border-color: #1163AF;
}
.TagClassName
{
border-color: #1163AF;
}
</style>