#116EB8

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

Shades of Denim #116EB8

Tints of Denim #116EB8

Color information

#116EB8 (or 0x116EB8) is unknown color: approx Denim. HEX triplet: 11, 6E and B8. RGB value is (17,110,184). Sum of RGB (Red+Green+Blue) = 17+110+184=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #116EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EB8 is #EE9147. Grayscale: #5A5A5A. Windows color (decimal): -15634760 or 12086801. OLE color: 12086801.

HSL color Cylindrical-coordinate representation of color #116EB8: hue angle of 206.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116EB8 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17110184-
CMYK0.910.4000.28
HSL206.59º83.08%39.41%-
HSV(B)206.59º90.76%72.16%-
XYZ14.4614.7347.43-
YUV90.63180.6975.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 184 (72.27% from 255) = 59.16%
R=5.47%
G=35.37%
B=59.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171101840.910.4000.28206.5983.0839.41
Hex116EB85B2801Ccf5327
Octal211562701335003431712347
Binary100011101110101110001011011101000011100110011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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