Shades of Denim #114BBF
Tints of Denim #114BBF
RGB
CMYK
RGB Variations
Color information
#114BBF (or 0x114BBF) is known color: Denim. HEX triplet: 11, 4B and BF. RGB value is (17,75,191). Sum of RGB (Red+Green+Blue) = 17+75+191=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #114BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BBF is #EEB440. Grayscale: #464646. Windows color (decimal): -15643713 or 12536593. OLE color: 12536593.
HSL color Cylindrical-coordinate representation of color #114BBF: hue angle of 220º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114BBF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 75 | 191 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.25 |
| HSL | 220º | 0.84% | 0.41% | - |
| HSV(B) | 220º | 0.91% | 0.75% | - |
| XYZ | 12.15 | 8.91 | 50.37 | - |
| YUV | 70.88 | 195.78 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 191 | 0.91 | 0.61 | 0 | 0.25 | 220 | 0.84 | 0.41 |
| Hex | 11 | 4B | BF | 5B | 3D | 0 | 19 | DC | 54 | 29 |
| Octal | 21 | 113 | 277 | 133 | 75 | 0 | 31 | 334 | 124 | 51 |
| Binary | 10001 | 1001011 | 10111111 | 1011011 | 111101 | 0 | 11001 | 11011100 | 1010100 | 101001 |
Color Harmonies of #114BBF
Complementary color
Monochromatic Colors of #114BBF
Black with #114BBF
Text Example
Text Example
White with #114BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BBF; }
p { color: rgb(17,75,191); }
H1.HeaderClassName
{
color: #114BBF;
}
.AnyTagClassName
{
color: #114BBF;
}
</style>
background-color css
<style>
a { background-color: #114BBF; }
a { background-color: rgb(17,75,191); }
div.DivClassName
{
background-color: #114BBF;
}
.BgClassName
{
background-color: #114BBF;
}
</style>
border-color css
<style>
span { border-color: #114BBF; }
span { border-color: rgb(17,75,191); }
td.TdClassName
{
border-color: #114BBF;
}
.TagClassName
{
border-color: #114BBF;
}
</style>