#115E9D

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

Shades of Endeavour #115E9D

Tints of Endeavour #115E9D

Color information

#115E9D (or 0x115E9D) is unknown color: approx Endeavour. HEX triplet: 11, 5E and 9D. RGB value is (17,94,157). Sum of RGB (Red+Green+Blue) = 17+94+157=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #115E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E9D is #EEA162. Grayscale: #4D4D4D. Windows color (decimal): -15638883 or 10313233. OLE color: 10313233.

HSL color Cylindrical-coordinate representation of color #115E9D: hue angle of 207º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115E9D is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1794157-
CMYK0.890.4000.38
HSL207º80.46%34.12%-
HSV(B)207º89.17%61.57%-
XYZ10.3210.5633.39-
YUV78.16172.4984.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=6.34%
G=35.07%
B=58.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17941570.890.4000.3820780.4634.12
Hex115E9D5928026cf5022
Octal211362351315004631712042
Binary1000110111101001110110110011010000100110110011111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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