Shades of Denim #115FAE
Tints of Denim #115FAE
RGB
CMYK
RGB Variations
Color information
#115FAE (or 0x115FAE) is known color: Denim. HEX triplet: 11, 5F and AE. RGB value is (17,95,174). Sum of RGB (Red+Green+Blue) = 17+95+174=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #115FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FAE is #EEA051. Grayscale: #505050. Windows color (decimal): -15638610 or 11427601. OLE color: 11427601.
HSL color Cylindrical-coordinate representation of color #115FAE: hue angle of 210.19º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115FAE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 95 | 174 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.32 |
| HSL | 210.19º | 0.82% | 0.37% | - |
| HSV(B) | 210.19º | 0.9% | 0.68% | - |
| XYZ | 11.96 | 11.36 | 41.61 | - |
| YUV | 80.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 174 | 0.90 | 0.45 | 0 | 0.32 | 210.19 | 0.82 | 0.37 |
| Hex | 11 | 5F | AE | 5A | 2D | 0 | 20 | D2 | 52 | 25 |
| Octal | 21 | 137 | 256 | 132 | 55 | 0 | 40 | 322 | 122 | 45 |
| Binary | 10001 | 1011111 | 10101110 | 1011010 | 101101 | 0 | 100000 | 11010010 | 1010010 | 100101 |
Color Harmonies of #115FAE
Complementary color
Monochromatic Colors of #115FAE
Black with #115FAE
Text Example
Text Example
White with #115FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FAE; }
p { color: rgb(17,95,174); }
H1.HeaderClassName
{
color: #115FAE;
}
.AnyTagClassName
{
color: #115FAE;
}
</style>
background-color css
<style>
a { background-color: #115FAE; }
a { background-color: rgb(17,95,174); }
div.DivClassName
{
background-color: #115FAE;
}
.BgClassName
{
background-color: #115FAE;
}
</style>
border-color css
<style>
span { border-color: #115FAE; }
span { border-color: rgb(17,95,174); }
td.TdClassName
{
border-color: #115FAE;
}
.TagClassName
{
border-color: #115FAE;
}
</style>