#115E96

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

Shades of Endeavour #115E96

Tints of Endeavour #115E96

Color information

#115E96 (or 0x115E96) is unknown color: approx Endeavour. HEX triplet: 11, 5E and 96. RGB value is (17,94,150). Sum of RGB (Red+Green+Blue) = 17+94+150=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #115E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E96 is #EEA169. Grayscale: #4D4D4D. Windows color (decimal): -15638890 or 9854481. OLE color: 9854481.

HSL color Cylindrical-coordinate representation of color #115E96: hue angle of 205.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115E96 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1794150-
CMYK0.890.3700.41
HSL205.26º79.64%32.75%-
HSV(B)205.26º88.67%58.82%-
XYZ9.7410.3330.33-
YUV77.36168.9984.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=6.51%
G=36.02%
B=57.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17941500.890.3700.41205.2679.6432.75
Hex115E965925029cd5021
Octal211362261314505131512041
Binary1000110111101001011010110011001010101001110011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,94,150); }

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

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

 a { background-color: rgb(17,94,150); }

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

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

 span { border-color: rgb(17,94,150); }

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