Shades of Denim #1164AE
Tints of Denim #1164AE
RGB
CMYK
RGB Variations
Color information
#1164AE (or 0x1164AE) is known color: Denim. HEX triplet: 11, 64 and AE. RGB value is (17,100,174). Sum of RGB (Red+Green+Blue) = 17+100+174=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #1164AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1164AE is #EE9B51. Grayscale: #535353. Windows color (decimal): -15637330 or 11428881. OLE color: 11428881.
HSL color Cylindrical-coordinate representation of color #1164AE: hue angle of 208.28º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1164AE is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 100 | 174 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.32 |
| HSL | 208.28º | 0.82% | 0.37% | - |
| HSV(B) | 208.28º | 0.9% | 0.68% | - |
| XYZ | 12.43 | 12.29 | 41.76 | - |
| YUV | 83.62 | 179 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 174 | 0.90 | 0.43 | 0 | 0.32 | 208.28 | 0.82 | 0.37 |
| Hex | 11 | 64 | AE | 5A | 2B | 0 | 20 | D0 | 52 | 25 |
| Octal | 21 | 144 | 256 | 132 | 53 | 0 | 40 | 320 | 122 | 45 |
| Binary | 10001 | 1100100 | 10101110 | 1011010 | 101011 | 0 | 100000 | 11010000 | 1010010 | 100101 |
Color Harmonies of #1164AE
Complementary color
Monochromatic Colors of #1164AE
Black with #1164AE
Text Example
Text Example
White with #1164AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164AE; }
p { color: rgb(17,100,174); }
H1.HeaderClassName
{
color: #1164AE;
}
.AnyTagClassName
{
color: #1164AE;
}
</style>
background-color css
<style>
a { background-color: #1164AE; }
a { background-color: rgb(17,100,174); }
div.DivClassName
{
background-color: #1164AE;
}
.BgClassName
{
background-color: #1164AE;
}
</style>
border-color css
<style>
span { border-color: #1164AE; }
span { border-color: rgb(17,100,174); }
td.TdClassName
{
border-color: #1164AE;
}
.TagClassName
{
border-color: #1164AE;
}
</style>