Shades of Denim #115BAA
Tints of Denim #115BAA
RGB
CMYK
RGB Variations
Color information
#115BAA (or 0x115BAA) is known color: Denim. HEX triplet: 11, 5B and AA. RGB value is (17,91,170). Sum of RGB (Red+Green+Blue) = 17+91+170=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #115BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAA is #EEA455. Grayscale: #4D4D4D. Windows color (decimal): -15639638 or 11164433. OLE color: 11164433.
HSL color Cylindrical-coordinate representation of color #115BAA: hue angle of 210.98º 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 #115BAA is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 91 | 170 | - |
| CMYK | 0.9 | 0.46 | 0 | 0.33 |
| HSL | 210.98º | 0.82% | 0.37% | - |
| HSV(B) | 210.98º | 0.9% | 0.67% | - |
| XYZ | 11.23 | 10.5 | 39.47 | - |
| YUV | 77.88 | 179.98 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 170 | 0.9 | 0.46 | 0 | 0.33 | 210.98 | 0.82 | 0.37 |
| Hex | 11 | 5B | AA | 5A | 2E | 0 | 21 | D3 | 52 | 25 |
| Octal | 21 | 133 | 252 | 132 | 56 | 0 | 41 | 323 | 122 | 45 |
| Binary | 10001 | 1011011 | 10101010 | 1011010 | 101110 | 0 | 100001 | 11010011 | 1010010 | 100101 |
Color Harmonies of #115BAA
Complementary color
Monochromatic Colors of #115BAA
Black with #115BAA
Text Example
Text Example
White with #115BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BAA; }
p { color: rgb(17,91,170); }
H1.HeaderClassName
{
color: #115BAA;
}
.AnyTagClassName
{
color: #115BAA;
}
</style>
background-color css
<style>
a { background-color: #115BAA; }
a { background-color: rgb(17,91,170); }
div.DivClassName
{
background-color: #115BAA;
}
.BgClassName
{
background-color: #115BAA;
}
</style>
border-color css
<style>
span { border-color: #115BAA; }
span { border-color: rgb(17,91,170); }
td.TdClassName
{
border-color: #115BAA;
}
.TagClassName
{
border-color: #115BAA;
}
</style>