Shades of Denim #114BCB
Tints of Denim #114BCB
RGB
CMYK
RGB Variations
Color information
#114BCB (or 0x114BCB) is known color: Denim. HEX triplet: 11, 4B and CB. RGB value is (17,75,203). Sum of RGB (Red+Green+Blue) = 17+75+203=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #114BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BCB is #EEB434. Grayscale: #474747. Windows color (decimal): -15643701 or 13323025. OLE color: 13323025.
HSL color Cylindrical-coordinate representation of color #114BCB: hue angle of 221.29º 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 #114BCB is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 75 | 203 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.20 |
| HSL | 221.29º | 0.85% | 0.43% | - |
| HSV(B) | 221.29º | 0.92% | 0.8% | - |
| XYZ | 13.53 | 9.46 | 57.61 | - |
| YUV | 72.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 203 | 0.92 | 0.63 | 0 | 0.20 | 221.29 | 0.85 | 0.43 |
| Hex | 11 | 4B | CB | 5C | 3F | 0 | 14 | DD | 55 | 2B |
| Octal | 21 | 113 | 313 | 134 | 77 | 0 | 24 | 335 | 125 | 53 |
| Binary | 10001 | 1001011 | 11001011 | 1011100 | 111111 | 0 | 10100 | 11011101 | 1010101 | 101011 |
Color Harmonies of #114BCB
Complementary color
Monochromatic Colors of #114BCB
Black with #114BCB
Text Example
Text Example
White with #114BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BCB; }
p { color: rgb(17,75,203); }
H1.HeaderClassName
{
color: #114BCB;
}
.AnyTagClassName
{
color: #114BCB;
}
</style>
background-color css
<style>
a { background-color: #114BCB; }
a { background-color: rgb(17,75,203); }
div.DivClassName
{
background-color: #114BCB;
}
.BgClassName
{
background-color: #114BCB;
}
</style>
border-color css
<style>
span { border-color: #114BCB; }
span { border-color: rgb(17,75,203); }
td.TdClassName
{
border-color: #114BCB;
}
.TagClassName
{
border-color: #114BCB;
}
</style>