#105C9D

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

Shades of Endeavour #105C9D

Tints of Endeavour #105C9D

Color information

#105C9D (or 0x105C9D) is unknown color: approx Endeavour. HEX triplet: 10, 5C and 9D. RGB value is (16,92,157). Sum of RGB (Red+Green+Blue) = 16+92+157=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #105C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105C9D is #EFA362. Grayscale: #4C4C4C. Windows color (decimal): -15704931 or 10312720. OLE color: 10312720.

HSL color Cylindrical-coordinate representation of color #105C9D: hue angle of 207.66º 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 #105C9D is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1692157-
CMYK0.900.4100.38
HSL207.66º81.5%33.92%-
HSV(B)207.66º89.81%61.57%-
XYZ10.1310.233.33-
YUV76.69173.3284.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.04%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=6.04%
G=34.72%
B=59.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16921570.900.4100.38207.6681.533.92
Hex105C9D5A29026d05222
Octal201342351325104632012242
Binary1000010111001001110110110101010010100110110100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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