Shades of Denim #115BAF
Tints of Denim #115BAF
RGB
CMYK
RGB Variations
Color information
#115BAF (or 0x115BAF) is known color: Denim. HEX triplet: 11, 5B and AF. RGB value is (17,91,175). Sum of RGB (Red+Green+Blue) = 17+91+175=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #115BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115BAF is #EEA450. Grayscale: #4E4E4E. Windows color (decimal): -15639633 or 11492113. OLE color: 11492113.
HSL color Cylindrical-coordinate representation of color #115BAF: hue angle of 211.9º 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 #115BAF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 91 | 175 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.31 |
| HSL | 211.9º | 0.82% | 0.38% | - |
| HSV(B) | 211.9º | 0.9% | 0.69% | - |
| XYZ | 11.71 | 10.7 | 42 | - |
| YUV | 78.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 175 | 0.90 | 0.48 | 0 | 0.31 | 211.9 | 0.82 | 0.38 |
| Hex | 11 | 5B | AF | 5A | 30 | 0 | 1F | D4 | 52 | 26 |
| Octal | 21 | 133 | 257 | 132 | 60 | 0 | 37 | 324 | 122 | 46 |
| Binary | 10001 | 1011011 | 10101111 | 1011010 | 110000 | 0 | 11111 | 11010100 | 1010010 | 100110 |
Color Harmonies of #115BAF
Complementary color
Monochromatic Colors of #115BAF
Black with #115BAF
Text Example
Text Example
White with #115BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BAF; }
p { color: rgb(17,91,175); }
H1.HeaderClassName
{
color: #115BAF;
}
.AnyTagClassName
{
color: #115BAF;
}
</style>
background-color css
<style>
a { background-color: #115BAF; }
a { background-color: rgb(17,91,175); }
div.DivClassName
{
background-color: #115BAF;
}
.BgClassName
{
background-color: #115BAF;
}
</style>
border-color css
<style>
span { border-color: #115BAF; }
span { border-color: rgb(17,91,175); }
td.TdClassName
{
border-color: #115BAF;
}
.TagClassName
{
border-color: #115BAF;
}
</style>