Shades of Denim #115FCB
Tints of Denim #115FCB
RGB
CMYK
RGB Variations
Color information
#115FCB (or 0x115FCB) is known color: Denim. HEX triplet: 11, 5F and CB. RGB value is (17,95,203). Sum of RGB (Red+Green+Blue) = 17+95+203=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #115FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FCB is #EEA034. Grayscale: #535353. Windows color (decimal): -15638581 or 13328145. OLE color: 13328145.
HSL color Cylindrical-coordinate representation of color #115FCB: hue angle of 214.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115FCB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 95 | 203 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.20 |
| HSL | 214.84º | 0.85% | 0.43% | - |
| HSV(B) | 214.84º | 0.92% | 0.8% | - |
| XYZ | 15.1 | 12.62 | 58.14 | - |
| YUV | 83.99 | 195.16 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 203 | 0.92 | 0.53 | 0 | 0.20 | 214.84 | 0.85 | 0.43 |
| Hex | 11 | 5F | CB | 5C | 35 | 0 | 14 | D7 | 55 | 2B |
| Octal | 21 | 137 | 313 | 134 | 65 | 0 | 24 | 327 | 125 | 53 |
| Binary | 10001 | 1011111 | 11001011 | 1011100 | 110101 | 0 | 10100 | 11010111 | 1010101 | 101011 |
Color Harmonies of #115FCB
Complementary color
Monochromatic Colors of #115FCB
Black with #115FCB
Text Example
Text Example
White with #115FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FCB; }
p { color: rgb(17,95,203); }
H1.HeaderClassName
{
color: #115FCB;
}
.AnyTagClassName
{
color: #115FCB;
}
</style>
background-color css
<style>
a { background-color: #115FCB; }
a { background-color: rgb(17,95,203); }
div.DivClassName
{
background-color: #115FCB;
}
.BgClassName
{
background-color: #115FCB;
}
</style>
border-color css
<style>
span { border-color: #115FCB; }
span { border-color: rgb(17,95,203); }
td.TdClassName
{
border-color: #115FCB;
}
.TagClassName
{
border-color: #115FCB;
}
</style>