Shades of Denim #115BC9
Tints of Denim #115BC9
RGB
CMYK
RGB Variations
Color information
#115BC9 (or 0x115BC9) is known color: Denim. HEX triplet: 11, 5B and C9. RGB value is (17,91,201). Sum of RGB (Red+Green+Blue) = 17+91+201=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #115BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BC9 is #EEA436. Grayscale: #505050. Windows color (decimal): -15639607 or 13196049. OLE color: 13196049.
HSL color Cylindrical-coordinate representation of color #115BC9: hue angle of 215.87º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115BC9 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 91 | 201 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.21 |
| HSL | 215.87º | 0.84% | 0.43% | - |
| HSV(B) | 215.87º | 0.92% | 0.79% | - |
| XYZ | 14.51 | 11.82 | 56.77 | - |
| YUV | 81.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 201 | 0.92 | 0.55 | 0 | 0.21 | 215.87 | 0.84 | 0.43 |
| Hex | 11 | 5B | C9 | 5C | 37 | 0 | 15 | D8 | 54 | 2B |
| Octal | 21 | 133 | 311 | 134 | 67 | 0 | 25 | 330 | 124 | 53 |
| Binary | 10001 | 1011011 | 11001001 | 1011100 | 110111 | 0 | 10101 | 11011000 | 1010100 | 101011 |
Color Harmonies of #115BC9
Complementary color
Monochromatic Colors of #115BC9
Black with #115BC9
Text Example
Text Example
White with #115BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BC9; }
p { color: rgb(17,91,201); }
H1.HeaderClassName
{
color: #115BC9;
}
.AnyTagClassName
{
color: #115BC9;
}
</style>
background-color css
<style>
a { background-color: #115BC9; }
a { background-color: rgb(17,91,201); }
div.DivClassName
{
background-color: #115BC9;
}
.BgClassName
{
background-color: #115BC9;
}
</style>
border-color css
<style>
span { border-color: #115BC9; }
span { border-color: rgb(17,91,201); }
td.TdClassName
{
border-color: #115BC9;
}
.TagClassName
{
border-color: #115BC9;
}
</style>