#115A91

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

Shades of Endeavour #115A91

Tints of Endeavour #115A91

Color information

#115A91 (or 0x115A91) is unknown color: approx Endeavour. HEX triplet: 11, 5A and 91. RGB value is (17,90,145). Sum of RGB (Red+Green+Blue) = 17+90+145=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #115A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A91 is #EEA56E. Grayscale: #4A4A4A. Windows color (decimal): -15639919 or 9525777. OLE color: 9525777.

HSL color Cylindrical-coordinate representation of color #115A91: hue angle of 205.78º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115A91 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1790145-
CMYK0.880.3800.43
HSL205.78º79.01%31.76%-
HSV(B)205.78º88.28%56.86%-
XYZ99.4828.14-
YUV74.44167.8287.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=6.75%
G=35.71%
B=57.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17901450.880.3800.43205.7879.0131.76
Hex115A91582602Bce4f20
Octal211322211304605331611740
Binary1000110110101001000110110001001100101011110011101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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