Shades of Denim #1165BA
Tints of Denim #1165BA
RGB
CMYK
RGB Variations
Color information
#1165BA (or 0x1165BA) is known color: Denim. HEX triplet: 11, 65 and BA. RGB value is (17,101,186). Sum of RGB (Red+Green+Blue) = 17+101+186=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #1165BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165BA is #EE9A45. Grayscale: #555555. Windows color (decimal): -15637062 or 12215569. OLE color: 12215569.
HSL color Cylindrical-coordinate representation of color #1165BA: hue angle of 210.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1165BA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 101 | 186 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.27 |
| HSL | 210.18º | 0.83% | 0.4% | - |
| HSV(B) | 210.18º | 0.91% | 0.73% | - |
| XYZ | 13.75 | 12.97 | 48.23 | - |
| YUV | 85.57 | 184.67 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 186 | 0.91 | 0.46 | 0 | 0.27 | 210.18 | 0.83 | 0.4 |
| Hex | 11 | 65 | BA | 5B | 2E | 0 | 1B | D2 | 53 | 28 |
| Octal | 21 | 145 | 272 | 133 | 56 | 0 | 33 | 322 | 123 | 50 |
| Binary | 10001 | 1100101 | 10111010 | 1011011 | 101110 | 0 | 11011 | 11010010 | 1010011 | 101000 |
Color Harmonies of #1165BA
Complementary color
Monochromatic Colors of #1165BA
Black with #1165BA
Text Example
Text Example
White with #1165BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165BA; }
p { color: rgb(17,101,186); }
H1.HeaderClassName
{
color: #1165BA;
}
.AnyTagClassName
{
color: #1165BA;
}
</style>
background-color css
<style>
a { background-color: #1165BA; }
a { background-color: rgb(17,101,186); }
div.DivClassName
{
background-color: #1165BA;
}
.BgClassName
{
background-color: #1165BA;
}
</style>
border-color css
<style>
span { border-color: #1165BA; }
span { border-color: rgb(17,101,186); }
td.TdClassName
{
border-color: #1165BA;
}
.TagClassName
{
border-color: #1165BA;
}
</style>