Shades of Denim #114DBD
Tints of Denim #114DBD
RGB
CMYK
RGB Variations
Color information
#114DBD (or 0x114DBD) is known color: Denim. HEX triplet: 11, 4D and BD. RGB value is (17,77,189). Sum of RGB (Red+Green+Blue) = 17+77+189=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #114DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DBD is #EEB242. Grayscale: #474747. Windows color (decimal): -15643203 or 12406033. OLE color: 12406033.
HSL color Cylindrical-coordinate representation of color #114DBD: hue angle of 219.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114DBD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 77 | 189 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.26 |
| HSL | 219.07º | 0.83% | 0.4% | - |
| HSV(B) | 219.07º | 0.91% | 0.74% | - |
| XYZ | 12.07 | 9.1 | 49.26 | - |
| YUV | 71.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 189 | 0.91 | 0.59 | 0 | 0.26 | 219.07 | 0.83 | 0.4 |
| Hex | 11 | 4D | BD | 5B | 3B | 0 | 1A | DB | 53 | 28 |
| Octal | 21 | 115 | 275 | 133 | 73 | 0 | 32 | 333 | 123 | 50 |
| Binary | 10001 | 1001101 | 10111101 | 1011011 | 111011 | 0 | 11010 | 11011011 | 1010011 | 101000 |
Color Harmonies of #114DBD
Complementary color
Monochromatic Colors of #114DBD
Black with #114DBD
Text Example
Text Example
White with #114DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DBD; }
p { color: rgb(17,77,189); }
H1.HeaderClassName
{
color: #114DBD;
}
.AnyTagClassName
{
color: #114DBD;
}
</style>
background-color css
<style>
a { background-color: #114DBD; }
a { background-color: rgb(17,77,189); }
div.DivClassName
{
background-color: #114DBD;
}
.BgClassName
{
background-color: #114DBD;
}
</style>
border-color css
<style>
span { border-color: #114DBD; }
span { border-color: rgb(17,77,189); }
td.TdClassName
{
border-color: #114DBD;
}
.TagClassName
{
border-color: #114DBD;
}
</style>