Shades of Denim #114DBE
Tints of Denim #114DBE
RGB
CMYK
RGB Variations
Color information
#114DBE (or 0x114DBE) is known color: Denim. HEX triplet: 11, 4D and BE. RGB value is (17,77,190). Sum of RGB (Red+Green+Blue) = 17+77+190=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #114DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DBE is #EEB241. Grayscale: #474747. Windows color (decimal): -15643202 or 12471569. OLE color: 12471569.
HSL color Cylindrical-coordinate representation of color #114DBE: hue angle of 219.19º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114DBE is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 77 | 190 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.25 |
| HSL | 219.19º | 0.84% | 0.41% | - |
| HSV(B) | 219.19º | 0.91% | 0.75% | - |
| XYZ | 12.18 | 9.14 | 49.84 | - |
| YUV | 71.94 | 194.62 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 190 | 0.91 | 0.59 | 0 | 0.25 | 219.19 | 0.84 | 0.41 |
| Hex | 11 | 4D | BE | 5B | 3B | 0 | 19 | DB | 54 | 29 |
| Octal | 21 | 115 | 276 | 133 | 73 | 0 | 31 | 333 | 124 | 51 |
| Binary | 10001 | 1001101 | 10111110 | 1011011 | 111011 | 0 | 11001 | 11011011 | 1010100 | 101001 |
Color Harmonies of #114DBE
Complementary color
Monochromatic Colors of #114DBE
Black with #114DBE
Text Example
Text Example
White with #114DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DBE; }
p { color: rgb(17,77,190); }
H1.HeaderClassName
{
color: #114DBE;
}
.AnyTagClassName
{
color: #114DBE;
}
</style>
background-color css
<style>
a { background-color: #114DBE; }
a { background-color: rgb(17,77,190); }
div.DivClassName
{
background-color: #114DBE;
}
.BgClassName
{
background-color: #114DBE;
}
</style>
border-color css
<style>
span { border-color: #114DBE; }
span { border-color: rgb(17,77,190); }
td.TdClassName
{
border-color: #114DBE;
}
.TagClassName
{
border-color: #114DBE;
}
</style>