#105E95

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

Shades of Endeavour #105E95

Tints of Endeavour #105E95

Color information

#105E95 (or 0x105E95) is unknown color: approx Endeavour. HEX triplet: 10, 5E and 95. RGB value is (16,94,149). Sum of RGB (Red+Green+Blue) = 16+94+149=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #105E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105E95 is #EFA16A. Grayscale: #4C4C4C. Windows color (decimal): -15704427 or 9788944. OLE color: 9788944.

HSL color Cylindrical-coordinate representation of color #105E95: hue angle of 204.81º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #105E95 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1694149-
CMYK0.890.3700.42
HSL204.81º80.61%32.35%-
HSV(B)204.81º89.26%58.43%-
XYZ9.6410.2929.91-
YUV76.95168.6684.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=6.18%
G=36.29%
B=57.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16941490.890.3700.42204.8180.6132.35
Hex105E95592502Acd5120
Octal201362251314505231512140
Binary1000010111101001010110110011001010101010110011011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105E95; }

 p { color: rgb(16,94,149); }

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

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

 a { background-color: rgb(16,94,149); }

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

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

 span { border-color: rgb(16,94,149); }

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