Shades of Denim #115AAB
Tints of Denim #115AAB
RGB
CMYK
RGB Variations
Color information
#115AAB (or 0x115AAB) is known color: Denim. HEX triplet: 11, 5A and AB. RGB value is (17,90,171). Sum of RGB (Red+Green+Blue) = 17+90+171=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #115AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AAB is #EEA554. Grayscale: #4D4D4D. Windows color (decimal): -15639893 or 11229713. OLE color: 11229713.
HSL color Cylindrical-coordinate representation of color #115AAB: hue angle of 211.56º 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 #115AAB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 90 | 171 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.33 |
| HSL | 211.56º | 0.82% | 0.37% | - |
| HSV(B) | 211.56º | 0.9% | 0.67% | - |
| XYZ | 11.24 | 10.37 | 39.94 | - |
| YUV | 77.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 171 | 0.90 | 0.47 | 0 | 0.33 | 211.56 | 0.82 | 0.37 |
| Hex | 11 | 5A | AB | 5A | 2F | 0 | 21 | D4 | 52 | 25 |
| Octal | 21 | 132 | 253 | 132 | 57 | 0 | 41 | 324 | 122 | 45 |
| Binary | 10001 | 1011010 | 10101011 | 1011010 | 101111 | 0 | 100001 | 11010100 | 1010010 | 100101 |
Color Harmonies of #115AAB
Complementary color
Monochromatic Colors of #115AAB
Black with #115AAB
Text Example
Text Example
White with #115AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AAB; }
p { color: rgb(17,90,171); }
H1.HeaderClassName
{
color: #115AAB;
}
.AnyTagClassName
{
color: #115AAB;
}
</style>
background-color css
<style>
a { background-color: #115AAB; }
a { background-color: rgb(17,90,171); }
div.DivClassName
{
background-color: #115AAB;
}
.BgClassName
{
background-color: #115AAB;
}
</style>
border-color css
<style>
span { border-color: #115AAB; }
span { border-color: rgb(17,90,171); }
td.TdClassName
{
border-color: #115AAB;
}
.TagClassName
{
border-color: #115AAB;
}
</style>