#105693

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

Shades of Endeavour #105693

Tints of Endeavour #105693

Color information

#105693 (or 0x105693) is unknown color: approx Endeavour. HEX triplet: 10, 56 and 93. RGB value is (16,86,147). Sum of RGB (Red+Green+Blue) = 16+86+147=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #105693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105693 is #EFA96C. Grayscale: #474747. Windows color (decimal): -15706477 or 9655824. OLE color: 9655824.

HSL color Cylindrical-coordinate representation of color #105693: hue angle of 207.94º degrees, saturation: 0.8, 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 #105693 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1686147-
CMYK0.890.4100.42
HSL207.94º80.37%31.96%-
HSV(B)207.94º89.12%57.65%-
XYZ8.818.8728.85-
YUV72.02170.3188.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.43%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=6.43%
G=34.54%
B=59.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16861470.890.4100.42207.9480.3731.96
Hex105693592902Ad05020
Octal201262231315105232012040
Binary1000010101101001001110110011010010101010110100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105693; }

 p { color: rgb(16,86,147); }

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

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

 a { background-color: rgb(16,86,147); }

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

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

 span { border-color: rgb(16,86,147); }

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