Shades of Denim #115BAD
Tints of Denim #115BAD
RGB
CMYK
RGB Variations
Color information
#115BAD (or 0x115BAD) is known color: Denim. HEX triplet: 11, 5B and AD. RGB value is (17,91,173). Sum of RGB (Red+Green+Blue) = 17+91+173=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #115BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAD is #EEA452. Grayscale: #4D4D4D. Windows color (decimal): -15639635 or 11361041. OLE color: 11361041.
HSL color Cylindrical-coordinate representation of color #115BAD: hue angle of 211.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115BAD is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 91 | 173 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.32 |
| HSL | 211.54º | 0.82% | 0.37% | - |
| HSV(B) | 211.54º | 0.9% | 0.68% | - |
| XYZ | 11.52 | 10.62 | 40.98 | - |
| YUV | 78.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 173 | 0.90 | 0.47 | 0 | 0.32 | 211.54 | 0.82 | 0.37 |
| Hex | 11 | 5B | AD | 5A | 2F | 0 | 20 | D4 | 52 | 25 |
| Octal | 21 | 133 | 255 | 132 | 57 | 0 | 40 | 324 | 122 | 45 |
| Binary | 10001 | 1011011 | 10101101 | 1011010 | 101111 | 0 | 100000 | 11010100 | 1010010 | 100101 |
Color Harmonies of #115BAD
Complementary color
Monochromatic Colors of #115BAD
Black with #115BAD
Text Example
Text Example
White with #115BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BAD; }
p { color: rgb(17,91,173); }
H1.HeaderClassName
{
color: #115BAD;
}
.AnyTagClassName
{
color: #115BAD;
}
</style>
background-color css
<style>
a { background-color: #115BAD; }
a { background-color: rgb(17,91,173); }
div.DivClassName
{
background-color: #115BAD;
}
.BgClassName
{
background-color: #115BAD;
}
</style>
border-color css
<style>
span { border-color: #115BAD; }
span { border-color: rgb(17,91,173); }
td.TdClassName
{
border-color: #115BAD;
}
.TagClassName
{
border-color: #115BAD;
}
</style>