#11589A

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

Shades of Endeavour #11589A

Tints of Endeavour #11589A

Color information

#11589A (or 0x11589A) is unknown color: approx Endeavour. HEX triplet: 11, 58 and 9A. RGB value is (17,88,154). Sum of RGB (Red+Green+Blue) = 17+88+154=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #11589A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11589A is #EEA765. Grayscale: #494949. Windows color (decimal): -15640422 or 10115089. OLE color: 10115089.

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

Color convert

RGB1788154-
CMYK0.890.4300.40
HSL208.91º80.12%33.53%-
HSV(B)208.91º88.96%60.39%-
XYZ9.559.4331.89-
YUV74.3172.9887.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.56%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 154 (60.55% from 255) = 59.46%
R=6.56%
G=33.98%
B=59.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17881540.890.4300.40208.9180.1233.53
Hex11589A592B028d15022
Octal211302321315305032112042
Binary1000110110001001101010110011010110101000110100011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11589A; }

 p { color: rgb(17,88,154); }

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

<style>
 a { background-color: #11589A; }

 a { background-color: rgb(17,88,154); }

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

<style>
 span { border-color: #11589A; }

 span { border-color: rgb(17,88,154); }

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