Shades of Denim #114CCB
Tints of Denim #114CCB
RGB
CMYK
RGB Variations
Color information
#114CCB (or 0x114CCB) is known color: Denim. HEX triplet: 11, 4C and CB. RGB value is (17,76,203). Sum of RGB (Red+Green+Blue) = 17+76+203=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #114CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CCB is #EEB334. Grayscale: #484848. Windows color (decimal): -15643445 or 13323281. OLE color: 13323281.
HSL color Cylindrical-coordinate representation of color #114CCB: hue angle of 220.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CCB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 76 | 203 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.20 |
| HSL | 220.97º | 0.85% | 0.43% | - |
| HSV(B) | 220.97º | 0.92% | 0.8% | - |
| XYZ | 13.6 | 9.6 | 57.64 | - |
| YUV | 72.84 | 201.45 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 203 | 0.92 | 0.63 | 0 | 0.20 | 220.97 | 0.85 | 0.43 |
| Hex | 11 | 4C | CB | 5C | 3F | 0 | 14 | DD | 55 | 2B |
| Octal | 21 | 114 | 313 | 134 | 77 | 0 | 24 | 335 | 125 | 53 |
| Binary | 10001 | 1001100 | 11001011 | 1011100 | 111111 | 0 | 10100 | 11011101 | 1010101 | 101011 |
Color Harmonies of #114CCB
Complementary color
Monochromatic Colors of #114CCB
Black with #114CCB
Text Example
Text Example
White with #114CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CCB; }
p { color: rgb(17,76,203); }
H1.HeaderClassName
{
color: #114CCB;
}
.AnyTagClassName
{
color: #114CCB;
}
</style>
background-color css
<style>
a { background-color: #114CCB; }
a { background-color: rgb(17,76,203); }
div.DivClassName
{
background-color: #114CCB;
}
.BgClassName
{
background-color: #114CCB;
}
</style>
border-color css
<style>
span { border-color: #114CCB; }
span { border-color: rgb(17,76,203); }
td.TdClassName
{
border-color: #114CCB;
}
.TagClassName
{
border-color: #114CCB;
}
</style>