#116BAF

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

Shades of Denim #116BAF

Tints of Denim #116BAF

Color information

#116BAF (or 0x116BAF) is unknown color: approx Denim. HEX triplet: 11, 6B and AF. RGB value is (17,107,175). Sum of RGB (Red+Green+Blue) = 17+107+175=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #116BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116BAF is #EE9450. Grayscale: #575757. Windows color (decimal): -15635537 or 11496209. OLE color: 11496209.

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

Color convert

RGB17107175-
CMYK0.900.3900.31
HSL205.82º82.29%37.65%-
HSV(B)205.82º90.29%68.63%-
XYZ13.2313.7342.51-
YUV87.84177.1877.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.69%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 175 (68.75% from 255) = 58.53%
R=5.69%
G=35.79%
B=58.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171071750.900.3900.31205.8282.2937.65
Hex116BAF5A2701Fce5226
Octal211532571324703731612246
Binary100011101011101011111011010100111011111110011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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