Shades of Denim #115CB6
Tints of Denim #115CB6
RGB
CMYK
RGB Variations
Color information
#115CB6 (or 0x115CB6) is known color: Denim. HEX triplet: 11, 5C and B6. RGB value is (17,92,182). Sum of RGB (Red+Green+Blue) = 17+92+182=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #115CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CB6 is #EEA349. Grayscale: #4F4F4F. Windows color (decimal): -15639370 or 11951121. OLE color: 11951121.
HSL color Cylindrical-coordinate representation of color #115CB6: hue angle of 212.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115CB6 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 92 | 182 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.29 |
| HSL | 212.73º | 0.83% | 0.39% | - |
| HSV(B) | 212.73º | 0.91% | 0.71% | - |
| XYZ | 12.5 | 11.15 | 45.75 | - |
| YUV | 79.84 | 185.65 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 182 | 0.91 | 0.49 | 0 | 0.29 | 212.73 | 0.83 | 0.39 |
| Hex | 11 | 5C | B6 | 5B | 31 | 0 | 1D | D5 | 53 | 27 |
| Octal | 21 | 134 | 266 | 133 | 61 | 0 | 35 | 325 | 123 | 47 |
| Binary | 10001 | 1011100 | 10110110 | 1011011 | 110001 | 0 | 11101 | 11010101 | 1010011 | 100111 |
Color Harmonies of #115CB6
Complementary color
Monochromatic Colors of #115CB6
Black with #115CB6
Text Example
Text Example
White with #115CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CB6; }
p { color: rgb(17,92,182); }
H1.HeaderClassName
{
color: #115CB6;
}
.AnyTagClassName
{
color: #115CB6;
}
</style>
background-color css
<style>
a { background-color: #115CB6; }
a { background-color: rgb(17,92,182); }
div.DivClassName
{
background-color: #115CB6;
}
.BgClassName
{
background-color: #115CB6;
}
</style>
border-color css
<style>
span { border-color: #115CB6; }
span { border-color: rgb(17,92,182); }
td.TdClassName
{
border-color: #115CB6;
}
.TagClassName
{
border-color: #115CB6;
}
</style>