#116eba

Color #116EBA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #116EBA

Tints of Denim #116EBA

Color information

#116EBA (or 0x116EBA) is unknown color: approx Denim. HEX triplet: 11, 6E and BA. RGB value is (17,110,186). Sum of RGB (Red+Green+Blue) = 17+110+186=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #116EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EBA is #EE9145. Grayscale: #5A5A5A. Windows color (decimal): -15634758 or 12217873. OLE color: 12217873.

HSL color Cylindrical-coordinate representation of color #116EBA: hue angle of 206.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116EBA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17110186-
CMYK0.910.4100.27
HSL206.98º83.25%39.8%-
HSV(B)206.98º90.86%72.94%-
XYZ14.6714.8248.54-
YUV90.86181.6975.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.43%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 186 (73.05% from 255) = 59.42%
R=5.43%
G=35.14%
B=59.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171101860.910.4100.27206.9883.2539.8
Hex116EBA5B2901Bcf5328
Octal211562721335103331712350
Binary100011101110101110101011011101001011011110011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116eba; }

 p { color: rgb(17,110,186); }

 H1.HeaderClassName
 {
   color: #116eba;
 }
 .AnyTagClassName
 {
   color: #116eba;
 }
</style>
background-color css

<style>
 a { background-color: #116eba; }

 a { background-color: rgb(17,110,186); }

 div.DivClassName
 {
   background-color: #116eba;
 }
 .BgClassName
 {
   background-color: #116eba;
 }
</style>
border-color css

<style>
 span { border-color: #116eba; }

 span { border-color: rgb(17,110,186); }

 td.TdClassName
 {
   border-color: #116eba;
 }
 .TagClassName
 {
   border-color: #116eba;
 }
</style>