#115995

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

Shades of Endeavour #115995

Tints of Endeavour #115995

Color information

#115995 (or 0x115995) is unknown color: approx Endeavour. HEX triplet: 11, 59 and 95. RGB value is (17,89,149). Sum of RGB (Red+Green+Blue) = 17+89+149=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #115995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115995 is #EEA66A. Grayscale: #4A4A4A. Windows color (decimal): -15640171 or 9787665. OLE color: 9787665.

HSL color Cylindrical-coordinate representation of color #115995: hue angle of 207.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115995 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1789149-
CMYK0.890.4000.42
HSL207.27º79.52%32.55%-
HSV(B)207.27º88.59%58.43%-
XYZ9.239.4329.77-
YUV74.31170.1587.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.67%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=6.67%
G=34.90%
B=58.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17891490.890.4000.42207.2779.5232.55
Hex115995592802Acf5021
Octal211312251315005231712041
Binary1000110110011001010110110011010000101010110011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115995; }

 p { color: rgb(17,89,149); }

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

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

 a { background-color: rgb(17,89,149); }

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

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

 span { border-color: rgb(17,89,149); }

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