Shades of Denim #115CAB
Tints of Denim #115CAB
RGB
CMYK
RGB Variations
Color information
#115CAB (or 0x115CAB) is known color: Denim. HEX triplet: 11, 5C and AB. RGB value is (17,92,171). Sum of RGB (Red+Green+Blue) = 17+92+171=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #115CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115CAB is #EEA354. Grayscale: #4E4E4E. Windows color (decimal): -15639381 or 11230225. OLE color: 11230225.
HSL color Cylindrical-coordinate representation of color #115CAB: hue angle of 210.78º 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 #115CAB is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 92 | 171 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.33 |
| HSL | 210.78º | 0.82% | 0.37% | - |
| HSV(B) | 210.78º | 0.9% | 0.67% | - |
| XYZ | 11.41 | 10.71 | 39.99 | - |
| YUV | 78.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 171 | 0.90 | 0.46 | 0 | 0.33 | 210.78 | 0.82 | 0.37 |
| Hex | 11 | 5C | AB | 5A | 2E | 0 | 21 | D3 | 52 | 25 |
| Octal | 21 | 134 | 253 | 132 | 56 | 0 | 41 | 323 | 122 | 45 |
| Binary | 10001 | 1011100 | 10101011 | 1011010 | 101110 | 0 | 100001 | 11010011 | 1010010 | 100101 |
Color Harmonies of #115CAB
Complementary color
Monochromatic Colors of #115CAB
Black with #115CAB
Text Example
Text Example
White with #115CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CAB; }
p { color: rgb(17,92,171); }
H1.HeaderClassName
{
color: #115CAB;
}
.AnyTagClassName
{
color: #115CAB;
}
</style>
background-color css
<style>
a { background-color: #115CAB; }
a { background-color: rgb(17,92,171); }
div.DivClassName
{
background-color: #115CAB;
}
.BgClassName
{
background-color: #115CAB;
}
</style>
border-color css
<style>
span { border-color: #115CAB; }
span { border-color: rgb(17,92,171); }
td.TdClassName
{
border-color: #115CAB;
}
.TagClassName
{
border-color: #115CAB;
}
</style>