Shades of Denim #115CB1
Tints of Denim #115CB1
RGB
CMYK
RGB Variations
Color information
#115CB1 (or 0x115CB1) is known color: Denim. HEX triplet: 11, 5C and B1. RGB value is (17,92,177). Sum of RGB (Red+Green+Blue) = 17+92+177=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #115CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115CB1 is #EEA34E. Grayscale: #4E4E4E. Windows color (decimal): -15639375 or 11623441. OLE color: 11623441.
HSL color Cylindrical-coordinate representation of color #115CB1: hue angle of 211.88º 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 #115CB1 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 92 | 177 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.31 |
| HSL | 211.88º | 0.82% | 0.38% | - |
| HSV(B) | 211.88º | 0.9% | 0.69% | - |
| XYZ | 11.99 | 10.95 | 43.08 | - |
| YUV | 79.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 177 | 0.90 | 0.48 | 0 | 0.31 | 211.88 | 0.82 | 0.38 |
| Hex | 11 | 5C | B1 | 5A | 30 | 0 | 1F | D4 | 52 | 26 |
| Octal | 21 | 134 | 261 | 132 | 60 | 0 | 37 | 324 | 122 | 46 |
| Binary | 10001 | 1011100 | 10110001 | 1011010 | 110000 | 0 | 11111 | 11010100 | 1010010 | 100110 |
Color Harmonies of #115CB1
Complementary color
Monochromatic Colors of #115CB1
Black with #115CB1
Text Example
Text Example
White with #115CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CB1; }
p { color: rgb(17,92,177); }
H1.HeaderClassName
{
color: #115CB1;
}
.AnyTagClassName
{
color: #115CB1;
}
</style>
background-color css
<style>
a { background-color: #115CB1; }
a { background-color: rgb(17,92,177); }
div.DivClassName
{
background-color: #115CB1;
}
.BgClassName
{
background-color: #115CB1;
}
</style>
border-color css
<style>
span { border-color: #115CB1; }
span { border-color: rgb(17,92,177); }
td.TdClassName
{
border-color: #115CB1;
}
.TagClassName
{
border-color: #115CB1;
}
</style>