#116393

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

Shades of Endeavour #116393

Tints of Endeavour #116393

Color information

#116393 (or 0x116393) is unknown color: approx Endeavour. HEX triplet: 11, 63 and 93. RGB value is (17,99,147). Sum of RGB (Red+Green+Blue) = 17+99+147=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #116393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116393 is #EE9C6C. Grayscale: #4F4F4F. Windows color (decimal): -15637613 or 9659153. OLE color: 9659153.

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

Color convert

RGB1799147-
CMYK0.880.3300.42
HSL202.15º79.27%32.16%-
HSV(B)202.15º88.44%57.65%-
XYZ9.9611.1529.23-
YUV79.95165.8383.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 147 (57.81% from 255) = 55.89%
R=6.46%
G=37.64%
B=55.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17991470.880.3300.42202.1579.2732.16
Hex116393582102Aca4f20
Octal211432231304105231211740
Binary1000111000111001001110110001000010101010110010101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116393; }

 p { color: rgb(17,99,147); }

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

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

 a { background-color: rgb(17,99,147); }

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

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

 span { border-color: rgb(17,99,147); }

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