Shades of Denim #115FB7
Tints of Denim #115FB7
RGB
CMYK
RGB Variations
Color information
#115FB7 (or 0x115FB7) is known color: Denim. HEX triplet: 11, 5F and B7. RGB value is (17,95,183). Sum of RGB (Red+Green+Blue) = 17+95+183=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #115FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FB7 is #EEA048. Grayscale: #515151. Windows color (decimal): -15638601 or 12017425. OLE color: 12017425.
HSL color Cylindrical-coordinate representation of color #115FB7: hue angle of 211.81º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115FB7 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 95 | 183 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.28 |
| HSL | 211.81º | 0.83% | 0.39% | - |
| HSV(B) | 211.81º | 0.91% | 0.72% | - |
| XYZ | 12.87 | 11.72 | 46.38 | - |
| YUV | 81.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 183 | 0.91 | 0.48 | 0 | 0.28 | 211.81 | 0.83 | 0.39 |
| Hex | 11 | 5F | B7 | 5B | 30 | 0 | 1C | D4 | 53 | 27 |
| Octal | 21 | 137 | 267 | 133 | 60 | 0 | 34 | 324 | 123 | 47 |
| Binary | 10001 | 1011111 | 10110111 | 1011011 | 110000 | 0 | 11100 | 11010100 | 1010011 | 100111 |
Color Harmonies of #115FB7
Complementary color
Monochromatic Colors of #115FB7
Black with #115FB7
Text Example
Text Example
White with #115FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FB7; }
p { color: rgb(17,95,183); }
H1.HeaderClassName
{
color: #115FB7;
}
.AnyTagClassName
{
color: #115FB7;
}
</style>
background-color css
<style>
a { background-color: #115FB7; }
a { background-color: rgb(17,95,183); }
div.DivClassName
{
background-color: #115FB7;
}
.BgClassName
{
background-color: #115FB7;
}
</style>
border-color css
<style>
span { border-color: #115FB7; }
span { border-color: rgb(17,95,183); }
td.TdClassName
{
border-color: #115FB7;
}
.TagClassName
{
border-color: #115FB7;
}
</style>