Shades of Denim #115FAF
Tints of Denim #115FAF
RGB
CMYK
RGB Variations
Color information
#115FAF (or 0x115FAF) is known color: Denim. HEX triplet: 11, 5F and AF. RGB value is (17,95,175). Sum of RGB (Red+Green+Blue) = 17+95+175=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #115FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115FAF is #EEA050. Grayscale: #505050. Windows color (decimal): -15638609 or 11493137. OLE color: 11493137.
HSL color Cylindrical-coordinate representation of color #115FAF: hue angle of 210.38º 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 #115FAF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 95 | 175 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.31 |
| HSL | 210.38º | 0.82% | 0.38% | - |
| HSV(B) | 210.38º | 0.9% | 0.69% | - |
| XYZ | 12.06 | 11.4 | 42.12 | - |
| YUV | 80.8 | 181.16 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 175 | 0.90 | 0.46 | 0 | 0.31 | 210.38 | 0.82 | 0.38 |
| Hex | 11 | 5F | AF | 5A | 2E | 0 | 1F | D2 | 52 | 26 |
| Octal | 21 | 137 | 257 | 132 | 56 | 0 | 37 | 322 | 122 | 46 |
| Binary | 10001 | 1011111 | 10101111 | 1011010 | 101110 | 0 | 11111 | 11010010 | 1010010 | 100110 |
Color Harmonies of #115FAF
Complementary color
Monochromatic Colors of #115FAF
Black with #115FAF
Text Example
Text Example
White with #115FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FAF; }
p { color: rgb(17,95,175); }
H1.HeaderClassName
{
color: #115FAF;
}
.AnyTagClassName
{
color: #115FAF;
}
</style>
background-color css
<style>
a { background-color: #115FAF; }
a { background-color: rgb(17,95,175); }
div.DivClassName
{
background-color: #115FAF;
}
.BgClassName
{
background-color: #115FAF;
}
</style>
border-color css
<style>
span { border-color: #115FAF; }
span { border-color: rgb(17,95,175); }
td.TdClassName
{
border-color: #115FAF;
}
.TagClassName
{
border-color: #115FAF;
}
</style>