#115D99

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

Shades of Endeavour #115D99

Tints of Endeavour #115D99

Color information

#115D99 (or 0x115D99) is unknown color: approx Endeavour. HEX triplet: 11, 5D and 99. RGB value is (17,93,153). Sum of RGB (Red+Green+Blue) = 17+93+153=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #115D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D99 is #EEA266. Grayscale: #4C4C4C. Windows color (decimal): -15639143 or 10050833. OLE color: 10050833.

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

Color convert

RGB1793153-
CMYK0.890.3900.4
HSL206.47º80%33.33%-
HSV(B)206.47º88.89%60%-
XYZ9.910.2531.59-
YUV77.12170.8285.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=6.46%
G=35.36%
B=58.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17931530.890.3900.4206.478033.33
Hex115D995927028ce5021
Octal211352311314705031612041
Binary1000110111011001100110110011001110101000110011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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