#115997

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

Shades of Endeavour #115997

Tints of Endeavour #115997

Color information

#115997 (or 0x115997) is unknown color: approx Endeavour. HEX triplet: 11, 59 and 97. RGB value is (17,89,151). Sum of RGB (Red+Green+Blue) = 17+89+151=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #115997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115997 is #EEA668. Grayscale: #4A4A4A. Windows color (decimal): -15640169 or 9918737. OLE color: 9918737.

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

Color convert

RGB1789151-
CMYK0.890.4100.41
HSL207.76º79.76%32.94%-
HSV(B)207.76º88.74%59.22%-
XYZ9.399.530.62-
YUV74.54171.1586.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=6.61%
G=34.63%
B=58.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17891510.890.4100.41207.7679.7632.94
Hex1159975929029d05021
Octal211312271315105132012041
Binary1000110110011001011110110011010010101001110100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115997; }

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

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

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

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

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

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

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

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