Shades of Denim #114BC2
Tints of Denim #114BC2
RGB
CMYK
RGB Variations
Color information
#114BC2 (or 0x114BC2) is known color: Denim. HEX triplet: 11, 4B and C2. RGB value is (17,75,194). Sum of RGB (Red+Green+Blue) = 17+75+194=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #114BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BC2 is #EEB43D. Grayscale: #464646. Windows color (decimal): -15643710 or 12733201. OLE color: 12733201.
HSL color Cylindrical-coordinate representation of color #114BC2: hue angle of 220.34º 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 #114BC2 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 75 | 194 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.24 |
| HSL | 220.34º | 0.84% | 0.41% | - |
| HSV(B) | 220.34º | 0.91% | 0.76% | - |
| XYZ | 12.48 | 9.05 | 52.13 | - |
| YUV | 71.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 194 | 0.91 | 0.61 | 0 | 0.24 | 220.34 | 0.84 | 0.41 |
| Hex | 11 | 4B | C2 | 5B | 3D | 0 | 18 | DC | 54 | 29 |
| Octal | 21 | 113 | 302 | 133 | 75 | 0 | 30 | 334 | 124 | 51 |
| Binary | 10001 | 1001011 | 11000010 | 1011011 | 111101 | 0 | 11000 | 11011100 | 1010100 | 101001 |
Color Harmonies of #114BC2
Complementary color
Monochromatic Colors of #114BC2
Black with #114BC2
Text Example
Text Example
White with #114BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BC2; }
p { color: rgb(17,75,194); }
H1.HeaderClassName
{
color: #114BC2;
}
.AnyTagClassName
{
color: #114BC2;
}
</style>
background-color css
<style>
a { background-color: #114BC2; }
a { background-color: rgb(17,75,194); }
div.DivClassName
{
background-color: #114BC2;
}
.BgClassName
{
background-color: #114BC2;
}
</style>
border-color css
<style>
span { border-color: #114BC2; }
span { border-color: rgb(17,75,194); }
td.TdClassName
{
border-color: #114BC2;
}
.TagClassName
{
border-color: #114BC2;
}
</style>