#115E98

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

Shades of Endeavour #115E98

Tints of Endeavour #115E98

Color information

#115E98 (or 0x115E98) is unknown color: approx Endeavour. HEX triplet: 11, 5E and 98. RGB value is (17,94,152). Sum of RGB (Red+Green+Blue) = 17+94+152=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #115E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E98 is #EEA167. Grayscale: #4D4D4D. Windows color (decimal): -15638888 or 9985553. OLE color: 9985553.

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

Color convert

RGB1794152-
CMYK0.890.3800.40
HSL205.78º79.88%33.14%-
HSV(B)205.78º88.82%59.61%-
XYZ9.910.3931.19-
YUV77.59169.9984.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 152 (59.77% from 255) = 57.79%
R=6.46%
G=35.74%
B=57.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17941520.890.3800.40205.7879.8833.14
Hex115E985926028ce5021
Octal211362301314605031612041
Binary1000110111101001100010110011001100101000110011101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,94,152); }

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

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

 a { background-color: rgb(17,94,152); }

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

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

 span { border-color: rgb(17,94,152); }

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