#115D96

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

Shades of Endeavour #115D96

Tints of Endeavour #115D96

Color information

#115D96 (or 0x115D96) is unknown color: approx Endeavour. HEX triplet: 11, 5D and 96. RGB value is (17,93,150). Sum of RGB (Red+Green+Blue) = 17+93+150=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #115D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D96 is #EEA269. Grayscale: #4C4C4C. Windows color (decimal): -15639146 or 9854225. OLE color: 9854225.

HSL color Cylindrical-coordinate representation of color #115D96: hue angle of 205.71º 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 #115D96 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1793150-
CMYK0.890.3800.41
HSL205.71º79.64%32.75%-
HSV(B)205.71º88.67%58.82%-
XYZ9.6510.1530.3-
YUV76.77169.3285.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=6.54%
G=35.77%
B=57.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17931500.890.3800.41205.7179.6432.75
Hex115D965926029ce5021
Octal211352261314605131612041
Binary1000110111011001011010110011001100101001110011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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