Shades of Denim #114CC9
Tints of Denim #114CC9
RGB
CMYK
RGB Variations
Color information
#114CC9 (or 0x114CC9) is known color: Denim. HEX triplet: 11, 4C and C9. RGB value is (17,76,201). Sum of RGB (Red+Green+Blue) = 17+76+201=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #114CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CC9 is #EEB336. Grayscale: #484848. Windows color (decimal): -15643447 or 13192209. OLE color: 13192209.
HSL color Cylindrical-coordinate representation of color #114CC9: hue angle of 220.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CC9 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 76 | 201 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.21 |
| HSL | 220.76º | 0.84% | 0.43% | - |
| HSV(B) | 220.76º | 0.92% | 0.79% | - |
| XYZ | 13.36 | 9.51 | 56.39 | - |
| YUV | 72.61 | 200.45 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 201 | 0.92 | 0.62 | 0 | 0.21 | 220.76 | 0.84 | 0.43 |
| Hex | 11 | 4C | C9 | 5C | 3E | 0 | 15 | DD | 54 | 2B |
| Octal | 21 | 114 | 311 | 134 | 76 | 0 | 25 | 335 | 124 | 53 |
| Binary | 10001 | 1001100 | 11001001 | 1011100 | 111110 | 0 | 10101 | 11011101 | 1010100 | 101011 |
Color Harmonies of #114CC9
Complementary color
Monochromatic Colors of #114CC9
Black with #114CC9
Text Example
Text Example
White with #114CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CC9; }
p { color: rgb(17,76,201); }
H1.HeaderClassName
{
color: #114CC9;
}
.AnyTagClassName
{
color: #114CC9;
}
</style>
background-color css
<style>
a { background-color: #114CC9; }
a { background-color: rgb(17,76,201); }
div.DivClassName
{
background-color: #114CC9;
}
.BgClassName
{
background-color: #114CC9;
}
</style>
border-color css
<style>
span { border-color: #114CC9; }
span { border-color: rgb(17,76,201); }
td.TdClassName
{
border-color: #114CC9;
}
.TagClassName
{
border-color: #114CC9;
}
</style>