#116EAD

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

Shades of Denim #116EAD

Tints of Denim #116EAD

Color information

#116EAD (or 0x116EAD) is unknown color: approx Denim. HEX triplet: 11, 6E and AD. RGB value is (17,110,173). Sum of RGB (Red+Green+Blue) = 17+110+173=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #116EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116EAD is #EE9152. Grayscale: #595959. Windows color (decimal): -15634771 or 11365905. OLE color: 11365905.

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

Color convert

RGB17110173-
CMYK0.900.3600.32
HSL204.23º82.11%37.25%-
HSV(B)204.23º90.17%67.84%-
XYZ13.3514.2941.59-
YUV89.38175.1976.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 173 (67.97% from 255) = 57.67%
R=5.67%
G=36.67%
B=57.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171101730.900.3600.32204.2382.1137.25
Hex116EAD5A24020cc5225
Octal211562551324404031412245
Binary1000111011101010110110110101001000100000110011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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