Shades of Denim #115DAF
Tints of Denim #115DAF
RGB
CMYK
RGB Variations
Color information
#115DAF (or 0x115DAF) is known color: Denim. HEX triplet: 11, 5D and AF. RGB value is (17,93,175). Sum of RGB (Red+Green+Blue) = 17+93+175=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #115DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DAF is #EEA250. Grayscale: #4F4F4F. Windows color (decimal): -15639121 or 11492625. OLE color: 11492625.
HSL color Cylindrical-coordinate representation of color #115DAF: hue angle of 211.14º 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 #115DAF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 93 | 175 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.31 |
| HSL | 211.14º | 0.82% | 0.38% | - |
| HSV(B) | 211.14º | 0.9% | 0.69% | - |
| XYZ | 11.88 | 11.04 | 42.06 | - |
| YUV | 79.62 | 181.82 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 175 | 0.90 | 0.47 | 0 | 0.31 | 211.14 | 0.82 | 0.38 |
| Hex | 11 | 5D | AF | 5A | 2F | 0 | 1F | D3 | 52 | 26 |
| Octal | 21 | 135 | 257 | 132 | 57 | 0 | 37 | 323 | 122 | 46 |
| Binary | 10001 | 1011101 | 10101111 | 1011010 | 101111 | 0 | 11111 | 11010011 | 1010010 | 100110 |
Color Harmonies of #115DAF
Complementary color
Monochromatic Colors of #115DAF
Black with #115DAF
Text Example
Text Example
White with #115DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DAF; }
p { color: rgb(17,93,175); }
H1.HeaderClassName
{
color: #115DAF;
}
.AnyTagClassName
{
color: #115DAF;
}
</style>
background-color css
<style>
a { background-color: #115DAF; }
a { background-color: rgb(17,93,175); }
div.DivClassName
{
background-color: #115DAF;
}
.BgClassName
{
background-color: #115DAF;
}
</style>
border-color css
<style>
span { border-color: #115DAF; }
span { border-color: rgb(17,93,175); }
td.TdClassName
{
border-color: #115DAF;
}
.TagClassName
{
border-color: #115DAF;
}
</style>