#115A9B

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

Shades of Endeavour #115A9B

Tints of Endeavour #115A9B

Color information

#115A9B (or 0x115A9B) is unknown color: approx Endeavour. HEX triplet: 11, 5A and 9B. RGB value is (17,90,155). Sum of RGB (Red+Green+Blue) = 17+90+155=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #115A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A9B is #EEA564. Grayscale: #4B4B4B. Windows color (decimal): -15639909 or 10181137. OLE color: 10181137.

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

Color convert

RGB1790155-
CMYK0.890.4200.39
HSL208.26º80.23%33.73%-
HSV(B)208.26º89.03%60.78%-
XYZ9.89.832.38-
YUV75.58172.8286.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.49%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 155 (60.94% from 255) = 59.16%
R=6.49%
G=34.35%
B=59.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17901550.890.4200.39208.2680.2333.73
Hex115A9B592A027d05022
Octal211322331315204732012042
Binary1000110110101001101110110011010100100111110100001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,90,155); }

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

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

 a { background-color: rgb(17,90,155); }

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

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

 span { border-color: rgb(17,90,155); }

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