#116AAF

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

Shades of Denim #116AAF

Tints of Denim #116AAF

Color information

#116AAF (or 0x116AAF) is unknown color: approx Denim. HEX triplet: 11, 6A and AF. RGB value is (17,106,175). Sum of RGB (Red+Green+Blue) = 17+106+175=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #116AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116AAF is #EE9550. Grayscale: #565656. Windows color (decimal): -15635793 or 11495953. OLE color: 11495953.

HSL color Cylindrical-coordinate representation of color #116AAF: hue angle of 206.2º 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 #116AAF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17106175-
CMYK0.900.3900.31
HSL206.2º82.29%37.65%-
HSV(B)206.2º90.29%68.63%-
XYZ13.1213.5242.48-
YUV87.26177.5177.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.70%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 175 (68.75% from 255) = 58.72%
R=5.70%
G=35.57%
B=58.72%

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
Decimal171061750.900.3900.31206.282.2937.65
Hex116AAF5A2701Fce5226
Octal211522571324703731612246
Binary100011101010101011111011010100111011111110011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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