#116296

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

Shades of Endeavour #116296

Tints of Endeavour #116296

Color information

#116296 (or 0x116296) is unknown color: approx Endeavour. HEX triplet: 11, 62 and 96. RGB value is (17,98,150). Sum of RGB (Red+Green+Blue) = 17+98+150=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #116296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116296 is #EE9D69. Grayscale: #4F4F4F. Windows color (decimal): -15637866 or 9855505. OLE color: 9855505.

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

Color convert

RGB1798150-
CMYK0.890.3500.41
HSL203.46º79.64%32.75%-
HSV(B)203.46º88.67%58.82%-
XYZ10.111.0630.46-
YUV79.71167.6683.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=6.42%
G=36.98%
B=56.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17981500.890.3500.41203.4679.6432.75
Hex1162965923029cb5021
Octal211422261314305131312041
Binary1000111000101001011010110011000110101001110010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116296; }

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

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

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

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

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

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

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

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