Shades of Denim #114CBA
Tints of Denim #114CBA
RGB
CMYK
RGB Variations
Color information
#114CBA (or 0x114CBA) is known color: Denim. HEX triplet: 11, 4C and BA. RGB value is (17,76,186). Sum of RGB (Red+Green+Blue) = 17+76+186=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #114CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CBA is #EEB345. Grayscale: #464646. Windows color (decimal): -15643462 or 12209169. OLE color: 12209169.
HSL color Cylindrical-coordinate representation of color #114CBA: hue angle of 219.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114CBA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 76 | 186 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.27 |
| HSL | 219.05º | 0.83% | 0.4% | - |
| HSV(B) | 219.05º | 0.91% | 0.73% | - |
| XYZ | 11.68 | 8.83 | 47.54 | - |
| YUV | 70.9 | 192.95 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 186 | 0.91 | 0.59 | 0 | 0.27 | 219.05 | 0.83 | 0.4 |
| Hex | 11 | 4C | BA | 5B | 3B | 0 | 1B | DB | 53 | 28 |
| Octal | 21 | 114 | 272 | 133 | 73 | 0 | 33 | 333 | 123 | 50 |
| Binary | 10001 | 1001100 | 10111010 | 1011011 | 111011 | 0 | 11011 | 11011011 | 1010011 | 101000 |
Color Harmonies of #114CBA
Complementary color
Monochromatic Colors of #114CBA
Black with #114CBA
Text Example
Text Example
White with #114CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CBA; }
p { color: rgb(17,76,186); }
H1.HeaderClassName
{
color: #114CBA;
}
.AnyTagClassName
{
color: #114CBA;
}
</style>
background-color css
<style>
a { background-color: #114CBA; }
a { background-color: rgb(17,76,186); }
div.DivClassName
{
background-color: #114CBA;
}
.BgClassName
{
background-color: #114CBA;
}
</style>
border-color css
<style>
span { border-color: #114CBA; }
span { border-color: rgb(17,76,186); }
td.TdClassName
{
border-color: #114CBA;
}
.TagClassName
{
border-color: #114CBA;
}
</style>