#105E9D

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

Shades of Endeavour #105E9D

Tints of Endeavour #105E9D

Color information

#105E9D (or 0x105E9D) is unknown color: approx Endeavour. HEX triplet: 10, 5E and 9D. RGB value is (16,94,157). Sum of RGB (Red+Green+Blue) = 16+94+157=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #105E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105E9D is #EFA162. Grayscale: #4D4D4D. Windows color (decimal): -15704419 or 10313232. OLE color: 10313232.

HSL color Cylindrical-coordinate representation of color #105E9D: hue angle of 206.81º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105E9D is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1694157-
CMYK0.900.4000.38
HSL206.81º81.5%33.92%-
HSV(B)206.81º89.81%61.57%-
XYZ10.310.5533.39-
YUV77.86172.6683.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 157 (61.72% from 255) = 58.80%
R=5.99%
G=35.21%
B=58.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16941570.900.4000.38206.8181.533.92
Hex105E9D5A28026cf5222
Octal201362351325004631712242
Binary1000010111101001110110110101010000100110110011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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