#116596

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

Shades of Endeavour #116596

Tints of Endeavour #116596

Color information

#116596 (or 0x116596) is unknown color: approx Endeavour. HEX triplet: 11, 65 and 96. RGB value is (17,101,150). Sum of RGB (Red+Green+Blue) = 17+101+150=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #116596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116596 is #EE9A69. Grayscale: #515151. Windows color (decimal): -15637098 or 9856273. OLE color: 9856273.

HSL color Cylindrical-coordinate representation of color #116596: hue angle of 202.11º 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 #116596 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17101150-
CMYK0.890.3300.41
HSL202.11º79.64%32.75%-
HSV(B)202.11º88.67%58.82%-
XYZ10.3911.6330.55-
YUV81.47166.6782.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=6.34%
G=37.69%
B=55.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171011500.890.3300.41202.1179.6432.75
Hex1165965921029ca5021
Octal211452261314105131212041
Binary1000111001011001011010110011000010101001110010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116596; }

 p { color: rgb(17,101,150); }

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

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

 a { background-color: rgb(17,101,150); }

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

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

 span { border-color: rgb(17,101,150); }

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