Shades of Denim #114BC1
Tints of Denim #114BC1
RGB
CMYK
RGB Variations
Color information
#114BC1 (or 0x114BC1) is known color: Denim. HEX triplet: 11, 4B and C1. RGB value is (17,75,193). Sum of RGB (Red+Green+Blue) = 17+75+193=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #114BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BC1 is #EEB43E. Grayscale: #464646. Windows color (decimal): -15643711 or 12667665. OLE color: 12667665.
HSL color Cylindrical-coordinate representation of color #114BC1: hue angle of 220.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114BC1 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 75 | 193 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.24 |
| HSL | 220.23º | 0.84% | 0.41% | - |
| HSV(B) | 220.23º | 0.91% | 0.76% | - |
| XYZ | 12.37 | 9 | 51.54 | - |
| YUV | 71.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 193 | 0.91 | 0.61 | 0 | 0.24 | 220.23 | 0.84 | 0.41 |
| Hex | 11 | 4B | C1 | 5B | 3D | 0 | 18 | DC | 54 | 29 |
| Octal | 21 | 113 | 301 | 133 | 75 | 0 | 30 | 334 | 124 | 51 |
| Binary | 10001 | 1001011 | 11000001 | 1011011 | 111101 | 0 | 11000 | 11011100 | 1010100 | 101001 |
Color Harmonies of #114BC1
Complementary color
Monochromatic Colors of #114BC1
Black with #114BC1
Text Example
Text Example
White with #114BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BC1; }
p { color: rgb(17,75,193); }
H1.HeaderClassName
{
color: #114BC1;
}
.AnyTagClassName
{
color: #114BC1;
}
</style>
background-color css
<style>
a { background-color: #114BC1; }
a { background-color: rgb(17,75,193); }
div.DivClassName
{
background-color: #114BC1;
}
.BgClassName
{
background-color: #114BC1;
}
</style>
border-color css
<style>
span { border-color: #114BC1; }
span { border-color: rgb(17,75,193); }
td.TdClassName
{
border-color: #114BC1;
}
.TagClassName
{
border-color: #114BC1;
}
</style>