Shades of Denim #115AB1
Tints of Denim #115AB1
RGB
CMYK
RGB Variations
Color information
#115AB1 (or 0x115AB1) is known color: Denim. HEX triplet: 11, 5A and B1. RGB value is (17,90,177). Sum of RGB (Red+Green+Blue) = 17+90+177=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #115AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115AB1 is #EEA54E. Grayscale: #4D4D4D. Windows color (decimal): -15639887 or 11622929. OLE color: 11622929.
HSL color Cylindrical-coordinate representation of color #115AB1: hue angle of 212.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115AB1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 90 | 177 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.31 |
| HSL | 212.63º | 0.82% | 0.38% | - |
| HSV(B) | 212.63º | 0.9% | 0.69% | - |
| XYZ | 11.82 | 10.61 | 43.02 | - |
| YUV | 78.09 | 183.82 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 177 | 0.90 | 0.49 | 0 | 0.31 | 212.63 | 0.82 | 0.38 |
| Hex | 11 | 5A | B1 | 5A | 31 | 0 | 1F | D5 | 52 | 26 |
| Octal | 21 | 132 | 261 | 132 | 61 | 0 | 37 | 325 | 122 | 46 |
| Binary | 10001 | 1011010 | 10110001 | 1011010 | 110001 | 0 | 11111 | 11010101 | 1010010 | 100110 |
Color Harmonies of #115AB1
Complementary color
Monochromatic Colors of #115AB1
Black with #115AB1
Text Example
Text Example
White with #115AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AB1; }
p { color: rgb(17,90,177); }
H1.HeaderClassName
{
color: #115AB1;
}
.AnyTagClassName
{
color: #115AB1;
}
</style>
background-color css
<style>
a { background-color: #115AB1; }
a { background-color: rgb(17,90,177); }
div.DivClassName
{
background-color: #115AB1;
}
.BgClassName
{
background-color: #115AB1;
}
</style>
border-color css
<style>
span { border-color: #115AB1; }
span { border-color: rgb(17,90,177); }
td.TdClassName
{
border-color: #115AB1;
}
.TagClassName
{
border-color: #115AB1;
}
</style>