#116BAC

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

Shades of Denim #116BAC

Tints of Denim #116BAC

Color information

#116BAC (or 0x116BAC) is unknown color: approx Denim. HEX triplet: 11, 6B and AC. RGB value is (17,107,172). Sum of RGB (Red+Green+Blue) = 17+107+172=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #116BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BAC is #EE9453. Grayscale: #575757. Windows color (decimal): -15635540 or 11299601. OLE color: 11299601.

HSL color Cylindrical-coordinate representation of color #116BAC: hue angle of 205.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #116BAC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17107172-
CMYK0.900.3800.33
HSL205.16º82.01%37.06%-
HSV(B)205.16º90.12%67.45%-
XYZ12.9413.6140.98-
YUV87.5175.6877.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.74%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=5.74%
G=36.15%
B=58.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171071720.900.3800.33205.1682.0137.06
Hex116BAC5A26021cd5225
Octal211532541324604131512245
Binary1000111010111010110010110101001100100001110011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,107,172); }

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

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

 a { background-color: rgb(17,107,172); }

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

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

 span { border-color: rgb(17,107,172); }

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