#115DA5

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

Shades of Denim #115DA5

Tints of Denim #115DA5

Color information

#115DA5 (or 0x115DA5) is unknown color: approx Denim. HEX triplet: 11, 5D and A5. RGB value is (17,93,165). Sum of RGB (Red+Green+Blue) = 17+93+165=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #115DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DA5 is #EEA25A. Grayscale: #4E4E4E. Windows color (decimal): -15639131 or 10837265. OLE color: 10837265.

HSL color Cylindrical-coordinate representation of color #115DA5: hue angle of 209.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115DA5 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1793165-
CMYK0.900.4400.35
HSL209.19º81.32%35.69%-
HSV(B)209.19º89.7%64.71%-
XYZ10.9410.6637.08-
YUV78.48176.8284.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 165 (64.84% from 255) = 60%
R=6.18%
G=33.82%
B=60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal17931650.900.4400.35209.1981.3235.69
Hex115DA55A2C023d15124
Octal211352451325404332112144
Binary1000110111011010010110110101011000100011110100011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115DA5; }

 p { color: rgb(17,93,165); }

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

<style>
 a { background-color: #115DA5; }

 a { background-color: rgb(17,93,165); }

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

<style>
 span { border-color: #115DA5; }

 span { border-color: rgb(17,93,165); }

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