Shades of Denim #114DB7
Tints of Denim #114DB7
RGB
CMYK
RGB Variations
Color information
#114DB7 (or 0x114DB7) is known color: Denim. HEX triplet: 11, 4D and B7. RGB value is (17,77,183). Sum of RGB (Red+Green+Blue) = 17+77+183=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 183 (71.88% from 255 or 66.06% from 277); Max value from RGB is 183 - color contains mainly: blue. Hex color #114DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DB7 is #EEB248. Grayscale: #464646. Windows color (decimal): -15643209 or 12012817. OLE color: 12012817.
HSL color Cylindrical-coordinate representation of color #114DB7: hue angle of 218.31º 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 #114DB7 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 77 | 183 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.28 |
| HSL | 218.31º | 0.83% | 0.39% | - |
| HSV(B) | 218.31º | 0.91% | 0.72% | - |
| XYZ | 11.43 | 8.85 | 45.9 | - |
| YUV | 71.14 | 191.12 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 183 | 0.91 | 0.58 | 0 | 0.28 | 218.31 | 0.83 | 0.39 |
| Hex | 11 | 4D | B7 | 5B | 3A | 0 | 1C | DA | 53 | 27 |
| Octal | 21 | 115 | 267 | 133 | 72 | 0 | 34 | 332 | 123 | 47 |
| Binary | 10001 | 1001101 | 10110111 | 1011011 | 111010 | 0 | 11100 | 11011010 | 1010011 | 100111 |
Color Harmonies of #114DB7
Complementary color
Monochromatic Colors of #114DB7
Black with #114DB7
Text Example
Text Example
White with #114DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DB7; }
p { color: rgb(17,77,183); }
H1.HeaderClassName
{
color: #114DB7;
}
.AnyTagClassName
{
color: #114DB7;
}
</style>
background-color css
<style>
a { background-color: #114DB7; }
a { background-color: rgb(17,77,183); }
div.DivClassName
{
background-color: #114DB7;
}
.BgClassName
{
background-color: #114DB7;
}
</style>
border-color css
<style>
span { border-color: #114DB7; }
span { border-color: rgb(17,77,183); }
td.TdClassName
{
border-color: #114DB7;
}
.TagClassName
{
border-color: #114DB7;
}
</style>