Shades of Denim #115BAB
Tints of Denim #115BAB
RGB
CMYK
RGB Variations
Color information
#115BAB (or 0x115BAB) is known color: Denim. HEX triplet: 11, 5B and AB. RGB value is (17,91,171). Sum of RGB (Red+Green+Blue) = 17+91+171=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #115BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAB is #EEA454. Grayscale: #4D4D4D. Windows color (decimal): -15639637 or 11229969. OLE color: 11229969.
HSL color Cylindrical-coordinate representation of color #115BAB: hue angle of 211.17º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115BAB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 91 | 171 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.33 |
| HSL | 211.17º | 0.82% | 0.37% | - |
| HSV(B) | 211.17º | 0.9% | 0.67% | - |
| XYZ | 11.32 | 10.54 | 39.97 | - |
| YUV | 77.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 171 | 0.90 | 0.47 | 0 | 0.33 | 211.17 | 0.82 | 0.37 |
| Hex | 11 | 5B | AB | 5A | 2F | 0 | 21 | D3 | 52 | 25 |
| Octal | 21 | 133 | 253 | 132 | 57 | 0 | 41 | 323 | 122 | 45 |
| Binary | 10001 | 1011011 | 10101011 | 1011010 | 101111 | 0 | 100001 | 11010011 | 1010010 | 100101 |
Color Harmonies of #115BAB
Complementary color
Monochromatic Colors of #115BAB
Black with #115BAB
Text Example
Text Example
White with #115BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BAB; }
p { color: rgb(17,91,171); }
H1.HeaderClassName
{
color: #115BAB;
}
.AnyTagClassName
{
color: #115BAB;
}
</style>
background-color css
<style>
a { background-color: #115BAB; }
a { background-color: rgb(17,91,171); }
div.DivClassName
{
background-color: #115BAB;
}
.BgClassName
{
background-color: #115BAB;
}
</style>
border-color css
<style>
span { border-color: #115BAB; }
span { border-color: rgb(17,91,171); }
td.TdClassName
{
border-color: #115BAB;
}
.TagClassName
{
border-color: #115BAB;
}
</style>