#116295

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

Shades of Endeavour #116295

Tints of Endeavour #116295

Color information

#116295 (or 0x116295) is unknown color: approx Endeavour. HEX triplet: 11, 62 and 95. RGB value is (17,98,149). Sum of RGB (Red+Green+Blue) = 17+98+149=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #116295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116295 is #EE9D6A. Grayscale: #4F4F4F. Windows color (decimal): -15637867 or 9789969. OLE color: 9789969.

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

Color convert

RGB1798149-
CMYK0.890.3400.42
HSL203.18º79.52%32.55%-
HSV(B)203.18º88.59%58.43%-
XYZ10.0211.0230.03-
YUV79.6167.1683.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 98 (38.67% from 255) = 37.12%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=6.44%
G=37.12%
B=56.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17981490.890.3400.42203.1879.5232.55
Hex116295592202Acb5021
Octal211422251314205231312041
Binary1000111000101001010110110011000100101010110010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116295; }

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

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

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

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

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

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

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

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