Shades of Denim #115BB8
Tints of Denim #115BB8
RGB
CMYK
RGB Variations
Color information
#115BB8 (or 0x115BB8) is known color: Denim. HEX triplet: 11, 5B and B8. RGB value is (17,91,184). Sum of RGB (Red+Green+Blue) = 17+91+184=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #115BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BB8 is #EEA447. Grayscale: #4F4F4F. Windows color (decimal): -15639624 or 12081937. OLE color: 12081937.
HSL color Cylindrical-coordinate representation of color #115BB8: hue angle of 213.41º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115BB8 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 91 | 184 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.28 |
| HSL | 213.41º | 0.83% | 0.39% | - |
| HSV(B) | 213.41º | 0.91% | 0.72% | - |
| XYZ | 12.62 | 11.06 | 46.82 | - |
| YUV | 79.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 184 | 0.91 | 0.51 | 0 | 0.28 | 213.41 | 0.83 | 0.39 |
| Hex | 11 | 5B | B8 | 5B | 33 | 0 | 1C | D5 | 53 | 27 |
| Octal | 21 | 133 | 270 | 133 | 63 | 0 | 34 | 325 | 123 | 47 |
| Binary | 10001 | 1011011 | 10111000 | 1011011 | 110011 | 0 | 11100 | 11010101 | 1010011 | 100111 |
Color Harmonies of #115BB8
Complementary color
Monochromatic Colors of #115BB8
Black with #115BB8
Text Example
Text Example
White with #115BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BB8; }
p { color: rgb(17,91,184); }
H1.HeaderClassName
{
color: #115BB8;
}
.AnyTagClassName
{
color: #115BB8;
}
</style>
background-color css
<style>
a { background-color: #115BB8; }
a { background-color: rgb(17,91,184); }
div.DivClassName
{
background-color: #115BB8;
}
.BgClassName
{
background-color: #115BB8;
}
</style>
border-color css
<style>
span { border-color: #115BB8; }
span { border-color: rgb(17,91,184); }
td.TdClassName
{
border-color: #115BB8;
}
.TagClassName
{
border-color: #115BB8;
}
</style>