Shades of Denim #114FCB
Tints of Denim #114FCB
RGB
CMYK
RGB Variations
Color information
#114FCB (or 0x114FCB) is known color: Denim. HEX triplet: 11, 4F and CB. RGB value is (17,79,203). Sum of RGB (Red+Green+Blue) = 17+79+203=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #114FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FCB is #EEB034. Grayscale: #4A4A4A. Windows color (decimal): -15642677 or 13324049. OLE color: 13324049.
HSL color Cylindrical-coordinate representation of color #114FCB: hue angle of 220º 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 #114FCB is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 79 | 203 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.20 |
| HSL | 220º | 0.85% | 0.43% | - |
| HSV(B) | 220º | 0.92% | 0.8% | - |
| XYZ | 13.81 | 10.02 | 57.71 | - |
| YUV | 74.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 203 | 0.92 | 0.61 | 0 | 0.20 | 220 | 0.85 | 0.43 |
| Hex | 11 | 4F | CB | 5C | 3D | 0 | 14 | DC | 55 | 2B |
| Octal | 21 | 117 | 313 | 134 | 75 | 0 | 24 | 334 | 125 | 53 |
| Binary | 10001 | 1001111 | 11001011 | 1011100 | 111101 | 0 | 10100 | 11011100 | 1010101 | 101011 |
Color Harmonies of #114FCB
Complementary color
Monochromatic Colors of #114FCB
Black with #114FCB
Text Example
Text Example
White with #114FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114FCB; }
p { color: rgb(17,79,203); }
H1.HeaderClassName
{
color: #114FCB;
}
.AnyTagClassName
{
color: #114FCB;
}
</style>
background-color css
<style>
a { background-color: #114FCB; }
a { background-color: rgb(17,79,203); }
div.DivClassName
{
background-color: #114FCB;
}
.BgClassName
{
background-color: #114FCB;
}
</style>
border-color css
<style>
span { border-color: #114FCB; }
span { border-color: rgb(17,79,203); }
td.TdClassName
{
border-color: #114FCB;
}
.TagClassName
{
border-color: #114FCB;
}
</style>