Shades of Denim #115FA7
Tints of Denim #115FA7
RGB
CMYK
RGB Variations
Color information
#115FA7 (or 0x115FA7) is known color: Denim. HEX triplet: 11, 5F and A7. RGB value is (17,95,167). Sum of RGB (Red+Green+Blue) = 17+95+167=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #115FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FA7 is #EEA058. Grayscale: #4F4F4F. Windows color (decimal): -15638617 or 10968849. OLE color: 10968849.
HSL color Cylindrical-coordinate representation of color #115FA7: hue angle of 208.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115FA7 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 95 | 167 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.35 |
| HSL | 208.8º | 0.82% | 0.36% | - |
| HSV(B) | 208.8º | 0.9% | 0.65% | - |
| XYZ | 11.3 | 11.09 | 38.11 | - |
| YUV | 79.89 | 177.16 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 167 | 0.90 | 0.43 | 0 | 0.35 | 208.8 | 0.82 | 0.36 |
| Hex | 11 | 5F | A7 | 5A | 2B | 0 | 23 | D1 | 52 | 24 |
| Octal | 21 | 137 | 247 | 132 | 53 | 0 | 43 | 321 | 122 | 44 |
| Binary | 10001 | 1011111 | 10100111 | 1011010 | 101011 | 0 | 100011 | 11010001 | 1010010 | 100100 |
Color Harmonies of #115FA7
Complementary color
Monochromatic Colors of #115FA7
Black with #115FA7
Text Example
Text Example
White with #115FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FA7; }
p { color: rgb(17,95,167); }
H1.HeaderClassName
{
color: #115FA7;
}
.AnyTagClassName
{
color: #115FA7;
}
</style>
background-color css
<style>
a { background-color: #115FA7; }
a { background-color: rgb(17,95,167); }
div.DivClassName
{
background-color: #115FA7;
}
.BgClassName
{
background-color: #115FA7;
}
</style>
border-color css
<style>
span { border-color: #115FA7; }
span { border-color: rgb(17,95,167); }
td.TdClassName
{
border-color: #115FA7;
}
.TagClassName
{
border-color: #115FA7;
}
</style>