Shades of Denim #1165BF
Tints of Denim #1165BF
RGB
CMYK
RGB Variations
Color information
#1165BF (or 0x1165BF) is known color: Denim. HEX triplet: 11, 65 and BF. RGB value is (17,101,191). Sum of RGB (Red+Green+Blue) = 17+101+191=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #1165BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165BF is #EE9A40. Grayscale: #555555. Windows color (decimal): -15637057 or 12543249. OLE color: 12543249.
HSL color Cylindrical-coordinate representation of color #1165BF: hue angle of 211.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1165BF is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 101 | 191 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.25 |
| HSL | 211.03º | 0.84% | 0.41% | - |
| HSV(B) | 211.03º | 0.91% | 0.75% | - |
| XYZ | 14.29 | 13.19 | 51.08 | - |
| YUV | 86.14 | 187.17 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 191 | 0.91 | 0.47 | 0 | 0.25 | 211.03 | 0.84 | 0.41 |
| Hex | 11 | 65 | BF | 5B | 2F | 0 | 19 | D3 | 54 | 29 |
| Octal | 21 | 145 | 277 | 133 | 57 | 0 | 31 | 323 | 124 | 51 |
| Binary | 10001 | 1100101 | 10111111 | 1011011 | 101111 | 0 | 11001 | 11010011 | 1010100 | 101001 |
Color Harmonies of #1165BF
Complementary color
Monochromatic Colors of #1165BF
Black with #1165BF
Text Example
Text Example
White with #1165BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165BF; }
p { color: rgb(17,101,191); }
H1.HeaderClassName
{
color: #1165BF;
}
.AnyTagClassName
{
color: #1165BF;
}
</style>
background-color css
<style>
a { background-color: #1165BF; }
a { background-color: rgb(17,101,191); }
div.DivClassName
{
background-color: #1165BF;
}
.BgClassName
{
background-color: #1165BF;
}
</style>
border-color css
<style>
span { border-color: #1165BF; }
span { border-color: rgb(17,101,191); }
td.TdClassName
{
border-color: #1165BF;
}
.TagClassName
{
border-color: #1165BF;
}
</style>