Shades of Denim #114CBD
Tints of Denim #114CBD
RGB
CMYK
RGB Variations
Color information
#114CBD (or 0x114CBD) is known color: Denim. HEX triplet: 11, 4C and BD. RGB value is (17,76,189). Sum of RGB (Red+Green+Blue) = 17+76+189=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #114CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CBD is #EEB342. Grayscale: #464646. Windows color (decimal): -15643459 or 12405777. OLE color: 12405777.
HSL color Cylindrical-coordinate representation of color #114CBD: hue angle of 219.42º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114CBD is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 76 | 189 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.26 |
| HSL | 219.42º | 0.83% | 0.4% | - |
| HSV(B) | 219.42º | 0.91% | 0.74% | - |
| XYZ | 12 | 8.96 | 49.24 | - |
| YUV | 71.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 189 | 0.91 | 0.60 | 0 | 0.26 | 219.42 | 0.83 | 0.4 |
| Hex | 11 | 4C | BD | 5B | 3C | 0 | 1A | DB | 53 | 28 |
| Octal | 21 | 114 | 275 | 133 | 74 | 0 | 32 | 333 | 123 | 50 |
| Binary | 10001 | 1001100 | 10111101 | 1011011 | 111100 | 0 | 11010 | 11011011 | 1010011 | 101000 |
Color Harmonies of #114CBD
Complementary color
Monochromatic Colors of #114CBD
Black with #114CBD
Text Example
Text Example
White with #114CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CBD; }
p { color: rgb(17,76,189); }
H1.HeaderClassName
{
color: #114CBD;
}
.AnyTagClassName
{
color: #114CBD;
}
</style>
background-color css
<style>
a { background-color: #114CBD; }
a { background-color: rgb(17,76,189); }
div.DivClassName
{
background-color: #114CBD;
}
.BgClassName
{
background-color: #114CBD;
}
</style>
border-color css
<style>
span { border-color: #114CBD; }
span { border-color: rgb(17,76,189); }
td.TdClassName
{
border-color: #114CBD;
}
.TagClassName
{
border-color: #114CBD;
}
</style>