#116DB9

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

Shades of Denim #116DB9

Tints of Denim #116DB9

Color information

#116DB9 (or 0x116DB9) is unknown color: approx Denim. HEX triplet: 11, 6D and B9. RGB value is (17,109,185). Sum of RGB (Red+Green+Blue) = 17+109+185=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #116DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DB9 is #EE9246. Grayscale: #595959. Windows color (decimal): -15635015 or 12152081. OLE color: 12152081.

HSL color Cylindrical-coordinate representation of color #116DB9: hue angle of 207.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116DB9 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17109185-
CMYK0.910.4100.27
HSL207.14º83.17%39.61%-
HSV(B)207.14º90.81%72.55%-
XYZ14.4614.5647.95-
YUV90.16181.5275.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.47%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 185 (72.66% from 255) = 59.49%
R=5.47%
G=35.05%
B=59.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171091850.910.4100.27207.1483.1739.61
Hex116DB95B2901Bcf5328
Octal211552711335103331712350
Binary100011101101101110011011011101001011011110011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,185); }

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

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

 a { background-color: rgb(17,109,185); }

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

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

 span { border-color: rgb(17,109,185); }

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