Shades of Denim #114DCB
Tints of Denim #114DCB
RGB
CMYK
RGB Variations
Color information
#114DCB (or 0x114DCB) is known color: Denim. HEX triplet: 11, 4D and CB. RGB value is (17,77,203). Sum of RGB (Red+Green+Blue) = 17+77+203=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #114DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DCB is #EEB234. Grayscale: #484848. Windows color (decimal): -15643189 or 13323537. OLE color: 13323537.
HSL color Cylindrical-coordinate representation of color #114DCB: hue angle of 220.65º 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 #114DCB is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 77 | 203 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.20 |
| HSL | 220.65º | 0.85% | 0.43% | - |
| HSV(B) | 220.65º | 0.92% | 0.8% | - |
| XYZ | 13.66 | 9.74 | 57.66 | - |
| YUV | 73.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 203 | 0.92 | 0.62 | 0 | 0.20 | 220.65 | 0.85 | 0.43 |
| Hex | 11 | 4D | CB | 5C | 3E | 0 | 14 | DD | 55 | 2B |
| Octal | 21 | 115 | 313 | 134 | 76 | 0 | 24 | 335 | 125 | 53 |
| Binary | 10001 | 1001101 | 11001011 | 1011100 | 111110 | 0 | 10100 | 11011101 | 1010101 | 101011 |
Color Harmonies of #114DCB
Complementary color
Monochromatic Colors of #114DCB
Black with #114DCB
Text Example
Text Example
White with #114DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DCB; }
p { color: rgb(17,77,203); }
H1.HeaderClassName
{
color: #114DCB;
}
.AnyTagClassName
{
color: #114DCB;
}
</style>
background-color css
<style>
a { background-color: #114DCB; }
a { background-color: rgb(17,77,203); }
div.DivClassName
{
background-color: #114DCB;
}
.BgClassName
{
background-color: #114DCB;
}
</style>
border-color css
<style>
span { border-color: #114DCB; }
span { border-color: rgb(17,77,203); }
td.TdClassName
{
border-color: #114DCB;
}
.TagClassName
{
border-color: #114DCB;
}
</style>