#105D9C

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

Shades of Endeavour #105D9C

Tints of Endeavour #105D9C

Color information

#105D9C (or 0x105D9C) is unknown color: approx Endeavour. HEX triplet: 10, 5D and 9C. RGB value is (16,93,156). Sum of RGB (Red+Green+Blue) = 16+93+156=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #105D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105D9C is #EFA263. Grayscale: #4C4C4C. Windows color (decimal): -15704676 or 10247440. OLE color: 10247440.

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

Color convert

RGB1693156-
CMYK0.900.4000.39
HSL207º81.4%33.73%-
HSV(B)207º89.74%61.18%-
XYZ10.1310.3432.91-
YUV77.16172.4984.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.04%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 156 (61.33% from 255) = 58.87%
R=6.04%
G=35.09%
B=58.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16931560.900.4000.3920781.433.73
Hex105D9C5A28027cf5122
Octal201352341325004731712142
Binary1000010111011001110010110101010000100111110011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,93,156); }

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

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

 a { background-color: rgb(16,93,156); }

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

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

 span { border-color: rgb(16,93,156); }

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