Shades of Denim #114CDA
Tints of Denim #114CDA
RGB
CMYK
RGB Variations
Color information
#114CDA (or 0x114CDA) is known color: Denim. HEX triplet: 11, 4C and DA. RGB value is (17,76,218). Sum of RGB (Red+Green+Blue) = 17+76+218=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #114CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CDA is #EEB325. Grayscale: #494949. Windows color (decimal): -15643430 or 14306321. OLE color: 14306321.
HSL color Cylindrical-coordinate representation of color #114CDA: hue angle of 222.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CDA is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 76 | 218 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.15 |
| HSL | 222.39º | 0.86% | 0.46% | - |
| HSV(B) | 222.39º | 0.92% | 0.85% | - |
| XYZ | 15.47 | 10.35 | 67.51 | - |
| YUV | 74.55 | 208.95 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 218 | 0.92 | 0.65 | 0 | 0.15 | 222.39 | 0.86 | 0.46 |
| Hex | 11 | 4C | DA | 5C | 41 | 0 | F | DE | 56 | 2E |
| Octal | 21 | 114 | 332 | 134 | 101 | 0 | 17 | 336 | 126 | 56 |
| Binary | 10001 | 1001100 | 11011010 | 1011100 | 1000001 | 0 | 1111 | 11011110 | 1010110 | 101110 |
Color Harmonies of #114CDA
Complementary color
Monochromatic Colors of #114CDA
Black with #114CDA
Text Example
Text Example
White with #114CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CDA; }
p { color: rgb(17,76,218); }
H1.HeaderClassName
{
color: #114CDA;
}
.AnyTagClassName
{
color: #114CDA;
}
</style>
background-color css
<style>
a { background-color: #114CDA; }
a { background-color: rgb(17,76,218); }
div.DivClassName
{
background-color: #114CDA;
}
.BgClassName
{
background-color: #114CDA;
}
</style>
border-color css
<style>
span { border-color: #114CDA; }
span { border-color: rgb(17,76,218); }
td.TdClassName
{
border-color: #114CDA;
}
.TagClassName
{
border-color: #114CDA;
}
</style>