Shades of Denim #115FA4
Tints of Denim #115FA4
RGB
CMYK
RGB Variations
Color information
#115FA4 (or 0x115FA4) is known color: Denim. HEX triplet: 11, 5F and A4. RGB value is (17,95,164). Sum of RGB (Red+Green+Blue) = 17+95+164=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #115FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FA4 is #EEA05B. Grayscale: #4F4F4F. Windows color (decimal): -15638620 or 10772241. OLE color: 10772241.
HSL color Cylindrical-coordinate representation of color #115FA4: hue angle of 208.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115FA4 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 95 | 164 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.36 |
| HSL | 208.16º | 0.81% | 0.35% | - |
| HSV(B) | 208.16º | 0.9% | 0.64% | - |
| XYZ | 11.02 | 10.98 | 36.66 | - |
| YUV | 79.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 164 | 0.90 | 0.42 | 0 | 0.36 | 208.16 | 0.81 | 0.35 |
| Hex | 11 | 5F | A4 | 5A | 2A | 0 | 24 | D0 | 51 | 23 |
| Octal | 21 | 137 | 244 | 132 | 52 | 0 | 44 | 320 | 121 | 43 |
| Binary | 10001 | 1011111 | 10100100 | 1011010 | 101010 | 0 | 100100 | 11010000 | 1010001 | 100011 |
Color Harmonies of #115FA4
Complementary color
Monochromatic Colors of #115FA4
Black with #115FA4
Text Example
Text Example
White with #115FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FA4; }
p { color: rgb(17,95,164); }
H1.HeaderClassName
{
color: #115FA4;
}
.AnyTagClassName
{
color: #115FA4;
}
</style>
background-color css
<style>
a { background-color: #115FA4; }
a { background-color: rgb(17,95,164); }
div.DivClassName
{
background-color: #115FA4;
}
.BgClassName
{
background-color: #115FA4;
}
</style>
border-color css
<style>
span { border-color: #115FA4; }
span { border-color: rgb(17,95,164); }
td.TdClassName
{
border-color: #115FA4;
}
.TagClassName
{
border-color: #115FA4;
}
</style>